| Age | Commit message (Expand) | Author |
| 2014-10-04 | We don't yet need anything other than single-byte versions of the | Keith Bostic |
| 2014-10-03 | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto |
| 2014-09-12 | Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL, | Keith Bostic |
| 2014-09-11 | Fixup cache pool reconfigure now that options are being folded together. | Alex Gorrod |
| 2014-09-10 | Rename __wt_conn_cache_pool_config to be __wt_cache_pool_config, | Keith Bostic |
| 2014-09-09 | Fix a bug in the shared cache implementation. | Alex Gorrod |
| 2014-09-03 | Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care of | Susan LoVerso |
| 2014-08-29 | Coverity #1129036 thinks we can get out of this code without unlocking | Keith Bostic |
| 2014-08-29 | Fix uninitialized variable warning: | Alex Gorrod |
| 2014-08-29 | Fix some bugs in shared cache: | Alex Gorrod |
| 2014-08-28 | Don't ignore error return from WT_SESSION.close. | Keith Bostic |
| 2014-08-27 | Fix session management for shared caches. | Alex Gorrod |
| 2014-08-01 | Mark some internal sessions as not allowed to open data handles. Use this to... | Michael Cahill |
| 2014-07-30 | Create a new routine that creates internal sessions (the old "internal" | Keith Bostic |
| 2014-07-03 | dead assignment ("reserve" never read before being reset). | Keith Bostic |
| 2014-07-03 | dead assignment, read_pressure never read. | Keith Bostic |
| 2014-07-02 | dead assignment, value assigned to reserved never used. | Keith Bostic |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-05-05 | Add --enable-verbose option, disabled by default. | Alex Gorrod |
| 2014-03-14 | Update sharec_cache configuration again. | Alex Gorrod |
| 2014-03-12 | Add upgrade doc for shared_cache config changes. | Alex Gorrod |
| 2014-03-12 | Update shared cache configuration options: | Alex Gorrod |
| 2014-02-13 | Fix logic error when reducing allocation in shared cache code. | Alex Gorrod |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-11-18 | Merge branch 'develop' into fine-grained-durability | Alex Gorrod |
| 2013-11-17 | Shuffle shared cache cleanup code to be clearer.. | Alex Gorrod |
| 2013-11-16 | Back out 25a84f1, the lock is being unlocked, I just missed it. | Keith Bostic |
| 2013-11-16 | Coverity: Missing unlock (LOCK) | Keith Bostic |
| 2013-11-15 | CID 1129023 (#1 of 1): Logically dead code (DEADCODE) dead_error_line: | Keith Bostic |
| 2013-11-14 | Don't use condition variables in log code when no-sync is configured. | Alex Gorrod |
| 2013-11-12 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-11 | lint | Keith Bostic |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-10-17 | Only free the hazard array during connection close. | Michael Cahill |
| 2013-10-15 | Merge branch 'develop' into mutex-logging | Keith Bostic |
| 2013-10-14 | Review %d format usage, fix where it should have been something else. | Keith Bostic |
| 2013-10-06 | Add support for tracking which spinlocks block other spinlocks and | Keith Bostic |
| 2013-10-04 | Move the serialization lock from WT_CONNECTION into WT_BTREE, the btree | Keith Bostic |
| 2013-08-21 | Fix some clang "dead assignment" warnings. | Michael Cahill |
| 2013-05-28 | Add an explicit enable setting to shared_cache configuration. | Alex Gorrod |
| 2013-04-24 | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill |
| 2013-04-15 | whitespace and spelling complaints. | Keith Bostic |
| 2013-04-15 | Be more aggressive about using shared cache resources. | Alex Gorrod |
| 2013-03-20 | Add a condition variable to signal when LSM checkpoints should start, rather ... | Michael Cahill |
| 2013-03-15 | Try harder to cleanup after a failed wiredtiger_open call. | Alex Gorrod |
| 2013-02-26 | Deal with errors during wiredtiger_open if a shared cache is configured. | Michael Cahill |
| 2013-02-20 | typo | Keith Bostic |
| 2013-02-16 | Fix shared cache so that reserve size is always initialized properly. | Alex Gorrod |
| 2013-01-18 | spelling | Keith Bostic |
| 2013-01-17 | Add shared cache option validation to reconfigure. | Alex Gorrod |