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

  1. d12602a Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. by drh · 9 years ago
  2. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  3. 78f82d1 Continuing work on adding full support for the SQLITE_OMIT_WSD by drh · 17 years ago
  4. b21e7c7 Fix a bug in the KEYINFO handling within select.c. Change the OP_Move by drh · 17 years ago
  5. 2d1d86f Add a mode to the sqlite3_test_control() interface to register hooks called at the beginning and end of "benign malloc failure" blocks. This allows malloc() failure testing to be done using public APIs only. (CVS 5254) by danielk1977 · 17 years ago
  6. ef05f2d Move (almost all) malloc failure test logic from fault.c to test_malloc.c. (CVS 5253) by danielk1977 · 17 years ago
  7. d09414c Move the malloc() failure simulation out of malloc.c and into a separate sqlite3_mem_methods interface. Still some related changes to come. (CVS 5250) by danielk1977 · 17 years ago
  8. 6c3af6e Add version tag comments to source files that lack them. by drh · 17 years ago
  9. 4873d5f Make the benign-fault setting recursive. Make all malloc failures by drh · 17 years ago
  10. 19db935 Allow the xAccess method in the VFS to return -1 to signal an I/O by drh · 17 years ago
  11. 3088d59 Add a completely new testing system for the Bitvec object. The new by drh · 17 years ago
  12. 2fa1868 Add a new api sqlite3_randomness() for providing access to SQLite's by drh · 17 years ago
  13. 643167f Add the fault injector module in fault.c. Use it as a basis for memory by drh · 18 years ago