| Age | Commit message (Expand) | Author |
| 2012-04-16 | Cut release 1.1.4.1.1.4 | Michael Cahill |
| 2012-04-16 | Move the test/format threads setting into the CONFIG file. | Michael Cahill |
| 2012-04-16 | All dump configuration should be valid for WT_SESSION->create. | Michael Cahill |
| 2012-04-16 | Split WT_PAGE->flags so that there is no possibility of racing: | Michael Cahill |
| 2012-04-16 | Clear all unused eviction queue entries while holding the lru_lock. | Michael Cahill |
| 2012-04-16 | Fix an unlikely bug where the EVICT_LRU flag was cleared when a page in the L... | Michael Cahill |
| 2012-04-16 | whitespace | Michael Cahill |
| 2012-04-10 | Don't worry about session.create for the table URI, only the individual file | Keith Bostic |
| 2012-04-10 | lint (unsigned int to int) | Keith Bostic |
| 2012-04-10 | The dump utility should only output configuration that can be passed to | Keith Bostic |
| 2012-04-10 | Ref #193, replacing 98be8332986a663b9b2a441cbc9da68dfa974d4b and | Keith Bostic |
| 2012-04-10 | Reconcile dirty split-merge pages as part of doing eviction. | Keith Bostic |
| 2012-04-10 | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into develop | Keith Bostic |
| 2012-04-10 | split-merge pages have to be reconciled to mark their parents dirty | Keith Bostic |
| 2012-04-10 | Change test of "wt list" now that there is always a schema file. | Michael Cahill |
| 2012-04-10 | Create the schema table as part of creating the environment so that applicati... | Michael Cahill |
| 2012-04-04 | Relax the version requirements for autoconf and libtool: we are testing with ... | Michael Cahill |
| 2012-04-04 | Check the versions of autoconf, automake and libtool to avoid failures when t... | Michael Cahill |
| 2012-04-04 | Merge branch 'master' into develop | Michael Cahill |
| 2012-04-04 | Merge branch 'master' into develop | Michael Cahill |
| 2012-04-04 | Added tag 1.1.3 for changeset a792d468bedd | Michael Cahill |
| 2012-04-04 | Merge branches 'develop' and 'master' of github.com:wiredtiger/wiredtiger1.1.3 | Michael Cahill |
| 2012-04-04 | Cut release 1.1.3. | Michael Cahill |
| 2012-04-03 | Merge pull request #188 from wiredtiger/feature/eviction-fixes | Michael Cahill |
| 2012-04-03 | Merge branch 'develop' into feature/eviction-fixes | Michael Cahill |
| 2012-04-03 | During an eviction walk, pin pages up to the root. Use the EVICT_LRU | Michael Cahill |
| 2012-04-03 | Don't report range errors for config values that aren't well-formed integers. | Michael Cahill |
| 2012-03-30 | Remove the release tree after creating the tarball. | Michael Cahill |
| 2012-03-30 | s_types should check in more directories than just src. | Michael Cahill |
| 2012-03-30 | Reduce the impact of clearing a page from the LRU queue by marking pages on t... | Michael Cahill |
| 2012-03-30 | When evicting a page with children, remove the children from the LRU eviction... | Michael Cahill |
| 2012-03-28 | When we removed test/config.i, it broke s_types -- simplify s_types, | Keith Bostic |
| 2012-03-28 | We no longer use __wt_buf_swap(), remove it (it's trivial to replace | Keith Bostic |
| 2012-03-28 | move CURDUMP_PASS into the WiredTiger name space, don't complain that | Keith Bostic |
| 2012-03-28 | Remove test/config*, it's obsolete now. | Michael Cahill |
| 2012-03-11 | Layer dump cursors on top of any cursor type. | Michael Cahill |
| 2012-03-11 | Push handling of "standard" cursor config flags into __wt_cursor_init. | Michael Cahill |
| 2012-03-11 | Remove the CURSTD_FILE and CURSTD_TABLE flags: if we need to look inside a | Michael Cahill |
| 2012-03-28 | Fix the "exclusive" config for WT_SESSION::create. | Michael Cahill |
| 2012-03-28 | Typo in usage method for "wt write". | Michael Cahill |
| 2012-03-26 | Add a couple more copyrights. | Keith Bostic |
| 2012-03-25 | update a comment, no real change. | Keith Bostic |
| 2012-03-24 | Don't force the delete percentage to 0 (so salvage runs), if the | Keith Bostic |
| 2012-03-21 | Add a section on replacing the default system memory allocator to the | Keith Bostic |
| 2012-03-20 | Merge branch 'master' of github.com:wiredtiger/wiredtiger | Michael Cahill |
| 2012-03-20 | Cut release 1.1.2. | Michael Cahill |
| 2012-03-20 | ../../../../ext/compressors/bzip2_compress/bzip2_compress.c:161: warning: imp... | Michael Cahill |
| 2012-03-20 | Don't complain about buffers that weren't discarded yet, it breaks the | Keith Bostic |
| 2012-03-20 | Remove core files in the clean target.1.1.2 | Keith Bostic |
| 2012-03-20 | Complain if a scratch buffer is allocated but never discarded. | Keith Bostic |