Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. a630370 Remove unnecessary tabs in the ChaCha20 implementation. by drh · 2 years, 8 months ago
  2. cd05aaf Fix obsolete comments. Add new comments. Fix non-standard spacing. by drh · 3 years ago chacha20-prng
  3. 534945a Fix an off-by-one error in the ChaCha20 initialization code. by drh · 3 years ago
  4. 9113c87 Replace the RC4-based PRNG with one based on ChaCha20. 3x faster. by drh · 3 years ago
  5. a959bf5 Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictly by drh · 4 years, 1 month ago
  6. d12602a Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. by drh · 9 years ago
  7. d61a18a Remove a small amount of unnecessary #ifdeffery from random.c. by drh · 11 years ago
  8. df9c093 Fix compilation issue with MSVC due to a misplaced variable declaration. by mistachkin · 11 years ago
  9. 5a5d120 Fix two problems. Tests now passing. by drh · 11 years ago api-armor
  10. 9ca9573 Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in by drh · 11 years ago
  11. fe98081 Enhance sqlite3_randomness(N,P) such that it resets the internal PRNG by drh · 12 years ago
  12. cf5ff12 Refactor the sqlite3_randomness() implementation for improved performance. by drh · 12 years ago
  13. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  14. ea67883 Never use strlen(). Use our own internal sqlite3Strlen30() which is by drh · 17 years ago
  15. 1875f7a The amalgamation now compiles cleanly on GCC with options by drh · 17 years ago
  16. 18472fa Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0 by drh · 17 years ago
  17. 78f82d1 Continuing work on adding full support for the SQLITE_OMIT_WSD by drh · 17 years ago
  18. 65bbf29 Bug fixes: Plug a memory leak introduced by the previous check-in. Get by drh · 17 years ago
  19. 59f8c08 Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration modes. (CVS 5234) by danielk1977 · 17 years ago
  20. 3088d59 Add a completely new testing system for the Bitvec object. The new by drh · 17 years ago
  21. 2fa1868 Add a new api sqlite3_randomness() for providing access to SQLite's by drh · 17 years ago
  22. 93aed5a Get all tests running without memory leaks. (CVS 4714) by drh · 18 years ago
  23. 51fc347 Remove the obsolete static mutexes. Use only the lastest static mutex code. (CVS 4259) by drh · 18 years ago
  24. 29278e3 Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255) by drh · 18 years ago
  25. d677b3d Work toward multithreading support. Currently crashes quickly on a test. (CVS 4253) by drh · 18 years ago
  26. b4b4741 Begin migration to using sqlite3_vfs interface. (CVS 4240) by danielk1977 · 18 years ago
  27. aedd892 Suppress compiler warnings. Fix a bug in IO error detection on windows. (CVS 3564) by drh · 19 years ago
  28. 66560ad Change the OS interface layer to use traditional direct function call by drh · 20 years ago
  29. 054889e Restructure the OS interface yet again. This time make the OsFile object by drh · 20 years ago
  30. f0863fe Update older opcode names to be more meaningful in light of the latest by drh · 20 years ago
  31. 4adee20 Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the by danielk1977 · 21 years ago
  32. bbd82df Refactor the interface to the randomness generator. (CVS 1224) by drh · 21 years ago
  33. aaab572 Change the name of the sanity_check PRAGMA to "integrity_check" and make by drh · 23 years ago
  34. af9ff33 Added the last_insert_rowid API function. Improved documentation of by drh · 24 years ago
  35. ad75e98 Fix the locking protocol. (CVS 280) by drh · 24 years ago
  36. 90bfcda Additional test cases with locking fixes. Also, make the code thread-safe. (CVS 262) by drh · 24 years ago
  37. 8cfbf08 Trying to get the OS abstraction layer to work. (CVS 256) by drh · 24 years ago
  38. b19a2bc Disclaimed copyright. Preparing for release 2.0. (CVS 250) by drh · 24 years ago
  39. 3fc190c All tests now pass. But there are still issues. For example, inserts by drh · 24 years ago
  40. 5edc312 Many problems fixed. Many problems yet to go. (CVS 242) by drh · 24 years ago
  41. 17a6893 Working better with Win95. Continued work on the new db.c backend. (CVS 1714) by drh · 24 years ago
  42. ae85dc8 Changes to the DBBE. Moving toward having many more by drh · 25 years ago