summaryrefslogtreecommitdiff
path: root/src/include/misc.h
Commit message (Expand)AuthorAgeFilesLines
* Fixup off by one in new WT_ALIGN_NEAREST macro.Alex Gorrod2016-02-041-1/+1
* Change split percentage calculation to round to the nearest allocation size.Alex Gorrod2016-02-031-0/+3
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2235. Share an array used for converted binary to hex.Don Anderson2015-12-091-0/+3
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-0/+1
* WT-2189 Make F_SET (and F_CLR) into a void expression.Michael Cahill2015-10-301-2/+2
* Run a script looking for boolean declarations that are assigned to aKeith Bostic2015-09-241-2/+2
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-10/+13
* Merge branch 'develop' into log-slot-revampSusan LoVerso2015-08-031-0/+8
|\
| * SERVER-19340 Fix the random state union.Michael Cahill2015-07-271-2/+2
| * SERVER-19340 Avoid type aliasing in the random number generator.Michael Cahill2015-07-271-0/+8
* | WT-1989 Add code to force close a slot, fix file switch bugs.Susan LoVerso2015-07-291-0/+1
|/
* WT-1977: To defer the equality comparison until outside the binary searchKeith Bostic2015-06-251-9/+9
* WT-1977 Improve the performance of getting snapshots with many sessions.Michael Cahill2015-06-241-0/+18
* Remove per page/record checksum. Refactor common code. Verify root page. WT-...Susan LoVerso2015-05-041-4/+1
* Typo.Susan LoVerso2015-04-291-1/+1
* Encrypt the checksum used to verify data was decrypted properly. WT-1822Susan LoVerso2015-04-291-2/+3
* Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-281-0/+27
|\
| * Change the insertion-sort code into a macro so it's available anywhereKeith Bostic2015-04-251-0/+27
* | Add pre-encryption/post-decryption checksum verification. WT-1822Susan LoVerso2015-04-241-2/+4
* | Get encryption plus compression working.Susan LoVerso2015-04-161-0/+6
|/
* Coverity 44262 (#1 of 1): Parse warning (PW.MISSING_INITIALIZER_ON_CONST)Keith Bostic2015-04-021-11/+0
* Move the file-handle types/defines from misc.h to os.h.Keith Bostic2015-03-241-31/+0
* Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-241-3/+14
* Add flags to wt_fopen/fclose. #1785Susan LoVerso2015-03-231-1/+8
* Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-201-0/+5
* Remove pockets of case-sensitivity for configuration strings.Keith Bostic2015-03-091-4/+0
* Try and avoid underflow, it just makes a bad situation worse.Keith Bostic2015-01-221-0/+1
* 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-2/+4
* The initial byte comparison has to be case-independent as well.Keith Bostic2014-12-031-1/+2
* Support "none" in all configuration strings as an alternative to anKeith Bostic2014-12-031-0/+3
* Revert skip list probability back to 1/4.Susan LoVerso2014-11-121-2/+2
* Change skip list probability to 1/2 from 1/4.Susan LoVerso2014-11-121-2/+2
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-041-0/+6
* WiredTiger has a lot of cascading if/else statements checking for stringKeith Bostic2014-09-121-7/+9
* The WT_NOTFOUND return should work the same as other non-zero returns and lea...Michael Cahill2014-09-091-0/+6
* whitespaceKeith Bostic2014-07-141-1/+1
* Add a WT_STREQ macro for fast constant string equality checking.Michael Cahill2014-07-141-0/+9
* Switch the order of arguments to WT_STRING_MATCH, then no cast is needed.Keith Bostic2014-05-221-1/+1
* Change WT_STRING_MATCH to cast its argument before doing pointerKeith Bostic2014-05-221-1/+1
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-16/+1
* Add --enable-verbose option, disabled by default.Alex Gorrod2014-05-051-0/+7
* Fix the __wt_free #define, it doesn't return a value.Keith Bostic2014-04-301-2/+4
* Inline the check for free of a NULL pointer, skip the function call.Keith Bostic2014-04-291-1/+2
* Experimental change: move the WT_PAGE.{parent,ref_hint} fields into theKeith Bostic2014-03-291-8/+8
* Change WT_RESTART into an "expected" failure, similar to WT_NOTFOUNDKeith Bostic2014-03-051-6/+5
* Merge branch 'develop' into new-splitKeith Bostic2014-03-051-6/+6
|\
| * Switch to using hazard references for walks through the cache.Michael Cahill2014-02-271-8/+8
* | Cast the argument to free, in case the pointer has any special qualifiersKeith Bostic2014-02-161-1/+1