index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mutex_w32.c
Commit message (
Expand
)
Author
Age
*
Correct conditional compilation issue seen with MSVC in the Win32 mutex subsy...
mistachkin
2023-11-18
*
Add a C-source spell-checking facility. make misspell (on Nix)
larrybr
2023-06-07
*
Refactoring various names. No changes in the resulting machine code.
drh
2020-06-19
*
Port mutex enhancments from check-in [f53b8a573b] to the Win32 implementation.
mistachkin
2018-02-18
*
Minor enhancement to mutex tracing on Win32.
mistachkin
2017-02-15
*
Fix typos in using the MSVC_VERSION macro.
drh
2017-02-13
*
Cleanup the usage of the SQLITE_DISABLE_INTRINSIC compile-time option.
drh
2017-02-09
*
Adjustments to sqlite3MemoryBarrier() when compiling with MSVC and/or WinCE.
mistachkin
2015-10-06
*
Expand the header comment to clarify the purpose for the
drh
2015-09-26
*
Improved memory barrier that should work with MinGW on older versions of
drh
2015-09-06
*
Add a memory barrier to the mutex initialization logic, try to work around
drh
2015-09-06
*
Add static mutexes for use by the built-in / third-party VFSs and use the bui...
mistachkin
2015-07-03
*
Make sure the sqlite3_mutex.id field is initialized in the Win32
drh
2015-02-25
*
Improvements to SQLITE_ENABLE_API_ARMOR.
drh
2015-02-13
*
Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality.
mistachkin
2014-12-20
*
Fix compiler warnings on WinCE.
mistachkin
2014-08-14
*
Optimizations to the OS sub-type checking in the Win32 VFS.
mistachkin
2014-07-31
*
Re-integrate the recent changes from the 'winMutex' branch back into the Win3...
mistachkin
2014-07-30
*
Add three new static mutexes for use by the application. This is a partial
drh
2014-07-30
*
Enhancements and updates to the Win32 mutex subsystem.
mistachkin
2014-07-29
*
In mutex_w32.c, make inclusion of the Windows header file dependent on SQLITE...
mistachkin
2014-05-12
*
Initial work on isolating usage of the Windows header file.
mistachkin
2013-11-25
*
Make names of private functions in the Win32 VFS consistent. Fix comment typ...
mistachkin
2013-08-28
*
Fix several harmless compiler warnings. Fix a couple compiler issues with th...
mistachkin
2013-08-28
*
Allow the SQLITE_API macro to apply to the sqlite3_win32_sleep function.
mistachkin
2012-06-18
*
Fix a few compilation issues that can occur with certain compilers (e.g. GCC ...
mistachkin
2012-06-18
*
Fix an #if that is applicable to WinRT, even thought it is currently disabled...
mistachkin
2012-06-06
*
Defer creation of the sleep event object until it is needed. Added sqlite3_w...
mistachkin
2012-03-13
*
More changes required to compile for WinRT using VS 11 beta. Also, replace m...
mistachkin
2012-03-13
*
Add recognition of the SQLITE_OS_WINRT compile-time option.
drh
2012-03-01
*
Fix cut-and-paste typo in debugging print statement in winMutexTry().
shaneh
2011-03-15
*
Update mutex1.test so that it works with the memsubsys1 permutation (pagecach...
dan
2011-01-26
*
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
*
Minor changes to silence compiler warnings on various MSVC builds.
shaneh
2010-03-09
*
Merged tracing and initialization changes from mutex_unix.c.
shaneh
2010-02-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
*
Enhanced documentation and minor code tweaks in preparation for hardening
drh
2009-08-17
*
Fixed "Interlocked" logic error that prevented the "static" mutexes from bein...
shane
2009-08-10
*
Added assert to verify winMutex system is inited before "static" mutexes are ...
shane
2009-06-01
*
Ensure that "static" mutexes are deleted on shutdown so that they are not lea...
shane
2009-06-01
*
Made code to remove unused parameter warning part of the conditional. Ticket...
shane
2009-01-30
*
Minor changes to remove a few MSVC compiler warnings at /W3. Ticket #3610. (...
shane
2009-01-30
*
The amalgamation now compiles cleanly on GCC with options
drh
2008-12-08
*
#ifdef out unused static function mutexIsNT(). Ticket #3481. (CVS 5875)
shane
2008-11-10
*
Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", ...
danielk1977
2008-06-26
*
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
[next]