| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixup off by one in new WT_ALIGN_NEAREST macro. | Alex Gorrod | 2016-02-04 | 1 | -1/+1 |
* | Change split percentage calculation to round to the nearest allocation size. | Alex Gorrod | 2016-02-03 | 1 | -0/+3 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2235. Share an array used for converted binary to hex. | Don Anderson | 2015-12-09 | 1 | -0/+3 |
* | WT-2220 Create WT_TIMEDIFF_US and fix use of constants. | Susan LoVerso | 2015-11-17 | 1 | -0/+1 |
* | WT-2189 Make F_SET (and F_CLR) into a void expression. | Michael Cahill | 2015-10-30 | 1 | -2/+2 |
* | Run a script looking for boolean declarations that are assigned to a | Keith Bostic | 2015-09-24 | 1 | -2/+2 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -10/+13 |
* | Merge branch 'develop' into log-slot-revamp | Susan LoVerso | 2015-08-03 | 1 | -0/+8 |
|\ |
|
| * | SERVER-19340 Fix the random state union. | Michael Cahill | 2015-07-27 | 1 | -2/+2 |
| * | SERVER-19340 Avoid type aliasing in the random number generator. | Michael Cahill | 2015-07-27 | 1 | -0/+8 |
* | | WT-1989 Add code to force close a slot, fix file switch bugs. | Susan LoVerso | 2015-07-29 | 1 | -0/+1 |
|/ |
|
* | WT-1977: To defer the equality comparison until outside the binary search | Keith Bostic | 2015-06-25 | 1 | -9/+9 |
* | WT-1977 Improve the performance of getting snapshots with many sessions. | Michael Cahill | 2015-06-24 | 1 | -0/+18 |
* | Remove per page/record checksum. Refactor common code. Verify root page. WT-... | Susan LoVerso | 2015-05-04 | 1 | -4/+1 |
* | Typo. | Susan LoVerso | 2015-04-29 | 1 | -1/+1 |
* | Encrypt the checksum used to verify data was decrypted properly. WT-1822 | Susan LoVerso | 2015-04-29 | 1 | -2/+3 |
* | Merge branch 'develop' into encryption-api | Susan LoVerso | 2015-04-28 | 1 | -0/+27 |
|\ |
|
| * | Change the insertion-sort code into a macro so it's available anywhere | Keith Bostic | 2015-04-25 | 1 | -0/+27 |
* | | Add pre-encryption/post-decryption checksum verification. WT-1822 | Susan LoVerso | 2015-04-24 | 1 | -2/+4 |
* | | Get encryption plus compression working. | Susan LoVerso | 2015-04-16 | 1 | -0/+6 |
|/ |
|
* | Coverity 44262 (#1 of 1): Parse warning (PW.MISSING_INITIALIZER_ON_CONST) | Keith Bostic | 2015-04-02 | 1 | -11/+0 |
* | Move the file-handle types/defines from misc.h to os.h. | Keith Bostic | 2015-03-24 | 1 | -31/+0 |
* | Add a single set of fhandle flags for open and close. #1785 | Susan LoVerso | 2015-03-24 | 1 | -3/+14 |
* | Add flags to wt_fopen/fclose. #1785 | Susan LoVerso | 2015-03-23 | 1 | -1/+8 |
* | Push the rest of the FILE handle functions down into the OS-specific | Keith Bostic | 2015-03-20 | 1 | -0/+5 |
* | Remove pockets of case-sensitivity for configuration strings. | Keith Bostic | 2015-03-09 | 1 | -4/+0 |
* | Try and avoid underflow, it just makes a bad situation worse. | Keith Bostic | 2015-01-22 | 1 | -0/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -2/+4 |
* | The initial byte comparison has to be case-independent as well. | Keith Bostic | 2014-12-03 | 1 | -1/+2 |
* | Support "none" in all configuration strings as an alternative to an | Keith Bostic | 2014-12-03 | 1 | -0/+3 |
* | Revert skip list probability back to 1/4. | Susan LoVerso | 2014-11-12 | 1 | -2/+2 |
* | Change skip list probability to 1/2 from 1/4. | Susan LoVerso | 2014-11-12 | 1 | -2/+2 |
* | Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version. | Keith Bostic | 2014-10-04 | 1 | -0/+6 |
* | WiredTiger has a lot of cascading if/else statements checking for string | Keith Bostic | 2014-09-12 | 1 | -7/+9 |
* | The WT_NOTFOUND return should work the same as other non-zero returns and lea... | Michael Cahill | 2014-09-09 | 1 | -0/+6 |
* | whitespace | Keith Bostic | 2014-07-14 | 1 | -1/+1 |
* | Add a WT_STREQ macro for fast constant string equality checking. | Michael Cahill | 2014-07-14 | 1 | -0/+9 |
* | Switch the order of arguments to WT_STRING_MATCH, then no cast is needed. | Keith Bostic | 2014-05-22 | 1 | -1/+1 |
* | Change WT_STRING_MATCH to cast its argument before doing pointer | Keith Bostic | 2014-05-22 | 1 | -1/+1 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -16/+1 |
* | Add --enable-verbose option, disabled by default. | Alex Gorrod | 2014-05-05 | 1 | -0/+7 |
* | Fix the __wt_free #define, it doesn't return a value. | Keith Bostic | 2014-04-30 | 1 | -2/+4 |
* | Inline the check for free of a NULL pointer, skip the function call. | Keith Bostic | 2014-04-29 | 1 | -1/+2 |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -8/+8 |
* | Change WT_RESTART into an "expected" failure, similar to WT_NOTFOUND | Keith Bostic | 2014-03-05 | 1 | -6/+5 |
* | Merge branch 'develop' into new-split | Keith Bostic | 2014-03-05 | 1 | -6/+6 |
|\ |
|
| * | Switch to using hazard references for walks through the cache. | Michael Cahill | 2014-02-27 | 1 | -8/+8 |
* | | Cast the argument to free, in case the pointer has any special qualifiers | Keith Bostic | 2014-02-16 | 1 | -1/+1 |