| Age | Commit message (Expand) | Author |
| 2014-05-14 | Sort the subconfig lists. | Keith Bostic |
| 2014-05-13 | Allow async to be reconfigured. #1002 | Susan LoVerso |
| 2014-05-13 | Don't roll forward the metadata when opening a hot backup: the version restor... | Michael Cahill |
| 2014-05-12 | Add backoff to sleep if no async work available. #1002 | Susan LoVerso |
| 2014-05-12 | Document dst and dst_len for WT_COMPRESSOR::compress. | Keith Bostic |
| 2014-05-12 | Merge pull request #1004 from wiredtiger/stat-log-reconfig | Michael Cahill |
| 2014-05-10 | Run the "standard" extensions through the style checks, mostly add a | Keith Bostic |
| 2014-05-09 | Make statistics log server reconfigurable. | Alex Gorrod |
| 2014-05-09 | Speed up checkpoints by doing a better job of skipping pages that can't conta... | Michael Cahill |
| 2014-05-08 | Don't do an append test regardless if searching the tree, but more | Keith Bostic |
| 2014-05-08 | Comment cleanup. | Keith Bostic |
| 2014-05-08 | Skip the fast-append key comparison unless we've previously appended | Keith Bostic |
| 2014-05-08 | automatic rebuild. | Keith Bostic |
| 2014-05-08 | whitespace | Keith Bostic |
| 2014-05-08 | Scan include files for style problems. Fix the ones found right away. | Michael Cahill |
| 2014-05-08 | Merge pull request #998 from wiredtiger/lsm-logging-fixes | Alex Gorrod |
| 2014-05-07 | Add documentation for the `WiredTiger.basecfg` file. | Michael Cahill |
| 2014-05-07 | Add ability to reconfigure the checkpoint server | Alex Gorrod |
| 2014-05-07 | Merge pull request #910 from wiredtiger/metadata-cursors | Michael Cahill |
| 2014-05-07 | Update documentation to reflect --enable-verbose. | Alex Gorrod |
| 2014-05-07 | Tidy up related to metadata cursors. | Alex Gorrod |
| 2014-05-07 | Merge pull request #992 from wiredtiger/optional-verbose | Alex Gorrod |
| 2014-05-06 | No reason to call the __wt_multi_to_ref() page argument "orig", it's not | Keith Bostic |
| 2014-05-06 | Make spell happy, "op's" -> "operation's" | Keith Bostic |
| 2014-05-06 | Merge branch 'develop' into metadata-cursors | Alex Gorrod |
| 2014-05-05 | Merge branch 'develop' into async. Fix conflicts. | Susan LoVerso |
| 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-05-03 | fix a comment | Keith Bostic |
| 2014-05-03 | Rename "retb" to be "keyb", it always holds a key. | Keith Bostic |
| 2014-05-02 | We're using in-cursor storage for our search keys, return a reference | Keith Bostic |
| 2014-05-02 | Move the async code from conn_async.c under src/async. It's easier (for me) ... | Michael Cahill |
| 2014-05-02 | Add a verbose 'metadata' flag, that outputs WiredTiger metadata info. | Alex Gorrod |
| 2014-05-02 | Switch API tracing to verbose=[api] from a connection option. | Alex Gorrod |
| 2014-05-02 | Add trace functionality to WiredTiger API. | Alex Gorrod |
| 2014-05-02 | Merge pull request #980 from wiredtiger/deepen-small-cache | Michael Cahill |
| 2014-05-02 | Merge pull request #918 from wiredtiger/multiple-eviction-threads | Alex Gorrod |
| 2014-05-02 | Merge pull request #981 from wiredtiger/prefix-compression-default | Michael Cahill |
| 2014-05-01 | Python for async: | Don Anderson |
| 2014-05-01 | Optionally skip block cleanup and leak memory on connection close. | Keith Bostic |
| 2014-05-01 | Fix a bug in LSM where an autocommit transaction wasn't started. | Alex Gorrod |
| 2014-05-01 | Merge branch 'develop' into multiple-eviction-threads | Alex Gorrod |
| 2014-05-01 | Disable prefix compression by default. | Michael Cahill |
| 2014-05-01 | Take the cache size into account when calculating the maximum size of a page ... | Michael Cahill |
| 2014-05-01 | Move the checkpoint generation into the btree structure, increment it after t... | Michael Cahill |
| 2014-05-01 | Don't cache the TXN_OLDEST flag: we don't check repeatedly. | Michael Cahill |
| 2014-04-30 | Merge branch 'develop' into async | Susan LoVerso |
| 2014-04-30 | Fix the __wt_free #define, it doesn't return a value. | Keith Bostic |
| 2014-04-30 | The disk header in a page is read-only: mark it const. | Michael Cahill |
| 2014-04-30 | whitespace | Michael Cahill |