| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2217: use WT_CURSOR.update to insert the record, WT_CURSOR.insert | Keith Bostic | 2015-11-15 | 1 | -2/+2 |
* | WT-1987 Simplify some more test scripts with "set -e". | Michael Cahill | 2015-07-01 | 1 | -0/+2 |
* | WT-1987 Add a TEST_WRAPPER variable for running all tests with valgrind or si... | Michael Cahill | 2015-07-01 | 1 | -1/+1 |
* | 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 | 2 | -38/+34 |
* | 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 |
* | Remove Makefile.in from version control. | Michael Cahill | 2013-12-19 | 1 | -721/+0 |
* | Replace the Python "huge" test with a standalone C program -- this isn't | Keith Bostic | 2013-12-18 | 4 | -0/+949 |