| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340) | Keith Bostic | 2017-03-24 | 3 | -22/+30 |
* | WT-3182 Switch make-check to run the short test suite by default (#3313) | Keith Bostic | 2017-02-28 | 1 | -2/+2 |
* | WT-3191 lint (#3310) | Keith Bostic | 2017-02-21 | 2 | -11/+7 |
* | WT-2956 utility tests -h option is always overridden by the default setup (#3... | Keith Bostic | 2016-10-10 | 1 | -2/+0 |
* | WT-2895 Reduce the runtime of make check testing with disable long (#3052) | David Hows | 2016-09-28 | 1 | -0/+3 |
* | WT-2888 Switch functions to return void where possible (#3019) | Keith Bostic | 2016-09-06 | 1 | -5/+4 |
* | WT-2682 add option to configure WiredTiger with strict compiler flags (#2773) | Keith Bostic | 2016-06-08 | 1 | -1/+2 |
* | WT-2554 Add initial C test framework. (#2655) | Alex Gorrod | 2016-05-23 | 2 | -4/+7 |
* | WT-2600: clean up test program includes (#2708) | Keith Bostic | 2016-05-02 | 2 | -13/+2 |
* | WT-2471: review WiredTiger "int" printf formats | Keith Bostic | 2016-03-11 | 1 | -1/+1 |
* | WT-2422: multiple definitions of custom die function | Keith Bostic | 2016-02-22 | 1 | -0/+2 |
* | Consistently use __wt_yield() in all of the test programs. | Keith Bostic | 2016-01-04 | 2 | -2/+2 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 4 | -4/+4 |
* | Display both key and value when cursors don't match. | Keith Bostic | 2015-08-31 | 1 | -21/+16 |
* | whitespace | Keith Bostic | 2015-08-29 | 1 | -2/+1 |
* | log_print_err doesn't need a trailing newline in the message. | Keith Bostic | 2015-08-29 | 1 | -6/+6 |
* | whitespace | Keith Bostic | 2015-08-29 | 1 | -2/+1 |
* | Fix a comment. | Keith Bostic | 2015-08-28 | 1 | -2/+1 |
* | SERVER-19340 Avoid type aliasing in the random number generator. | Michael Cahill | 2015-07-27 | 1 | -1/+1 |
* | WT-1987 Simplify some more test scripts with "set -e". | Michael Cahill | 2015-07-01 | 1 | -7/+8 |
* | WT-1987 Add a TEST_WRAPPER variable for running all tests with valgrind or si... | Michael Cahill | 2015-07-01 | 1 | -6/+6 |
* | Avoid read/write races in the PRNG: switch to using an 8B value instead | Keith Bostic | 2015-05-30 | 1 | -3/+3 |
* | Merge pull request #1960 from wiredtiger/windows_test_fix | Alex Gorrod | 2015-05-13 | 1 | -1/+0 |
|\ |
|
| * | Change to __wt_exists | David Hows | 2015-05-12 | 1 | -1/+0 |
* | | Merge branch 'develop' into encryption-api | Michael Cahill | 2015-05-12 | 2 | -4/+4 |
|\ \
| |/ |
|
| * | Changes for CR | David Hows | 2015-05-11 | 1 | -2/+2 |
| * | Fix failed tests | David Hows | 2015-05-11 | 1 | -2/+3 |
| * | Change all testutils functions to return nothing | David Hows | 2015-05-11 | 1 | -2/+1 |
| * | test/checkpoint is using __wt_random_init/__wt_random, test programs are | Keith Bostic | 2015-05-08 | 1 | -1/+1 |
* | | Merge branch 'develop' into encryption-api | Keith Bostic | 2015-05-08 | 2 | -3/+1 |
|\ \
| |/ |
|
| * | Info 768: global struct member 'home_init' (line 67, file | Keith Bostic | 2015-05-08 | 1 | -1/+0 |
| * | test_checkpoint.c 249 Warning 534: Ignoring return value of function | Keith Bostic | 2015-05-08 | 1 | -2/+1 |
* | | Merge branch 'develop' into encryption-api | Keith Bostic | 2015-05-08 | 3 | -29/+17 |
|\ \
| |/ |
|
| * | Add-back void cast on cleanup | David Hows | 2015-05-08 | 1 | -1/+1 |
| * | Initialise g.home | David Hows | 2015-05-08 | 1 | -0/+2 |
| * | Revert format to old die | David Hows | 2015-05-07 | 1 | -1/+1 |
| * | CR Changes | David Hows | 2015-05-07 | 1 | -8/+7 |
| * | Add testutils to all tests | David Hows | 2015-05-05 | 3 | -32/+19 |
* | | Do a full pass, simplify all the if/free pairs in the tree. | Keith Bostic | 2015-05-02 | 1 | -2/+1 |
|/ |
|
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 4 | -0/+4 |
* | Don't drop core on LSM-only runs, we can't open a cursor to verify with. | Keith Bostic | 2014-12-01 | 2 | -2/+8 |
* | Push the checkpoint program a little harder, it's failing in some | Keith Bostic | 2014-12-01 | 2 | -2/+23 |
* | The type returned from pthread_self() is opaque, we can't cast it to a | Keith Bostic | 2014-10-22 | 2 | -6/+9 |
* | Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204. | Keith Bostic | 2014-10-17 | 1 | -3/+3 |
* | Clean up remaining gcc warnings. | Keith Bostic | 2014-10-10 | 1 | -1/+0 |
* | gcc doesn't like externs inside functions (warning: nested extern | Keith Bostic | 2014-10-10 | 1 | -3/+4 |
* | Move the utilities/util_getopt.c implementation of getopt(3) into the | Keith Bostic | 2014-10-10 | 1 | -13/+17 |
* | Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version. | Keith Bostic | 2014-10-04 | 1 | -1/+0 |
* | Typo, calling log_print_err() with the wrong return error value. | Keith Bostic | 2014-09-16 | 1 | -2/+2 |
* | Make random number generation be per session in the WiredTiger library, | Keith Bostic | 2014-09-13 | 1 | -1/+4 |