summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut WiredTiger release 1.6.61.6.6Alex Gorrod2013-11-194-5/+66
* Add upgrade documentation for WT_EVENT_HANDLER changes.Alex Gorrod2013-11-191-0/+10
* We backed out the change to rename "allocation_size" in 1.6.6, back outKeith Bostic2013-11-181-9/+0
* Merge pull request #767 from wiredtiger/session-size-allocMichael Cahill2013-11-176-47/+172
|\
| * Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle soKeith Bostic2013-11-176-47/+172
* | Fix lsm_chunk_count statistic.Alex Gorrod2013-11-181-1/+3
|/
* There's another path where we allocate while holding the block manager'sKeith Bostic2013-11-171-0/+1
* Merge pull request #765 from wiredtiger/session-ext-allocMichael Cahill2013-11-1720-332/+422
|\
| * Fix spellingKeith Bostic2013-11-171-1/+1
| * Update the test suite to match the statistics name changes.Keith Bostic2013-11-171-3/+2
| * Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic2013-11-1714-197/+274
| * Rename block manager statistics with "block manager" prefix so they sortKeith Bostic2013-11-176-133/+147
|/
* Spell rejects both "un-truncated" or "untruncated", who knew?Keith Bostic2013-11-171-2/+2
* Shuffle shared cache cleanup code to be clearer..Alex Gorrod2013-11-171-7/+11
* Tidy error path in LSM truncation.Alex Gorrod2013-11-171-5/+13
* Tidy error handling in bloom code.Alex Gorrod2013-11-171-8/+4
* enum don't need forward declarations.Keith Bostic2013-11-162-4/+6
* There's no need to initialize extp to NULL, it gets set in either path,Keith Bostic2013-11-161-2/+0
* Back out 25a84f1, the lock is being unlocked, I just missed it.Keith Bostic2013-11-161-1/+0
* Should never happen, but lint points out session can theoretically beKeith Bostic2013-11-161-1/+1
* Coverity: Dereference after null check (FORWARD_NULL)Keith Bostic2013-11-161-5/+4
* Coverity: Dereference after null check (FORWARD_NULL)Keith Bostic2013-11-161-16/+18
* bt_huffman.c:310:22: error: 'lineno' may be used uninitialized in thisKeith Bostic2013-11-161-7/+7
* Changed my mind -- don't lock/unlock, use a barrier (the same way we do inKeith Bostic2013-11-161-5/+4
* Coverity: Missing unlock (LOCK)Keith Bostic2013-11-161-0/+2
* Don't do any work unless verbose/evictserver is actually configured.Keith Bostic2013-11-161-10/+14
* updateKeith Bostic2013-11-161-1/+1
* Publish the clear of the checkpointing flag (the eviction server mayKeith Bostic2013-11-161-0/+7
* Coverity: Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)Keith Bostic2013-11-161-3/+2
* Coverity: Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)Keith Bostic2013-11-161-4/+3
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-2/+5
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-5/+12
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-1/+3
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-1/+6
* Forgot to initialize the address, otherwise we could use uninitializedKeith Bostic2013-11-161-0/+2
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-1/+6
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-2/+7
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-1/+1
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-161-1/+4
* Coverity: Dereference before null check (REVERSE_INULL)Keith Bostic2013-11-161-1/+1
* Coverity: Dereference before null check (REVERSE_INULL)Keith Bostic2013-11-161-10/+8
* Coverity: Dereference before null check (REVERSE_INULL)Keith Bostic2013-11-161-3/+2
* -Werror=maybe-uninitializedKeith Bostic2013-11-151-1/+1
* -Werror=maybe-uninitialized -- now that config_assign can fail, theKeith Bostic2013-11-151-5/+5
* Coverity: Double lock (LOCK)Keith Bostic2013-11-151-1/+1
* Cleanup up a set of allocations that were never checked for failure.Keith Bostic2013-11-151-13/+23
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-151-1/+2
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-151-2/+5
* Don't leak memory on error, cgconfig holds memory that's may not haveKeith Bostic2013-11-151-2/+7
* Totally missed the other use of "child", fix it up.Keith Bostic2013-11-151-2/+2