Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/mutex_unix.c
2023-10-15
| ||
13:36 | [f7ee5a2061] part of check-in [dd766eeb59] Change 3 instance of #if SQLITE_ENABLE_API_ARMOR to #ifdef for consistency with how it is normally used. (check-in: [dd766eeb59] user: stephan branch: trunk, size: 12646) | |
2023-06-07
| ||
08:40 | [bd52ec50e4] part of check-in [26c1bb4bd9] Add a C-source spell-checking facility. make misspell (on Nix) (check-in: [26c1bb4bd9] user: larrybr branch: spell-check, size: 12643) | |
2020-07-29
| ||
16:18 | [a2503d11d5] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 12647) | |
2020-06-19
| ||
11:34 | [dd2b3f1cc1] part of check-in [7bb08b1bfc] Refactoring various names. No changes in the resulting machine code. (check-in: [7bb08b1bfc] user: drh branch: trunk, size: 12648) | |
2019-02-08
| ||
20:55 | [38abc2b703] part of check-in [df66fec9bc] Use a fast compiler-provided memory barrier exclusively, if such a memory barrier is available. (check-in: [df66fec9bc] user: drh branch: faster-memory-barrier, size: 12694) | |
2018-02-17
| ||
07:38 | [aaf9ebc3f8] part of check-in [f53b8a573b] Fix a data race causing a tsan complaint with SQLITE_ENABLE_API_ARMOR builds on unix. The race condition is not dangerous in practice, it just upsets tsan. (check-in: [f53b8a573b] user: dan branch: trunk, size: 12650) | |
2017-08-27
| ||
10:55 | [78d1d63520] part of check-in [c93298d5ae] Instrumentation and changes in an effort to reduce thread contention. (check-in: [c93298d5ae] user: drh branch: reduced-thread-contention, size: 12703) | |
2017-02-14
| ||
23:58 | [68ced9b5a2] part of check-in [804817549c] Experimental enhancements to mutex debugging. (check-in: [804817549c] user: mistachkin branch: mutexDbg2, size: 13003) | |
2016-08-04
| ||
14:08 | [543aab0a57] part of check-in [491f1ef36e] Add extra logging calls to this branch. (check-in: [491f1ef36e] user: dan branch: debug, size: 11959) | |
2016-07-30
| ||
03:33 | [5cbf63bc6e] part of check-in [92b9fead35] A new version of the slow mutex log that uses gettimeofday() instead of trying to access the hardware timer. (check-in: [92b9fead35] user: drh branch: debug, size: 12169) | |
2016-07-29
| ||
14:31 | [3a24b5f2e4] part of check-in [e60cb6d885] Enhance a debugging log message to better identify a mutex. (check-in: [e60cb6d885] user: dan branch: debug, size: 12031) | |
14:10 | [9af77da894] part of check-in [33c7ef7aca] Add calls to sqlite3_log() when sqlite3_mutex_enter() takes more than 100,000 CPU cycles. (check-in: [33c7ef7aca] user: drh branch: debug, size: 11839) | |
2015-12-23
| ||
16:42 | [27bb6cc494] part of check-in [5d44d4a6cf] Fix some harmless gcc compiler warnings. Mostly in fts5, but also two in the core code. (check-in: [5d44d4a6cf] user: dan branch: trunk, size: 12373) | |
2015-11-21
| ||
17:27 | [fc54f25b2a] part of check-in [198d191b2f] Fix over-length source code lines. No logic changes. (check-in: [198d191b2f] user: drh branch: trunk, size: 12267) | |
2015-10-15
| ||
21:12 | [77d8483973] part of check-in [a447cf90dd] Merge updates from trunk. (check-in: [a447cf90dd] user: mistachkin branch: mutexInitSimpleCmpSwap, size: 13191) | |
2015-09-26
| ||
03:23 | [a94b46f3f7] part of check-in [b89495ae09] Expand the header comment to clarify the purpose for the sqlite3MemoryBarrier() function. (check-in: [b89495ae09] user: drh branch: trunk, size: 12273) | |
2015-09-12
| ||
18:57 | [8cfa6e83c6] part of check-in [334720c017] Import common changes from the mutex initialization branch. (check-in: [334720c017] user: mistachkin branch: trunk, size: 12164) | |
2015-09-11
| ||
05:06 | [a72043f256] part of check-in [f6a8f57795] Enhance mutex initialization to prevent possible race conditions between sqlite3_initialize() and sqlite3_config(). Also, re-check sqlite3GlobalConfig.isInit after the mutex subsystem has been initialized. (check-in: [f6a8f57795] user: mistachkin branch: mutexInitCmpSwap, size: 13082) | |
2015-09-06
| ||
10:31 | [7762c8ec90] part of check-in [47dc24bd1e] Improved memory barrier that should work with MinGW on older versions of Windows. (check-in: [47dc24bd1e] user: drh branch: trunk, size: 12140) | |
02:51 | [c3f415ebd3] part of check-in [11a9a786ec] Add a memory barrier to the mutex initialization logic, try to work around an issue reported by WebKit. (check-in: [11a9a786ec] user: drh branch: trunk, size: 12139) | |
2015-07-03
| ||
21:38 | [b0d280089d] part of check-in [b202e2a1d7] Add static mutexes for use by the built-in / third-party VFSs and use the built-in VFS mutex where appropriate. (check-in: [b202e2a1d7] user: mistachkin branch: trunk, size: 11905) | |
2015-02-13
| ||
16:36 | [5cf676464b] part of check-in [823ad40ccb] Improvements to SQLITE_ENABLE_API_ARMOR. (check-in: [823ad40ccb] user: drh branch: trunk, size: 11710) | |
2014-10-24
| ||
00:35 | [551e2f25f0] part of check-in [c297a84bc6] Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in progress and is not yet completely functional. (check-in: [c297a84bc6] user: drh branch: api-armor, size: 11587) | |
2014-08-15
| ||
22:37 | [837e3d96f8] part of check-in [c8ade949d4] Aborted merge. (check-in: [c8ade949d4] user: numist branch: obsolete, size: 11389) | |
2014-05-09
| ||
11:15 | [1b10d5413d] part of check-in [ee0ab09c80] Add new static mutex SQLITE_MUTEX_STATIC_APP3. (check-in: [ee0ab09c80] user: dan branch: threads, size: 11511) | |
2014-05-03
| ||
12:00 | [56e22c1bc6] part of check-in [13686035dd] Add two new static mutexes, SQLITE_MUTEX_STATIC_APP1 and _APP2, for use by the application program. First intended use is in test programs for the memory allocation logic where one does not want to allocating a _FAST or _RECURSIVE mutex since that would involve using the memory allocation system under test. (check-in: [13686035dd] user: drh branch: threads, size: 11446) | |
2012-01-04
| ||
12:57 | [c3a4e00f96] part of check-in [e9d05cbb76] Fix typos and comments and make minor changes to a few function names, as suggested by readership. (check-in: [e9d05cbb76] user: drh branch: trunk, size: 11316) | |
2011-01-26
| ||
07:25 | [b4f4e923bb] part of check-in [456bd5c63b] Update mutex1.test so that it works with the memsubsys1 permutation (pagecache memory). Change a few instances of SQLITE_MUTEX_STATIC_LRU2 in comments and test code to STATIC_PMEM. (check-in: [456bd5c63b] user: dan branch: trunk, size: 11315) | |
2010-08-10
| ||
07:12 | [abb8c98a6c] part of check-in [e82e32bd43] Changes to debugging code in mutex_unix.c and mutex_w32.c to make an assert() statement threadsafe. (check-in: [e82e32bd43] user: dan branch: trunk, size: 11315) | |
2010-06-02
| ||
05:53 | [cf84466b4f] part of check-in [e7073e23b8] Add some 'const' markers to static data that is really constant. (check-in: [e7073e23b8] user: dan branch: trunk, size: 11244) | |
2010-05-13
| ||
20:19 | [becb8c4e07] part of check-in [e823c60ca4] Make debugging elements of the sqlite3_mutex object volatile and make them only appear when compiling with SQLITE_DEBUG. Ticket [51914f6acd2cb462]. (check-in: [e823c60ca4] user: drh branch: trunk, size: 11232) | |
2009-11-10
| ||
01:30 | [04a25238ab] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 10702) | |
2009-08-17
| ||
15:31 | [aff26c77f6] part of check-in [32509bc733] More documentation and comment updates for sqlite3_initialize/shutdown interface changes to handle failures. (check-in: [32509bc733] user: shane branch: trunk, size: 10763) | |
2008-12-08
| ||
18:19 | [2f936339df] part of check-in [73c7302c5f] The amalgamation now compiles cleanly on GCC with options -pedantic-errors -Wno-long-long. (CVS 5991) (check-in: [73c7302c5f] user: drh branch: trunk, size: 10731) | |
2008-11-17
| ||
19:18 | [3b1c895a04] part of check-in [8009220c36] Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914) (check-in: [8009220c36] user: danielk1977 branch: trunk, size: 10720) | |
08:05 | [0c256ff118] part of check-in [f45a149363] Added support for vxworks >= 6.4; RTP mode tested, kernel mode untested. (CVS 5910) (check-in: [f45a149363] user: chw branch: trunk, size: 10734) | |
2008-07-16
| ||
12:33 | [29049a6175] part of check-in [9af2514c83] Fix a bug in the HOMEGROWN_RECURSIVE_MUTEX implementation for unix. Ticket #3224. (CVS 5420) (check-in: [9af2514c83] user: drh branch: trunk, size: 10703) | |
2008-06-19
| ||
16:07 | [c1526811f4] part of check-in [7d38da3eea] Fix some minor compile problems. (CVS 5248) (check-in: [7d38da3eea] user: drh branch: trunk, size: 10700) | |
08:51 | [630a386070] part of check-in [9cd7f8669a] Shuffle some of the mutex related documentation in sqlite.h.in to match the new sqlite3_mutex_methods based API. (CVS 5244) (check-in: [9cd7f8669a] user: danielk1977 branch: trunk, size: 10682) | |
2008-06-18
| ||
09:45 | [469a35c105] part of check-in [262baee995] Add some test infrastructure and cases for the new mutex api. (CVS 5230) (check-in: [262baee995] user: danielk1977 branch: trunk, size: 10682) | |
2008-06-17
| ||
17:21 | [74a6755912] part of check-in [597283637b] Change the mutex interface to be pluggable. This is an incremental checkin, there are still changes to come. (CVS 5227) (check-in: [597283637b] user: danielk1977 branch: trunk, size: 10683) | |
2008-06-13
| ||
18:24 | [28588d08a2] part of check-in [a03c5af115] Progress toward implementation of sqlite3_config() and a rework of the mutex and memory allocation subsystems. This is an incremental check-in. (CVS 5218) (check-in: [a03c5af115] user: drh branch: trunk, size: 10424) | |
2008-03-29
| ||
12:47 | [466d20378a] part of check-in [d6a34d983e] eliminate compile-time warnings related to missing field initializations (CVS 4936) (check-in: [d6a34d983e] user: rse branch: trunk, size: 10230) | |
2008-03-26
| ||
18:34 | [c54275523b] part of check-in [8c2f69521f] Changes to delay freeing buffers associated with vdbe memory cells until either sqlite3_finalize() or sqlite3_release_memory() is called. (CVS 4922) (check-in: [8c2f69521f] user: danielk1977 branch: trunk, size: 10065) | |
2007-11-28
| ||
14:04 | [a6e111947a] part of check-in [542e11f954] Reorganize the code for the homegrown recursive mutexes. Fix a place in the previous check-in where the #ifdef label was incorrect. Ticket #2804. (CVS 4576) (check-in: [542e11f954] user: drh branch: trunk, size: 10021) | |
13:55 | [94da6981f9] part of check-in [80299eebdd] Clarify the conditions under which homegrown recursive mutexes work (they require a coherent cache) and only enable them if there is an explicit #define so as to avoid accidental use on platforms that do not meet the constraints. Ticket #2805. (CVS 4575) (check-in: [80299eebdd] user: drh branch: trunk, size: 10015) | |
00:51 | [69e996b7c2] part of check-in [f366a776c1] Add an implementation of recursive mutexes for unix systems that lack pthreads recursive mutexes (ex: Solaris 2.6). Modern unix systems continue to use the recursive mutexes provided by pthreads. (CVS 4573) (check-in: [f366a776c1] user: drh branch: trunk, size: 9549) | |
2007-08-28
| ||
22:24 | [ff77650261] part of check-in [967ab229af] Clean up the locking in the btree logic. (CVS 4316) (check-in: [967ab229af] user: drh branch: trunk, size: 7624) | |
16:34 | Added: [84ae0344b0] part of check-in [fc5cd71aef] Break up the mutex implementation into separate source files, one each for unix, w32, and os2. (CVS 4312) (check-in: [fc5cd71aef] user: drh branch: trunk, size: 7171) | |