summaryrefslogtreecommitdiff
path: root/src/os_win/os_dir.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-231-8/+14
* WT-2672 handle system calls that don't set errno (#2769)Keith Bostic2016-06-031-1/+9
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-42/+53
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-301-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-39/+31
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-7/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-241-5/+4
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-241-7/+12
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Boolean conversion pass over os_win.Keith Bostic2015-09-241-3/+3
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Free scratch buffer with scr_free instead of buf_freeMark Benvenuto2014-12-121-2/+2
* Make explicit calls ascii versions of Windows functionsMark Benvenuto2014-10-301-2/+2
* FindFirstFile returns INVALID_HANDLE_VALUE, not NULLKeith Bostic2014-10-131-1/+2
* KNFKeith Bostic2014-10-131-5/+6
* Fix Windows os_dir.c, and os_ftruncate.c. Correctly enable hardware chksum.Mark Benvenuto2014-10-131-3/+9
* MSVC & Clang Warning CleanupMark Benvenuto2014-10-101-1/+1
* Break long lines at 80 columns.Keith Bostic2014-10-091-4/+4
* Initial Windows PortMark Benvenuto2014-10-081-0/+103