| Age | Commit message (Expand) | Author |
| 2013-04-26 | Cut release 1.5.3.1.5.3 | Alex Gorrod |
| 2013-04-25 | Fix a spelling problem. | Keith Bostic |
| 2013-04-25 | Don't allow statistics_log "sources" configuration for objects other | Keith Bostic |
| 2013-04-24 | I'm currently doing all runs of memrata with /dev/loop0. | Keith Bostic |
| 2013-04-24 | lint/whitespace | Keith Bostic |
| 2013-04-24 | whitespace | Keith Bostic |
| 2013-04-24 | Add support for kvs_truncate (I'm leaving the slow session-level truncate | Keith Bostic |
| 2013-04-24 | Report the version we want on failure. | Keith Bostic |
| 2013-04-24 | unused variable. | Keith Bostic |
| 2013-04-24 | Sue found the reason the open files count keeps climbing. | Keith Bostic |
| 2013-04-24 | Merge pull request #506 from wiredtiger/evict-cond-wake | Michael Cahill |
| 2013-04-24 | Use a broadcast when signalling a condition variable. The only case where mo... | Michael Cahill |
| 2013-04-24 | Build wtperf as a static binary to make profiling simpler, only log "fast" st... | Michael Cahill |
| 2013-04-24 | Make sure two leaf pages fit in cache per thread: test/format does next/prev ... | Michael Cahill |
| 2013-04-24 | Introduce a condition variable for application threads waiting for eviction | Alex Gorrod |
| 2013-04-24 | Clear the eviction walk point while holding the eviction lock. Otherwise, an... | Michael Cahill |
| 2013-04-24 | src/conn/conn_cache.c: function with return after a jump to an error label | Michael Cahill |
| 2013-04-24 | Move allocation and freeing of the LRU queue out of the eviction thread: appl... | Michael Cahill |
| 2013-04-24 | Merge branch 'develop' into basho | Michael Cahill |
| 2013-04-23 | Merge pull request #487 from wiredtiger/lsm-ckpt-experiments | Michael Cahill |
| 2013-04-24 | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill |
| 2013-04-24 | Be less aggressive about exiting cache full check early. | Alex Gorrod |
| 2013-04-24 | Fix test/format output for automated tests: don't clear the line unless we're... | Michael Cahill |
| 2013-04-23 | Put the raw files in a subdirectory, reports/raw. | Keith Bostic |
| 2013-04-23 | Add a connection-level statistic for btree cursor ops and an LSM | Keith Bostic |
| 2013-04-23 | whitespace | Keith Bostic |
| 2013-04-23 | Clarify WT_STAT_DSRC_BLOCK_SIZE is the file size in bytes. | Keith Bostic |
| 2013-04-23 | Fix build warning in test/format: | Alex Gorrod |
| 2013-04-23 | Only evict a single page from __cursor_leave to avoid latency spikes. | Alex Gorrod |
| 2013-04-23 | Merge pull request #504 from wiredtiger/stec | Michael Cahill |
| 2013-04-22 | Check the KVS header file version before running. | Keith Bostic |
| 2013-04-22 | Merge branch 'stec' of github.com:wiredtiger/wiredtiger into stec | Keith Bostic |
| 2013-04-22 | switch to "memrata" | Keith Bostic |
| 2013-04-22 | Install wiredtiger_ext.h. | Keith Bostic |
| 2013-04-22 | We no longer need to load against the WiredTiger library. | Keith Bostic |
| 2013-04-22 | Back out 2aaf73857f4c5a819ff8d94ac47a621673e0f4d0, call Michael's new | Keith Bostic |
| 2013-04-22 | Merge branch 'develop' into stec | Keith Bostic |
| 2013-04-22 | KVS release 2.6 includes kvs_replace, rewrite the WT_CURSOR::update | Keith Bostic |
| 2013-04-22 | ../src/log/log.c:32:2: error: 'size' may be used uninitialized in this functi... | Michael Cahill |
| 2013-04-22 | Move pack/unpack methods into the extension API, because extensions shouldn't... | Michael Cahill |
| 2013-04-22 | Inline more of the packing code: API calls are now the only part that can't b... | Michael Cahill |
| 2013-04-21 | Do a better job of erasing the stats output line when writing the completion | Keith Bostic |
| 2013-04-21 | KVS locks need to be blocking; they're all write locks for now, but | Keith Bostic |
| 2013-04-21 | Don't pull out the value-buffer grow routine, it's only called from one | Keith Bostic |
| 2013-04-21 | fix a comment. | Keith Bostic |
| 2013-04-21 | Fix a memory leak, we had two allocated string names, and were only freeing | Keith Bostic |
| 2013-04-21 | We can't repeat our call to kvs_next/kvs_prev after a partial record is | Keith Bostic |
| 2013-04-21 | update for dist script run. | Keith Bostic |
| 2013-04-21 | Document a couple of existing problems. | Keith Bostic |
| 2013-04-21 | Don't use XXX in a comment that's not a bad thing. | Keith Bostic |