| 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 | -3/+3 |
* | WT-2554 Add initial C test framework. (#2655) | Alex Gorrod | 2016-05-23 | 1 | -1/+1 |
* | WT-2600: clean up test program includes (#2708) | Keith Bostic | 2016-05-02 | 1 | -10/+1 |
* | WT-2422: multiple definitions of custom die function | Keith Bostic | 2016-02-22 | 1 | -0/+2 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2217: use WT_CURSOR.update to insert the record, WT_CURSOR.insert | Keith Bostic | 2015-11-15 | 1 | -2/+2 |
* | Huge test no longer needs to declare __wt_getopt | David Hows | 2015-05-12 | 1 | -1/+0 |
* | Fix further void casts | David Hows | 2015-05-11 | 1 | -3/+3 |
* | Changes for CR | David Hows | 2015-05-11 | 1 | -1/+1 |
* | Fix failed tests | David Hows | 2015-05-11 | 1 | -3/+3 |
* | Change all testutils functions to return nothing | David Hows | 2015-05-11 | 1 | -3/+2 |
* | huge.c 224 Warning 534: Ignoring return value of function | Keith Bostic | 2015-05-08 | 1 | -1/+1 |
* | CR Changes | David Hows | 2015-05-07 | 1 | -1/+0 |
* | Add testutils to all tests | David Hows | 2015-05-05 | 1 | -37/+32 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Port all examples, most tests, and wtperf to Windows | Mark Benvenuto | 2014-10-16 | 1 | -0/+2 |
* | MSVC doesn't yet support "%zu", replace with #defines. | Keith Bostic | 2014-10-15 | 1 | -1/+7 |
* | gcc doesn't like externs inside functions (warning: nested extern | Keith Bostic | 2014-10-10 | 1 | -2/+3 |
* | Move the utilities/util_getopt.c implementation of getopt(3) into the | Keith Bostic | 2014-10-10 | 1 | -1/+7 |
* | Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version. | Keith Bostic | 2014-10-04 | 1 | -1/+0 |
* | Minor shuffling to turn on more clang warnings: | Keith Bostic | 2014-09-01 | 1 | -5/+7 |
* | Fix compiler warning: | Alex Gorrod | 2014-01-10 | 1 | -2/+3 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Back off -s to 1Mb. | Susan LoVerso | 2013-12-27 | 1 | -4/+5 |
* | Don't step off the end of the allocated buffer. | Keith Bostic | 2013-12-27 | 1 | -2/+3 |
* | Minor restructuring, no real change. | Keith Bostic | 2013-12-27 | 1 | -10/+7 |
* | Don't allocate more buffer memory than we need. | Keith Bostic | 2013-12-27 | 1 | -1/+1 |
* | Always check the value, it's big no matter what the store. | Keith Bostic | 2013-12-20 | 1 | -6/+4 |
* | Don't recreate the directory when exiting successfully. | Keith Bostic | 2013-12-20 | 1 | -1/+1 |
* | Don't leave random big files lying around. | Keith Bostic | 2013-12-20 | 1 | -0/+2 |
* | Change the output line when larger than a GB value, so it's clear when | Keith Bostic | 2013-12-20 | 1 | -1/+5 |
* | note if big key or data in output | Keith Bostic | 2013-12-20 | 1 | -2/+2 |
* | Replace the Python "huge" test with a standalone C program -- this isn't | Keith Bostic | 2013-12-18 | 1 | -0/+212 |