index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mutex_unix.c
Commit message (
Expand
)
Author
Age
*
Changes to debugging code in mutex_unix.c and mutex_w32.c to make an assert()...
dan
2010-08-10
*
Add some 'const' markers to static data that is really constant.
dan
2010-06-02
*
Make debugging elements of the sqlite3_mutex object volatile and make them
drh
2010-05-13
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
More documentation and comment updates for sqlite3_initialize/shutdown interf...
shane
2009-08-17
*
The amalgamation now compiles cleanly on GCC with options
drh
2008-12-08
*
Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914)
danielk1977
2008-11-17
*
Added support for vxworks >= 6.4; RTP mode tested, kernel mode untested. (CVS...
chw
2008-11-17
*
Fix a bug in the HOMEGROWN_RECURSIVE_MUTEX implementation for unix.
drh
2008-07-16
*
Fix some minor compile problems. (CVS 5248)
drh
2008-06-19
*
Shuffle some of the mutex related documentation in sqlite.h.in to match the n...
danielk1977
2008-06-19
*
Add some test infrastructure and cases for the new mutex api. (CVS 5230)
danielk1977
2008-06-18
*
Change the mutex interface to be pluggable. This is an incremental checkin, t...
danielk1977
2008-06-17
*
Progress toward implementation of sqlite3_config() and a rework of the
drh
2008-06-13
*
eliminate compile-time warnings related to missing field initializations (CVS...
rse
2008-03-29
*
Changes to delay freeing buffers associated with vdbe memory cells until eith...
danielk1977
2008-03-26
*
Reorganize the code for the homegrown recursive mutexes. Fix a place
drh
2007-11-28
*
Clarify the conditions under which homegrown recursive mutexes work
drh
2007-11-28
*
Add an implementation of recursive mutexes for unix systems that
drh
2007-11-28
*
Clean up the locking in the btree logic. (CVS 4316)
drh
2007-08-28
*
Break up the mutex implementation into separate source files, one
drh
2007-08-28