summaryrefslogtreecommitdiff
path: root/src/os_win
AgeCommit message (Expand)Author
2014-10-15MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic
2014-10-15Enhance the comment, note for the record we can map past EOF.Keith Bostic
2014-10-15Use %zu as the printf format for size_t.Keith Bostic
2014-10-15Record the fh->size and consistently mmap and return that same size.Susan LoVerso
2014-10-15Add mapping pointers to the verbose output from the map/unmap systemKeith Bostic
2014-10-13Typo, clear the right file handle on error.Keith Bostic
2014-10-13Remove __open_directory_sync call, not needed on Windows.Keith Bostic
2014-10-13Merged fallocate-restructure before merging Mark's changes: cherry pickKeith Bostic
2014-10-13Rename functions, and fix error handlingMark Benvenuto
2014-10-13Use a separate file handle for file truncation & allocationMark Benvenuto
2014-10-14Merge pull request #1273 from wiredtiger/fallocate-restructureMichael Cahill
2014-10-13FindFirstFile returns INVALID_HANDLE_VALUE, not NULLKeith Bostic
2014-10-13KNFKeith Bostic
2014-10-13Fix Windows os_dir.c, and os_ftruncate.c. Correctly enable hardware chksum.Mark Benvenuto
2014-10-12Make fallocate/posix_fallocate more configurable.Keith Bostic
2014-10-11KNFKeith Bostic
2014-10-10MSVC & Clang Warning CleanupMark Benvenuto
2014-10-09Minor Windows SConstruct & Build fixesMark Benvenuto
2014-10-09Create a separate list of Windows' files, that way we can haveKeith Bostic
2014-10-09KNFKeith Bostic
2014-10-09KNFKeith Bostic
2014-10-09Rename the WT_FH.refcnt field to be WT_FH.ref to match the newKeith Bostic
2014-10-09Abstract out the "is it an absolute path" function, and the pathKeith Bostic
2014-10-09Abstract out the code to create a printable version of theKeith Bostic
2014-10-09whitespaceKeith Bostic
2014-10-09Style script.Keith Bostic
2014-10-09Fix string spelling.Keith Bostic
2014-10-09Break long lines at 80 columns.Keith Bostic
2014-10-09Fix a few copyright notices, comment format.Keith Bostic
2014-10-08Initial Windows PortMark Benvenuto