aboutsummaryrefslogtreecommitdiff
path: root/src/mutex_w32.c
Commit message (Expand)AuthorAge
* Correct conditional compilation issue seen with MSVC in the Win32 mutex subsy...mistachkin2023-11-18
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* Refactoring various names. No changes in the resulting machine code.drh2020-06-19
* Port mutex enhancments from check-in [f53b8a573b] to the Win32 implementation.mistachkin2018-02-18
* Minor enhancement to mutex tracing on Win32.mistachkin2017-02-15
* Fix typos in using the MSVC_VERSION macro.drh2017-02-13
* Cleanup the usage of the SQLITE_DISABLE_INTRINSIC compile-time option.drh2017-02-09
* Adjustments to sqlite3MemoryBarrier() when compiling with MSVC and/or WinCE.mistachkin2015-10-06
* Expand the header comment to clarify the purpose for thedrh2015-09-26
* Improved memory barrier that should work with MinGW on older versions ofdrh2015-09-06
* Add a memory barrier to the mutex initialization logic, try to work arounddrh2015-09-06
* Add static mutexes for use by the built-in / third-party VFSs and use the bui...mistachkin2015-07-03
* Make sure the sqlite3_mutex.id field is initialized in the Win32drh2015-02-25
* Improvements to SQLITE_ENABLE_API_ARMOR.drh2015-02-13
* Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality.mistachkin2014-12-20
* Fix compiler warnings on WinCE.mistachkin2014-08-14
* Optimizations to the OS sub-type checking in the Win32 VFS.mistachkin2014-07-31
* Re-integrate the recent changes from the 'winMutex' branch back into the Win3...mistachkin2014-07-30
* Add three new static mutexes for use by the application. This is a partialdrh2014-07-30
* Enhancements and updates to the Win32 mutex subsystem.mistachkin2014-07-29
* In mutex_w32.c, make inclusion of the Windows header file dependent on SQLITE...mistachkin2014-05-12
* Initial work on isolating usage of the Windows header file.mistachkin2013-11-25
* Make names of private functions in the Win32 VFS consistent. Fix comment typ...mistachkin2013-08-28
* Fix several harmless compiler warnings. Fix a couple compiler issues with th...mistachkin2013-08-28
* Allow the SQLITE_API macro to apply to the sqlite3_win32_sleep function.mistachkin2012-06-18
* Fix a few compilation issues that can occur with certain compilers (e.g. GCC ...mistachkin2012-06-18
* Fix an #if that is applicable to WinRT, even thought it is currently disabled...mistachkin2012-06-06
* Defer creation of the sleep event object until it is needed. Added sqlite3_w...mistachkin2012-03-13
* More changes required to compile for WinRT using VS 11 beta. Also, replace m...mistachkin2012-03-13
* Add recognition of the SQLITE_OS_WINRT compile-time option. drh2012-03-01
* Fix cut-and-paste typo in debugging print statement in winMutexTry().shaneh2011-03-15
* Update mutex1.test so that it works with the memsubsys1 permutation (pagecach...dan2011-01-26
* Changes to debugging code in mutex_unix.c and mutex_w32.c to make an assert()...dan2010-08-10
* Add some 'const' markers to static data that is really constant.dan2010-06-02
* Make debugging elements of the sqlite3_mutex object volatile and make themdrh2010-05-13
* Minor changes to silence compiler warnings on various MSVC builds.shaneh2010-03-09
* Merged tracing and initialization changes from mutex_unix.c.shaneh2010-02-13
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* More documentation and comment updates for sqlite3_initialize/shutdown interf...shane2009-08-17
* Enhanced documentation and minor code tweaks in preparation for hardeningdrh2009-08-17
* Fixed "Interlocked" logic error that prevented the "static" mutexes from bein...shane2009-08-10
* Added assert to verify winMutex system is inited before "static" mutexes are ...shane2009-06-01
* Ensure that "static" mutexes are deleted on shutdown so that they are not lea...shane2009-06-01
* Made code to remove unused parameter warning part of the conditional. Ticket...shane2009-01-30
* Minor changes to remove a few MSVC compiler warnings at /W3. Ticket #3610. (...shane2009-01-30
* The amalgamation now compiles cleanly on GCC with optionsdrh2008-12-08
* #ifdef out unused static function mutexIsNT(). Ticket #3481. (CVS 5875)shane2008-11-10
* Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", ...danielk19772008-06-26
* 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