aboutsummaryrefslogtreecommitdiff
path: root/src/os_win.c
Commit message (Expand)AuthorAge
* Enhancements to entropy generation for the Win32 VFS.mistachkin2015-01-21
* Fix harmless compiler warning.mistachkin2015-01-16
* Support manually disabling overlapped file I/O for Windows sub-platforms othe...mistachkin2014-12-20
* Revise mutex handling by the sqlite3_win32_reset_heap() function.mistachkin2014-12-10
* For the Win32 VFS, allow memory mapped files to work when compiled without WA...mistachkin2014-11-04
* Changes to work around Win32 and MSVCRT APIs that are not present on Windows ...mistachkin2014-10-16
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Fix harmless compiler warning.mistachkin2014-09-05
* For sqlite3_win32_is_nt(), assume WinRT is NT-based and revise #ifdef orderin...mistachkin2014-09-01
|\
| * Revise #ifdef ordering to prefer the ANSI version of GetVersionEx, when avail...mistachkin2014-08-22
| * For sqlite3_win32_is_nt(), assume WinRT is NT-based.mistachkin2014-08-21
* | Merge the recent performance enhancements implemented on trunk into thedrh2014-08-25
|\|
| * Fix compiler warnings on WinCE.mistachkin2014-08-14
* | Merge the pre-3.8.6 changes into the threads branch.drh2014-08-14
|\|
| * Fix compilation issue in the Win32 VFS when manually defining SQLITE_WIN32_NO...mistachkin2014-08-12
| * Modify GetVersionEx Win32 VFS fix for use with the test suite.mistachkin2014-08-11
| * Further clarification and typo fixes for the previous comment change.drh2014-08-11
| * Clarify the comment explaining the meaning of the SQLITE_WIN32_GETVERSIONEXdrh2014-08-11
| * Fix for #ifdef issue with GetVersionEx in the Win32 VFS.mistachkin2014-08-11
| * On the windows VFS, do not try to make InterlockedCompareExchange andrh2014-08-06
| * In the Win32 VFS, work around InterlockedCompareExchange() being a macro on s...mistachkin2014-08-06
* | Merge all recent changes from trunk.drh2014-08-06
|\|
| * Remove (newly) incorrect preprocessor check to fix build on WinRT.mistachkin2014-08-02
| * Optimizations to the OS sub-type checking in the Win32 VFS.mistachkin2014-07-31
* | Merge recent trunk changes, and especially the fix for the CREATE UNIQUE INDEXdrh2014-07-30
|\|
| * Enhancements and updates to the Win32 mutex subsystem.mistachkin2014-07-29
* | Make the Win32 thread handles are available after the threads exit.mistachkin2014-07-29
* | Fix the build on windows.drh2014-07-29
* | Bring the threads branch up-to-date with the 3.8.5 release.drh2014-06-05
|\|
| * Add tests for the invalid file handle detection logic in the winLock() function.mistachkin2014-05-30
| * Revise locking retry semantics in Win32 VFS to abort early if the file handle...mistachkin2014-05-28
* | Merge changes from the trunk into the threads branch.drh2014-05-29
|\|
| * Revise how OSTRACE reports logically boolean results in the Win32 VFS.mistachkin2014-05-28
* | Merge the latest trunk changes into the threads branch.dan2014-05-09
|\|
| * Merge updates from trunk.mistachkin2014-05-05
| |\
| | * Merge updates from trunk.mistachkin2014-05-02
| | |\
| | * \ Merge updates from trunk.mistachkin2014-02-27
| | |\ \
| | * | | Enhance the Win32 VFS I/O retry logic.mistachkin2014-02-18
| * | | | Merge updates from trunk.mistachkin2014-05-02
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge updates from trunk.mistachkin2014-02-21
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge updates from trunk.mistachkin2013-11-26
| |\ \ \ \
| * | | | | Initial work on isolating usage of the Windows header file.mistachkin2013-11-25
* | | | | | Fix typo in Windows makefile. Make sure the WaitForSingleObjectEx system cal...mistachkin2014-05-02
* | | | | | Merge latest trunk changes into this branch.dan2014-03-13
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Better loadable extension handling in the Win32 VFS when compiled for Cygwin.mistachkin2014-03-06
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge updates from trunk.mistachkin2014-02-24
| | |\ \ \ \
| | * | | | | Better loadable extension handling in the Win32 VFS when compiled for Cygwin.mistachkin2014-02-21
| | | |_|_|/ | | |/| | |
| * | | | | Fix several small style/consistency issues with the previous check-in.mistachkin2014-02-24
| | |/ / / | |/| | |
| * | | | Enhance testing support for the Win32 VFS dynamic extension loading facilities.mistachkin2014-02-24
| |/ / /
| * | | In the Win32 VFS, the winSysInfo variable should be static.mistachkin2014-02-05