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