summaryrefslogtreecommitdiff
path: root/src/os_win/os_map.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CloseHandle error handlingMark Benvenuto2015-01-261-1/+4
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Make explicit calls ascii versions of Windows functionsMark Benvenuto2014-10-301-1/+1
* Put the format's '%' in the string, so WT_SIZET_FMT looks likeKeith Bostic2014-10-201-5/+5
* MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic2014-10-151-5/+9
* Enhance the comment, note for the record we can map past EOF.Keith Bostic2014-10-151-2/+5
* Use %zu as the printf format for size_t.Keith Bostic2014-10-151-12/+8
* Record the fh->size and consistently mmap and return that same size.Susan LoVerso2014-10-151-5/+11
* Add mapping pointers to the verbose output from the map/unmap systemKeith Bostic2014-10-151-6/+5
* Fix string spelling.Keith Bostic2014-10-091-1/+1
* Break long lines at 80 columns.Keith Bostic2014-10-091-6/+12
* Initial Windows PortMark Benvenuto2014-10-081-0/+92