summaryrefslogtreecommitdiff
path: root/src/os_win/os_open.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-7/+8
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-1/+1
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-191-2/+2
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-2/+2
* Cherry-pick Windows fixes to the mongodb-3.0 branch.Michael Cahill2015-04-271-2/+2
* Fix places where we were using the wrong link for traversing hash buckets.Keith Bostic2015-04-251-2/+2
* Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-251-2/+2
* Pass __wt_close() a reference to the WT_FH memory, that way it getsKeith Bostic2015-03-211-1/+7
* Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-091-2/+2
* Coverity 1268396: Null pointer dereferences (REVERSE_INULL)Susan LoVerso2015-02-091-1/+1
* Add name_hash and hash bucket queues for fh and block. #1643Susan LoVerso2015-02-041-4/+10
* Fix CloseHandle error handlingMark Benvenuto2015-01-261-2/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead.Keith Bostic2014-12-151-1/+1
* Fix __wt_open to handle new WT_FILE_TYPE_DIRECTORYMark Benvenuto2014-11-101-6/+17
* Make explicit calls ascii versions of Windows functionsMark Benvenuto2014-10-301-3/+3
* Fix _wt_epochMark Benvenuto2014-10-171-2/+2
* Windows FixesMark Benvenuto2014-10-161-2/+3
* Typo, clear the right file handle on error.Keith Bostic2014-10-131-1/+1
* Remove __open_directory_sync call, not needed on Windows.Keith Bostic2014-10-131-15/+0
* Merged fallocate-restructure before merging Mark's changes: cherry pickKeith Bostic2014-10-131-5/+3
* Rename functions, and fix error handlingMark Benvenuto2014-10-131-4/+9
* Use a separate file handle for file truncation & allocationMark Benvenuto2014-10-131-0/+20
* Make fallocate/posix_fallocate more configurable.Keith Bostic2014-10-121-0/+3
* Rename the WT_FH.refcnt field to be WT_FH.ref to match the newKeith Bostic2014-10-091-4/+4
* Break long lines at 80 columns.Keith Bostic2014-10-091-1/+2
* Initial Windows PortMark Benvenuto2014-10-081-0/+206