summaryrefslogtreecommitdiff
path: root/src/os_win/os_dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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