aboutsummaryrefslogtreecommitdiff
path: root/src/mutex_noop.c
Commit message (Expand)AuthorAge
* Add static mutexes for use by the built-in / third-party VFSs and use the bui...mistachkin2015-07-03
* Improvements to SQLITE_ENABLE_API_ARMOR.drh2015-02-13
* Add three new static mutexes for use by the application. This is a partialdrh2014-07-30
* Fix typos and comments and make minor changes to a few function names,drh2012-01-04
* Make walIndexTryHdr() a private function. Fix an issue with SQLITE_MUTEX_NOOP.drh2010-06-26
* Suppress various compiler warnings.drh2010-06-26
* Add some 'const' markers to static data that is really constant.dan2010-06-02
* Change the xShmOpen() method of the VFS to take the database file name asdrh2010-05-07
* Remove the noop-mutex implementations of mutex_held() and mutex_notheld() drh2010-05-06
* Get the previous mutex fix working with SQLITE_DEBUG and with the amalgamation.drh2010-05-05
* When the in single-threaded mode, the sqlite3_mutex_alloc() interfacedrh2010-05-05
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Fix harmless compiler warnings. Improved comments in the query optimizer. (C...drh2008-12-05
* Fix a naming problem when SQLITE_MUTEX_NOOP is used. (CVS 5827)drh2008-10-15
* Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0drh2008-10-07