| Age | Commit message (Expand) | Author |
| 2012-04-04 | Merge branches 'develop' and 'master' of github.com:wiredtiger/wiredtiger1.1.3 | 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-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 |
| 2012-03-20 | Use local WT_BTREE variables consistently. | Keith Bostic |
| 2012-03-20 | Merge branch 'develop' | Michael Cahill |
| 2012-03-20 | btree/bt_evict.c:545:40: error: 'i' may be used uninitialized in this function | Michael Cahill |
| 2012-03-20 | btree/bt_evict.c:679:18: error: unused variable 'read_lockout' | Michael Cahill |
| 2012-03-20 | Merge pull request #185 from wiredtiger/eviction-tuning | Michael Cahill |
| 2012-03-20 | Update a comment: WT_EVICT_GROUP is about how many pages are candidates. | Michael Cahill |
| 2012-03-20 | Updates based on review of recent eviction changes. | Michael Cahill |
| 2012-03-19 | change a comment (I want to see if I can push to this branch). | Keith Bostic |
| 2012-03-19 | Don't have the eviction server signal its own condition variable. | Michael Cahill |
| 2012-03-19 | Make the eviction walk run concurrent with LRU eviction. | Michael Cahill |
| 2012-03-19 | Have the eviction server start a new walk when it reaches half way through th... | Michael Cahill |
| 2012-03-17 | Keep the current eviction point in memory. | Michael Cahill |
| 2012-03-17 | ../src/os_posix/os_time.c:33: warning: implicit declaration of function 'gett... | Michael Cahill |
| 2012-03-16 | Don't mention local files in the README, that only applies to release | Keith Bostic |
| 2012-03-16 | Merge branch 'master' of https://github.com/wiredtiger/wiredtiger | Don Anderson |
| 2012-03-16 | Set limit of config scenarios tests to 1000 (it had been set low temporarily | Don Anderson |
| 2012-03-16 | Rename block_alloc.c -> block_ext.c | Keith Bostic |
| 2012-03-16 | Generalize the "free list" to be an "extent list", we're going to need 3 | Keith Bostic |
| 2012-03-16 | Only spin on the LRU lock if there might be pages in the LRU queue to evict. | Michael Cahill |
| 2012-03-16 | Only notify the eviction server if an application thread doesn't find any pag... | Michael Cahill |
| 2012-03-15 | lint | Keith Bostic |
| 2012-03-15 | lint, minor cleanups. | Keith Bostic |
| 2012-03-15 | Inline __wt_page_modify_init (we call it in the search function), and | Keith Bostic |
| 2012-03-15 | Set the running state before forking the thread, update more often, it's | Keith Bostic |
| 2012-03-15 | When WT_NOADDR became the empty string, it broke the code to print it out. | Keith Bostic |
| 2012-03-15 | OS X doesn't support clock_gettime, add support for gettimeofday. | Keith Bostic |
| 2012-03-15 | Merge branch 'master' of https://github.com/wiredtiger/wiredtiger | Don Anderson |