| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop' into validate-configuration-string | Keith Bostic | 2015-04-23 | 1 | -3/+65 |
|\ |
|
| * | Add some tests of the wt load command's command line arguments. | Keith Bostic | 2015-04-22 | 1 | -0/+59 |
| * | shorten long lines. | Keith Bostic | 2015-04-22 | 1 | -3/+6 |
* | | Push renaming down into `api_data.py`, replacing lower-case handle | Keith Bostic | 2015-04-21 | 2 | -2/+2 |
|/ |
|
* | Merge branch 'develop' into merge-config-early | Keith Bostic | 2015-04-21 | 1 | -2/+2 |
|\ |
|
| * | Fix coverity reports in test/format code. | Alex Gorrod | 2015-04-20 | 1 | -2/+2 |
* | | Remove tab characters. | Keith Bostic | 2015-04-17 | 1 | -1/+1 |
* | | Convert loop to more traditional Python | Keith Bostic | 2015-04-17 | 1 | -4/+1 |
|/ |
|
* | Fix a bug in LSM where updates with overwrite could be skipped. | Alex Gorrod | 2015-04-16 | 1 | -0/+84 |
* | Make the die() function look like all the other test programs, | Keith Bostic | 2015-04-14 | 5 | -49/+57 |
* | Fix the interrupt code to clean up the correct directory. | Keith Bostic | 2015-04-14 | 1 | -3/+8 |
* | Fix the usage statement (options without arguments go first). | Keith Bostic | 2015-04-14 | 1 | -2/+2 |
* | Merge branch 'develop' into sweep-flush-opt | Alex Gorrod | 2015-04-14 | 3 | -3/+133 |
|\ |
|
| * | Merge branch 'develop' into cursor-pin | Michael Cahill | 2015-04-14 | 6 | -30/+115 |
| |\ |
|
| | * | Have test/format flush completion messages so we can see progress in automate... | Michael Cahill | 2015-04-14 | 1 | -0/+1 |
| * | | Merge branch 'develop' into cursor-pin | Keith Bostic | 2015-04-13 | 13 | -46/+123 |
| |\ \ |
|
| * | | | Add support for alternating between search and search-near calls, | Keith Bostic | 2015-04-05 | 1 | -4/+14 |
| * | | | WT_CURSOR::search() near current position. | Keith Bostic | 2015-04-05 | 1 | -0/+119 |
* | | | | Make test/thread use WT_TEST not cwd, and add some more logging. | Alex Gorrod | 2015-04-14 | 2 | -9/+26 |
* | | | | Allow longer connection config strings in test/thread. | Alex Gorrod | 2015-04-14 | 1 | -2/+6 |
* | | | | Merge branch 'develop' into sweep-flush-opt | Alex Gorrod | 2015-04-14 | 6 | -29/+113 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Change to build format without installing Berkeley DB. | Keith Bostic | 2015-04-13 | 6 | -29/+113 |
| | |/
| |/| |
|
* | | | Fix the offset used in test/thread. | Alex Gorrod | 2015-04-13 | 1 | -4/+4 |
* | | | Add a new statistic to track sweep evictions. | Alex Gorrod | 2015-04-13 | 3 | -13/+62 |
|/ / |
|
* | | Add a test of file_manager(close_handle_minimum). | Keith Bostic | 2015-04-10 | 1 | -0/+4 |
* | | Remove core files when cleaning out the directory. | Keith Bostic | 2015-04-10 | 2 | -1/+4 |
* | | Merge branch 'develop' into sweep-file-handle-minimum | Keith Bostic | 2015-04-09 | 9 | -40/+109 |
|\ \ |
|
| * | | KNF | Keith Bostic | 2015-04-08 | 1 | -1/+2 |
| * | | Merge branch 'win_test_fops_new' of https://github.com/markbenvenuto/wiredtig... | Keith Bostic | 2015-04-08 | 5 | -3/+71 |
| |\ \ |
|
| | * | | Enable test/fops for Windows, and add to CI | Mark Benvenuto | 2015-04-08 | 5 | -4/+72 |
| | |/ |
|
| * | | Remove setvbuf calls to configure line-buffering, setvbuf(_IOLBF) is | Keith Bostic | 2015-04-08 | 1 | -3/+0 |
| * | | Replace setvbuf calls to configure line-buffering with FILE handle flush | Keith Bostic | 2015-04-08 | 4 | -23/+24 |
| * | | Clean up the value type, we mostly use it as a uint32_t. | Keith Bostic | 2015-04-08 | 1 | -7/+7 |
| * | | test/format for Windows | Mark Benvenuto | 2015-04-08 | 3 | -5/+7 |
| |/ |
|
* | | Make this test run again: set the file_manager.close_handle_minimum to | Keith Bostic | 2015-04-08 | 1 | -5/+6 |
|/ |
|
* | Fix a few old-style function definitions for gcc. | Keith Bostic | 2015-04-04 | 3 | -3/+3 |
* | Merge pull request #1841 from wiredtiger/log-cursor-fix | Michael Cahill | 2015-04-02 | 1 | -1/+3 |
|\ |
|
| * | Reset eol if we continue. Return NOTFOUND if checksum mismatch. #1840 | Susan LoVerso | 2015-04-01 | 1 | -1/+3 |
* | | Increased test size for log cursors. Fixed how the 'none' compressor | Don Anderson | 2015-04-01 | 1 | -125/+125 |
* | | Modify log_scan callback args to send in next LSN. #1837 | Susan LoVerso | 2015-03-31 | 1 | -0/+125 |
|/ |
|
* | Coverity 1129018, 1129019, 1129020, 1129021: Side effect in assertion | Keith Bostic | 2015-03-31 | 1 | -42/+49 |
* | Add a __setitem__ to cursors in the Python API. | Keith Bostic | 2015-03-31 | 1 | -12/+3 |
* | Merge branch 'develop' into var-col-store-bug | Alex Gorrod | 2015-03-31 | 58 | -348/+116 |
|\ |
|
| * | Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c.... | Michael Cahill | 2015-03-31 | 58 | -348/+116 |
* | | Add the rest of the col gap test case. | Alex Gorrod | 2015-03-31 | 1 | -11/+20 |
* | | Add a test case for a new bug in variable length column stores. | Alex Gorrod | 2015-03-31 | 1 | -0/+39 |
|/ |
|
* | Basic test of variable-length column store tables with large namespace gaps. | Keith Bostic | 2015-03-27 | 1 | -0/+84 |
* | The sweep test depends on checkpoints running to find clean handles to discar... | Michael Cahill | 2015-03-26 | 1 | -6/+10 |
* | Merge branch 'develop' into checkpoint-closing-files | Michael Cahill | 2015-03-26 | 36 | -100/+155 |
|\ |
|
| * | Use beginthreadex, and ensure we use the correct C calling conventions in all... | Mark Benvenuto | 2015-03-25 | 2 | -1/+22 |