aboutsummaryrefslogtreecommitdiff
path: root/src/fault.c
Commit message (Expand)AuthorAge
* Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.drh2016-12-07
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Continuing work on adding full support for the SQLITE_OMIT_WSD drh2008-09-02
* Fix a bug in the KEYINFO handling within select.c. Change the OP_Movedrh2008-06-22
* Add a mode to the sqlite3_test_control() interface to register hooks called a...danielk19772008-06-20
* Move (almost all) malloc failure test logic from fault.c to test_malloc.c. (C...danielk19772008-06-20
* Move the malloc() failure simulation out of malloc.c and into a separate sqli...danielk19772008-06-19
* Add version tag comments to source files that lack them.drh2008-05-15
* Make the benign-fault setting recursive. Make all malloc failuresdrh2008-05-13
* Allow the xAccess method in the VFS to return -1 to signal an I/Odrh2008-03-27
* Add a completely new testing system for the Bitvec object. The newdrh2008-03-21
* Add a new api sqlite3_randomness() for providing access to SQLite'sdrh2008-03-19
* Add the fault injector module in fault.c. Use it as a basis for memorydrh2008-01-22