aboutsummaryrefslogtreecommitdiff
path: root/src/mutex_unix.c
Commit message (Expand)AuthorAge
* Fix some minor compile problems. (CVS 5248)drh2008-06-19
* Shuffle some of the mutex related documentation in sqlite.h.in to match the n...danielk19772008-06-19
* Add some test infrastructure and cases for the new mutex api. (CVS 5230)danielk19772008-06-18
* Change the mutex interface to be pluggable. This is an incremental checkin, t...danielk19772008-06-17
* Progress toward implementation of sqlite3_config() and a rework of thedrh2008-06-13
* eliminate compile-time warnings related to missing field initializations (CVS...rse2008-03-29
* Changes to delay freeing buffers associated with vdbe memory cells until eith...danielk19772008-03-26
* Reorganize the code for the homegrown recursive mutexes. Fix a placedrh2007-11-28
* Clarify the conditions under which homegrown recursive mutexes workdrh2007-11-28
* Add an implementation of recursive mutexes for unix systems thatdrh2007-11-28
* Clean up the locking in the btree logic. (CVS 4316)drh2007-08-28
* Break up the mutex implementation into separate source files, onedrh2007-08-28