index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fault.c
Commit message (
Expand
)
Author
Age
*
Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.
drh
2016-12-07
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Continuing work on adding full support for the SQLITE_OMIT_WSD
drh
2008-09-02
*
Fix a bug in the KEYINFO handling within select.c. Change the OP_Move
drh
2008-06-22
*
Add a mode to the sqlite3_test_control() interface to register hooks called a...
danielk1977
2008-06-20
*
Move (almost all) malloc failure test logic from fault.c to test_malloc.c. (C...
danielk1977
2008-06-20
*
Move the malloc() failure simulation out of malloc.c and into a separate sqli...
danielk1977
2008-06-19
*
Add version tag comments to source files that lack them.
drh
2008-05-15
*
Make the benign-fault setting recursive. Make all malloc failures
drh
2008-05-13
*
Allow the xAccess method in the VFS to return -1 to signal an I/O
drh
2008-03-27
*
Add a completely new testing system for the Bitvec object. The new
drh
2008-03-21
*
Add a new api sqlite3_randomness() for providing access to SQLite's
drh
2008-03-19
*
Add the fault injector module in fault.c. Use it as a basis for memory
drh
2008-01-22