| Age | Commit message (Expand) | Author |
| 2014-03-25 | Add top layer of functions. Split files. | Susan LoVerso |
| 2014-03-24 | First bits of async code | Susan LoVerso |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-20 | __open_directory_sync can sync the wrong directory if the application | Keith Bostic |
| 2013-12-19 | Rework the pthread spinlock logging code. | Keith Bostic |
| 2013-12-13 | We need to handle static "location ID" variables with both multiple | Keith Bostic |
| 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-11-30 | Track connection & session data handle sweeps consistently, move | Keith Bostic |
| 2013-11-21 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-18 | Merge branch 'develop' into java-auto-close2 | Don Anderson |
| 2013-11-18 | Null out closed handles in Java, and detect nulled handles on use. refs #485. | Don Anderson |
| 2013-11-15 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-14 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-13 | Change compaction to not block checkpoints: during the part of compaction | Keith Bostic |
| 2013-11-13 | Have pages point at their spinlock rather than keep an index into an array. ... | Michael Cahill |
| 2013-11-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-07 | Use fewer than 256 page locks to see whether L1 cache performance improves. | Michael Cahill |
| 2013-11-05 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-01 | lint, cleanup, style. | Keith Bostic |
| 2013-11-01 | Do a full-barrier when spinlock logging is configured, it cuts down on | Keith Bostic |
| 2013-10-24 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-21 | Add clear to the connection statistics configuration and remove "clear" | Keith Bostic |
| 2013-10-21 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-17 | Replace the per-btree handle spinlock with an array of 256 spinlocks in | Keith Bostic |
| 2013-10-17 | The spinlock statistics are relatively large (about 10KB), don't include | Keith Bostic |
| 2013-10-17 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 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-10-01 | Merge branch 'develop' into fine-grained-durability | Alex Gorrod |
| 2013-09-18 | Change dhandles to use a singly linked list. Fix bug in close to | Susan LoVerso |
| 2013-08-29 | Scan through files before the main recovery loop, gathering checkpoint LSNs a... | Michael Cahill |
| 2013-08-28 | Cherry pick Sue's sync configuration changes, so develop matches the fine-gra... | Michael Cahill |
| 2013-08-27 | Add transaction_log_sync support for config. | Susan LoVerso |
| 2013-08-14 | Merge pull request #623 from wiredtiger/worker-threads-last | Alex Gorrod |
| 2013-08-14 | Code movement from review comments. | Susan LoVerso |
| 2013-08-14 | Don't start the worker threads until everything else is done: it's | Keith Bostic |
| 2013-08-13 | Periodically close session and connection dhandles that are no longer | Susan LoVerso |
| 2013-07-17 | Some small fixes / changes to logging to fix the size of records passed to ca... | Michael Cahill |
| 2013-06-17 | Merge branch 'develop' into logging | Susan LoVerso |
| 2013-06-07 | Rename WT_CONNECTION.metadata_lock to WT_CONNECTION.checkpoint_lock. | Keith Bostic |
| 2013-06-07 | Restore support for the wiredtiger_open() error_prefix configuration | Keith Bostic |
| 2013-05-29 | remove WT_CONNECTION_IMPL.{msgfile,msgcall}, they're unused. | Keith Bostic |
| 2013-05-22 | Merge branch 'develop' into logging | Susan LoVerso |
| 2013-05-14 | Change file_extend syntax from file_extend=(type=[data,log],size=XXX) | Keith Bostic |
| 2013-05-11 | Support for a new configuration option, file_extend, that extends the file | Keith Bostic |
| 2013-05-09 | Merge branch 'develop' into logging. Commit merge conflicts. | Susan LoVerso |
| 2013-05-09 | Start logging implementation | Susan LoVerso |