index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_mutex.c
Commit message (
Expand
)
Author
Age
*
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...
mistachkin
2013-04-29
*
Update mutex1.test so that it works with the memsubsys1 permutation (pagecach...
dan
2011-01-26
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Rename the unused MEM2 static mutex to OPEN and reuse it to serialize access
drh
2009-03-20
*
In test_mutex.c, zero the global structure staticly instead of in Sqlitetest_...
danielk1977
2009-02-11
*
Make sure mutexes are fully enabled for thread001.test. Take steps to
drh
2009-01-19
*
Add test cases for sqlite3_db_mutex(). (CVS 5862)
danielk1977
2008-11-04
*
To ensure SQLITE_THREADSAFE is always defined, have test_mutex.c include sqli...
danielk1977
2008-07-19
*
Fix the test harness so that it does not try to link against
drh
2008-07-17
*
Fix a bug in the mutex-testing logic introduced by check-in (5389). (CVS 5390)
drh
2008-07-10
*
Enhancements to the testing logic for malloc and mutex. Only permit one
drh
2008-07-10
*
Add the SQLITE_OPEN_NOMUTEX flag. Used for opening connections that are not p...
danielk1977
2008-07-10
*
Add tests to verify correct behavior when mutex initialization fails. (CVS 5359)
drh
2008-07-08
*
Testing coverage enhancements. (CVS 5358)
drh
2008-07-08
*
Fix a bug in the KEYINFO handling within select.c. Change the OP_Move
drh
2008-06-22
*
Shuffle some of the mutex related documentation in sqlite.h.in to match the n...
danielk1977
2008-06-19
*
Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration mo...
danielk1977
2008-06-18
*
Add some test infrastructure and cases for the new mutex api. (CVS 5230)
danielk1977
2008-06-18