| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2682 add option to configure WiredTiger with strict compiler flags (#2773) | Keith Bostic | 2016-06-08 | 1 | -1/+2 |
* | WT-2615 Enabling checkpoints in test/format leads to reduced concurrency (#2720) | Keith Bostic | 2016-05-05 | 1 | -0/+3 |
* | WT-2103: add incremental backup testing to format | Keith Bostic | 2016-04-14 | 1 | -2/+2 |
* | WT-2535: Add an explicit test for lost updates | Keith Bostic | 2016-04-08 | 1 | -1/+1 |
* | WT-2422: multiple definitions of custom die function | Keith Bostic | 2016-02-22 | 1 | -3/+4 |
* | WT-2405 Switch new testing error handler to be shared in test util | Alex Gorrod | 2016-02-19 | 1 | -5/+5 |
* | WT-2405 Switch test/format to use shared testutil_die | Alex Gorrod | 2016-02-19 | 1 | -21/+13 |
* | WT-2405: test utility error handling. | Keith Bostic | 2016-02-18 | 1 | -11/+6 |
* | WT-2361: column-store starting record number error | Keith Bostic | 2016-02-02 | 1 | -5/+5 |
* | Set the Windows program name globally so all error messages make sense. | Keith Bostic | 2016-01-28 | 1 | -0/+4 |
* | Merge branch 'develop' into wt-2287-rebalance | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
|\ |
|
| * | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds the | Keith Bostic | 2015-12-17 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-20 | 1 | -2/+8 |
|\ |
|
| * | Change format to step the RNG forward so that we don't start at the | Keith Bostic | 2015-08-19 | 1 | -2/+8 |
* | | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-04 | 1 | -2/+10 |
|\ \
| |/ |
|
| * | Have the command-line -1 flag override runs configured from other | Keith Bostic | 2015-08-04 | 1 | -2/+10 |
* | | WT-1967: creating a lookaside table to hold updates which are no longer | Keith Bostic | 2015-07-19 | 1 | -0/+5 |
|/ |
|
* | Avoid read/write races in the PRNG: switch to using an 8B value instead | Keith Bostic | 2015-05-30 | 1 | -1/+1 |
* | Ignoring return value of function | Keith Bostic | 2015-05-10 | 1 | -1/+1 |
* | Single-thread failure so we don't close the global file handles twice. | Keith Bostic | 2015-05-10 | 1 | -2/+7 |
* | Don't call fclose multiple times, clear the FILE handle to make sure | Keith Bostic | 2015-05-10 | 1 | -20/+8 |
* | Rework test/format to use the WiredTiger RNG, not rand. | Keith Bostic | 2015-05-09 | 1 | -4/+3 |
* | CR Changes | David Hows | 2015-05-07 | 1 | -9/+41 |
* | Add testutils to all tests | David Hows | 2015-05-05 | 1 | -42/+10 |
* | Coverity 1129063: Time of check time of use (TOCTOU) | Keith Bostic | 2015-05-01 | 1 | -9/+1 |
* | Have test/format flush completion messages so we can see progress in automate... | Michael Cahill | 2015-04-14 | 1 | -0/+1 |
* | Change to build format without installing Berkeley DB. | Keith Bostic | 2015-04-13 | 1 | -0/+4 |
* | Replace setvbuf calls to configure line-buffering with FILE handle flush | Keith Bostic | 2015-04-08 | 1 | -17/+4 |
* | Simplify the operations loop -- basically, we want to do N loops of | Keith Bostic | 2015-03-04 | 1 | -28/+30 |
* | If no timer and no operations, only do one pass through the loop, | Keith Bostic | 2015-03-04 | 1 | -4/+2 |
* | Use the standard types for retrieving/reporting run times. | Keith Bostic | 2015-03-04 | 1 | -5/+5 |
* | Output runtime for each iteration of test/format. | Alex Gorrod | 2015-03-04 | 1 | -2/+6 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Do operations if we have a time or an operation count. | Keith Bostic | 2014-11-12 | 1 | -3/+5 |
* | Add support for timer-specified runs. | Keith Bostic | 2014-11-11 | 1 | -1/+1 |
* | Port all examples, most tests, and wtperf to Windows | Mark Benvenuto | 2014-10-16 | 1 | -3/+3 |
* | 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 | -7/+11 |
* | More salvage testing, randomly overwrite roughly 2% of the file, | Keith Bostic | 2014-08-30 | 1 | -14/+1 |
* | Get rid of "hot" backup labels, it's just "backup" now. | Keith Bostic | 2014-08-26 | 1 | -4/+4 |
* | Rework salvage merge: the big idea is we can't discard backing page or | Keith Bostic | 2014-08-19 | 1 | -14/+13 |
* | Don't clean up on SIGINT, just leave things as they are. | Keith Bostic | 2014-06-12 | 1 | -23/+0 |
* | Somewhere along the line we lost the functionality for replay, we're | Keith Bostic | 2014-05-30 | 1 | -20/+17 |
* | Before test/format runs salvage, it takes a copy of files. Do that before op... | Michael Cahill | 2014-05-07 | 1 | -0/+1 |
* | Add -H to the usage output. | Keith Bostic | 2014-01-18 | 1 | -1/+2 |
* | Add the "-H helium_mount" command-line option instead of hard-wiring the | Keith Bostic | 2014-01-18 | 1 | -1/+4 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Allow replay of threaded runs. | Keith Bostic | 2013-12-07 | 1 | -9/+30 |
* | Add a small hack so the "make check" ignores any local CONFIG file. | Keith Bostic | 2013-12-06 | 1 | -1/+4 |