| Age | Commit message (Expand) | Author |
| 2014-03-28 | Update sharec_cache configuration again. | Alex Gorrod |
| 2014-03-28 | Add upgrade doc for shared_cache config changes. | Alex Gorrod |
| 2014-03-28 | Update shared cache configuration options: | Alex Gorrod |
| 2014-02-26 | Merge branch 'develop' into checkpoint-directio | Michael Cahill |
| 2014-02-26 | Merge branch 'develop' into config-parse-api | Alex Gorrod |
| 2014-02-26 | Add wiredtiger_config_parser_open and wiredtiger_version into extension API. | Alex Gorrod |
| 2014-02-24 | Update the configuration parsing API. Not finalized, but a step closer. | Alex Gorrod |
| 2014-02-21 | Rollback transactions in connection close as a separate pass before closing a... | Michael Cahill |
| 2014-02-13 | Fix logic error when reducing allocation in shared cache code. | Alex Gorrod |
| 2014-01-17 | Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads. | Michael Cahill |
| 2014-01-08 | When using fsync or fdatasync for log durability, have groups of threads pigg... | Michael Cahill |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2014-01-02 | If we fail to open a data handle when the session already has a reference, do... | Michael Cahill |
| 2013-12-22 | Rework uint32_t/size_t declarations, size_t is correct in this case. | Keith Bostic |
| 2013-12-17 | Rewrite the read/write loops to handle short returns, POSIX allows short | Keith Bostic |
| 2013-12-16 | Merge pull request #812 from wiredtiger/session-ref | Michael Cahill |
| 2013-12-17 | Merge Sue's fix for the session refcount with mine, simplify. | Michael Cahill |
| 2013-12-16 | If a session already has a reference to a dhandle, don't add another. | Susan LoVerso |
| 2013-12-16 | Better/fixed support for huge keys/values. | Keith Bostic |
| 2013-12-13 | We need to handle static "location ID" variables with both multiple | Keith Bostic |
| 2013-12-13 | Merge branch 'develop' into spinlock-stats | Keith Bostic |
| 2013-12-12 | Increment conn->dhandle_dead when we are the last reference. | Susan LoVerso |
| 2013-12-11 | Add spinlock statistics for __wt_spin_trylock() calls. | Keith Bostic |
| 2013-12-11 | Make spinlock stats work across open/close of the WT_CONNECTION. | Keith Bostic |
| 2013-12-05 | The comment about handles passed by our caller no longer applies, remove it. | Keith Bostic |
| 2013-12-05 | Simplify drop: allow the lower level code to take care of locking. Avoid rec... | Michael Cahill |
| 2013-12-04 | Rename refcnt and usecnt, add a comment to clarify their purpose. | Keith Bostic |
| 2013-12-04 | When we "apply" the handle-lock from a metadata tracking record, we | Keith Bostic |
| 2013-12-03 | whitespace | Keith Bostic |
| 2013-12-03 | Don't wait forever in log archive in case a notification gets lost. | Michael Cahill |
| 2013-11-30 | Track connection & session data handle sweeps consistently, move | Keith Bostic |
| 2013-11-30 | Simplify __wt_conn_btree_close(), just return if there's no work to do. | Keith Bostic |
| 2013-11-29 | The checkpoint thread gets the current time-of-day, but does nothing | 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: Dereference after null check (FORWARD_NULL) | Keith Bostic |
| 2013-11-16 | Coverity: Missing unlock (LOCK) | Keith Bostic |
| 2013-11-15 | Coverity: Double lock (LOCK) | Keith Bostic |
| 2013-11-15 | CID 1129023 (#1 of 1): Logically dead code (DEADCODE) dead_error_line: | Keith Bostic |
| 2013-11-15 | Initialize conn to NULL, avoid introducing bugs in the future. | Keith Bostic |
| 2013-11-14 | Don't use condition variables in log code when no-sync is configured. | Alex Gorrod |
| 2013-11-14 | Merge branch 'fine-grained-durability' into log-condition-variables | Alex Gorrod |
| 2013-11-14 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-13 | Have pages point at their spinlock rather than keep an index into an array. ... | Michael Cahill |
| 2013-11-12 | Switch log code from busy wait loops to condition variables. | Alex Gorrod |
| 2013-11-12 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-11 | lint | Keith Bostic |
| 2013-11-11 | No need to clear metaconf, we're returning. | Keith Bostic |
| 2013-11-11 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |