summaryrefslogtreecommitdiff
path: root/src/os_win/os_open.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2417 - Fix windows compile errorDavid Hows2016-02-221-1/+1
* WT-2349 Add multi-connection test and code fixes for it.Susan LoVerso2016-02-111-1/+11
* WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-0/+3
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2200 Change WiredTiger caching strategy on WindowsMark Benvenuto2015-11-051-1/+10
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-7/+8
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-1/+1
* Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-2/+2
* Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-131-2/+2
|\
| * WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-2/+2
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-2/+2
|/
* Update the sweep handle minimum to not use a statistic.Alex Gorrod2015-04-091-2/+2
* Merge branch 'develop' into sweep-file-handle-minimumKeith Bostic2015-04-081-2/+2
|\
| * Fix places where we were using the wrong link for traversing hash buckets.Keith Bostic2015-04-081-2/+2
* | Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-081-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