index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mutex_noop.c
Commit message (
Expand
)
Author
Age
*
Add static mutexes for use by the built-in / third-party VFSs and use the bui...
mistachkin
2015-07-03
*
Improvements to SQLITE_ENABLE_API_ARMOR.
drh
2015-02-13
*
Add three new static mutexes for use by the application. This is a partial
drh
2014-07-30
*
Fix typos and comments and make minor changes to a few function names,
drh
2012-01-04
*
Make walIndexTryHdr() a private function. Fix an issue with SQLITE_MUTEX_NOOP.
drh
2010-06-26
*
Suppress various compiler warnings.
drh
2010-06-26
*
Add some 'const' markers to static data that is really constant.
dan
2010-06-02
*
Change the xShmOpen() method of the VFS to take the database file name as
drh
2010-05-07
*
Remove the noop-mutex implementations of mutex_held() and mutex_notheld()
drh
2010-05-06
*
Get the previous mutex fix working with SQLITE_DEBUG and with the amalgamation.
drh
2010-05-05
*
When the in single-threaded mode, the sqlite3_mutex_alloc() interface
drh
2010-05-05
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Fix harmless compiler warnings. Improved comments in the query optimizer. (C...
drh
2008-12-05
*
Fix a naming problem when SQLITE_MUTEX_NOOP is used. (CVS 5827)
drh
2008-10-15
*
Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0
drh
2008-10-07