summaryrefslogtreecommitdiff
path: root/src/include/misc.i
Commit message (Expand)AuthorAgeFilesLines
* WT-3327 Check for system clock ticking backwards (#3427)sueloverso2017-06-191-0/+25
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-0/+91
* WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-251-2/+3
* WT-3051 Remove external __wt_hex symbol. (#3172)Keith Bostic2016-12-051-0/+10
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-4/+2
* WT-2878 Verbose changes affected performance (#3020)Keith Bostic2016-09-031-2/+1
* WT-2871 __wt_verbose has the wrong GCC format attributes (#2995)Keith Bostic2016-08-301-2/+12
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-7/+4
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-0/+1
* WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-245/+0
* WT-2529 Move an assertion related to fsync and readonly connections.Alex Gorrod2016-04-041-2/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-301-5/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-281-14/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-271-10/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-0/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-88/+136
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-211-0/+5
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-211-0/+26
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-0/+194
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220: call difftime() directly, let the compiler deal with castingKeith Bostic2015-11-161-11/+0
* WT-2220: don't assume time_t's are integers that support arithmeticKeith Bostic2015-11-161-0/+27
* Boolean conversion pass over supportKeith Bostic2015-09-241-1/+1
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-1/+1
* Inline __wt_cond_wait so we don't need different POSIX/Windows versions,Keith Bostic2015-09-041-0/+12
* __wt_strdup() is a one-liner that calls __wt_strndup(), inline it.Keith Bostic2015-05-011-0/+11
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-0/+32