index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mutex.h
Commit message (
Expand
)
Author
Age
*
Disable sqlite3_drop_module() tests when virtual tables are omitted from
drh
2019-10-02
*
Attempt to declare sqlite3MemoryBarrier() correctly for all possible
drh
2015-09-10
*
Add a memory barrier to the mutex initialization logic, try to work around
drh
2015-09-06
*
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Remove support for OS/2 from the source tree.
drh
2012-06-21
*
Added the tool/warnings-clang.sh script. Changes so that there are no
drh
2011-10-15
*
Fix some compiler warnings under MSVC.
shaneh
2010-09-01
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Change a couple of comments to use "SQLITE_MUTEX_OMIT" instead of OMIT_MUTEX.
dan
2009-09-30
*
Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0
drh
2008-10-07
*
Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", ...
danielk1977
2008-06-26
*
Fix a bug in the noop-mutex implementation. (CVS 5242)
drh
2008-06-19
*
Bug fixes: Plug a memory leak introduced by the previous check-in. Get
drh
2008-06-19
*
Remove public APIs sqlite3_mutex_init() and sqlite3_mutex_end(). This commit ...
danielk1977
2008-06-18
*
Continuing work on the new memory allocation subsystem.
drh
2008-06-15
*
Progress toward implementation of sqlite3_config() and a rework of the
drh
2008-06-13
*
Bug fixes in the mutex header file. Tickets #2599 and #2600. (CVS 4335)
drh
2007-08-30
*
Break up the mutex implementation into separate source files, one
drh
2007-08-28