| Age | Commit message (Expand) | Author |
| 2013-11-19 | Cut WiredTiger release 1.6.61.6.6 | Alex Gorrod |
| 2013-11-19 | Add upgrade documentation for WT_EVENT_HANDLER changes. | Alex Gorrod |
| 2013-11-18 | We backed out the change to rename "allocation_size" in 1.6.6, back out | Keith Bostic |
| 2013-11-17 | Merge pull request #767 from wiredtiger/session-size-alloc | Michael Cahill |
| 2013-11-18 | Fix lsm_chunk_count statistic. | Alex Gorrod |
| 2013-11-17 | Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-17 | There's another path where we allocate while holding the block manager's | Keith Bostic |
| 2013-11-17 | Merge pull request #765 from wiredtiger/session-ext-alloc | Michael Cahill |
| 2013-11-17 | Fix spelling | Keith Bostic |
| 2013-11-17 | Update the test suite to match the statistics name changes. | Keith Bostic |
| 2013-11-17 | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-17 | Rename block manager statistics with "block manager" prefix so they sort | Keith Bostic |
| 2013-11-17 | Spell rejects both "un-truncated" or "untruncated", who knew? | Keith Bostic |
| 2013-11-17 | Shuffle shared cache cleanup code to be clearer.. | Alex Gorrod |
| 2013-11-17 | Tidy error path in LSM truncation. | Alex Gorrod |
| 2013-11-17 | Tidy error handling in bloom code. | Alex Gorrod |
| 2013-11-16 | enum don't need forward declarations. | Keith Bostic |
| 2013-11-16 | There's no need to initialize extp to NULL, it gets set in either path, | Keith Bostic |
| 2013-11-16 | Back out 25a84f1, the lock is being unlocked, I just missed it. | Keith Bostic |
| 2013-11-16 | Should never happen, but lint points out session can theoretically be | Keith Bostic |
| 2013-11-16 | Coverity: Dereference after null check (FORWARD_NULL) | Keith Bostic |
| 2013-11-16 | Coverity: Dereference after null check (FORWARD_NULL) | Keith Bostic |
| 2013-11-16 | bt_huffman.c:310:22: error: 'lineno' may be used uninitialized in this | Keith Bostic |
| 2013-11-16 | Changed my mind -- don't lock/unlock, use a barrier (the same way we do in | Keith Bostic |
| 2013-11-16 | Coverity: Missing unlock (LOCK) | Keith Bostic |
| 2013-11-16 | Don't do any work unless verbose/evictserver is actually configured. | Keith Bostic |
| 2013-11-16 | update | Keith Bostic |
| 2013-11-16 | Publish the clear of the checkpointing flag (the eviction server may | Keith Bostic |
| 2013-11-16 | Coverity: Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN) | Keith Bostic |
| 2013-11-16 | Coverity: Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN) | Keith Bostic |
| 2013-11-16 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-16 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-16 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-16 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-16 | Forgot to initialize the address, otherwise we could use uninitialized | Keith Bostic |
| 2013-11-16 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-16 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-16 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-16 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-16 | Coverity: Dereference before null check (REVERSE_INULL) | Keith Bostic |
| 2013-11-16 | Coverity: Dereference before null check (REVERSE_INULL) | Keith Bostic |
| 2013-11-16 | Coverity: Dereference before null check (REVERSE_INULL) | Keith Bostic |
| 2013-11-15 | -Werror=maybe-uninitialized | Keith Bostic |
| 2013-11-15 | -Werror=maybe-uninitialized -- now that config_assign can fail, the | Keith Bostic |
| 2013-11-15 | Coverity: Double lock (LOCK) | Keith Bostic |
| 2013-11-15 | Cleanup up a set of allocations that were never checked for failure. | Keith Bostic |
| 2013-11-15 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-15 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-11-15 | Don't leak memory on error, cgconfig holds memory that's may not have | Keith Bostic |
| 2013-11-15 | Totally missed the other use of "child", fix it up. | Keith Bostic |