aboutsummaryrefslogtreecommitdiff
path: root/src/mutex.h
Commit message (Expand)AuthorAge
* Disable sqlite3_drop_module() tests when virtual tables are omitted fromdrh2019-10-02
* Attempt to declare sqlite3MemoryBarrier() correctly for all possibledrh2015-09-10
* Add a memory barrier to the mutex initialization logic, try to work arounddrh2015-09-06
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Remove support for OS/2 from the source tree.drh2012-06-21
* Added the tool/warnings-clang.sh script. Changes so that there are nodrh2011-10-15
* Fix some compiler warnings under MSVC.shaneh2010-09-01
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Change a couple of comments to use "SQLITE_MUTEX_OMIT" instead of OMIT_MUTEX.dan2009-09-30
* Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0drh2008-10-07
* Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", ...danielk19772008-06-26
* Fix a bug in the noop-mutex implementation. (CVS 5242)drh2008-06-19
* Bug fixes: Plug a memory leak introduced by the previous check-in. Getdrh2008-06-19
* Remove public APIs sqlite3_mutex_init() and sqlite3_mutex_end(). This commit ...danielk19772008-06-18
* Continuing work on the new memory allocation subsystem.drh2008-06-15
* Progress toward implementation of sqlite3_config() and a rework of thedrh2008-06-13
* Bug fixes in the mutex header file. Tickets #2599 and #2600. (CVS 4335)drh2007-08-30
* Break up the mutex implementation into separate source files, onedrh2007-08-28