summaryrefslogtreecommitdiff
path: root/src/include/os.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-1/+1
* WT-3225 WiredTiger won't build with clang on CentOS 7.3.1611 (#3333)Keith Bostic2017-03-161-1/+7
* WT-2710 WT_FILE_HANDLE_INMEM no longer needs an off field (#2805)Keith Bostic2016-06-171-1/+0
* WT-2672 handle system calls that don't set errno (#2769)Keith Bostic2016-06-031-19/+23
* WT-2672 handle system calls that don't set errno (#2765)Keith Bostic2016-06-021-8/+19
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-241-3/+4
* WT-2598: in-memory FS needs fast lookup on file names (#2709)Keith Bostic2016-05-021-1/+19
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-64/+43
* WT-2579: in-memory configurations break debugging supportKeith Bostic2016-04-221-3/+2
* WT-2539 Make streams a separate handle type from files.Keith Bostic2016-04-191-4/+4
* WT-2359 Add stream buffering, reinstate default not-supported methods for fil...Michael Cahill2016-04-181-5/+6
* WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-12/+22
* WT-2526: mixing and matching readonly and read/write handlesKeith Bostic2016-04-041-8/+9
* WT-2528: style error in WiredTiger buildKeith Bostic2016-04-011-2/+2
* WT-2527: OS X compile error, missing POSIX_FADV_WILLNEED #defineKeith Bostic2016-04-011-0/+12
* WT-2330 Move the map handle back into the block structure.Alex Gorrod2016-03-311-3/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-0/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-281-0/+4
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-271-0/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-261-4/+5
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-261-4/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-211-0/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-203/+15
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-191-0/+32
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-3/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-23/+190
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-1/+3
* WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-171-1/+6
* Boolean conversion pass over include.Keith Bostic2015-09-271-1/+1
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-1/+1
* WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-2/+2
* SERVER-19751 Retry pthread_create on EAGAIN or EINTR.Michael Cahill2015-08-051-1/+1
* Move the file-handle types/defines from misc.h to os.h.Keith Bostic2015-03-241-6/+31
* Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-091-2/+2
* Add name_hash and hash bucket queues for fh and block. #1643Susan LoVerso2015-02-041-0/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Explicitly test for WT_FALLOCATE_NOT_AVAILABLE, that way code doesn'tKeith Bostic2014-11-171-6/+6
* Refactor the fallocate call.Keith Bostic2014-11-171-1/+6
* Put the format's '%' in the string, so WT_SIZET_FMT looks likeKeith Bostic2014-10-201-2/+2
* MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic2014-10-151-0/+6
* Merged fallocate-restructure before merging Mark's changes: cherry pickKeith Bostic2014-10-131-1/+1
* Rename functions, and fix error handlingMark Benvenuto2014-10-131-1/+1
* Use a separate file handle for file truncation & allocationMark Benvenuto2014-10-131-0/+2
* Revert POSIX OS changes from c5b71e5, reference #1254: that commitKeith Bostic2014-10-121-3/+0
* Make fallocate/posix_fallocate more configurable.Keith Bostic2014-10-121-0/+3
* Fix a few copyright notices, comment format.Keith Bostic2014-10-091-1/+0
* Initial Windows PortMark Benvenuto2014-10-081-0/+5
* Rename the WT_FH.refcnt field to be WT_FH.ref to match the newKeith Bostic2014-10-071-1/+1