| Age | Commit message (Expand) | Author |
| 2014-12-23 | Merge pull request #1510 from wiredtiger/none-empty-defaultsmongodb-2.8-rc32.8-rc3 | Alex Gorrod |
| 2014-12-23 | Merge pull request #1511 from wiredtiger/pkg-config | Alex Gorrod |
| 2014-12-22 | Don't clear the WT_CONFIG_ITEM before calling __wt_config_getones_none(), | Keith Bostic |
| 2014-12-22 | Prettiness police, NULL vs. nul, KNF, no functional change. | Keith Bostic |
| 2014-12-22 | If __wt_getenv fails to allocate memory, we need to fail gracefully. | Keith Bostic |
| 2014-12-22 | Fix bugs reported by Coverity: | Alex Gorrod |
| 2014-12-22 | Use "none" for configurations in documentation but store empty defaults. Thi... | Michael Cahill |
| 2014-12-22 | Merge pull request #1476 from wiredtiger/format-recover | Michael Cahill |
| 2014-12-22 | Merge pull request #1500 from wiredtiger/evict-trickle | Michael Cahill |
| 2014-12-22 | Use the original page's first_dirty_txn when restoring updates to match what ... | Michael Cahill |
| 2014-12-22 | Merge pull request #1508 from wiredtiger/avoid-checkpoint-ebusy | Alex Gorrod |
| 2014-12-22 | Rename flags to call this phase "eviction of pages that would block applicati... | Michael Cahill |
| 2014-12-22 | Add comments before getting the checkpoint lock. | Michael Cahill |
| 2014-12-22 | Revert some debugging changes. | Michael Cahill |
| 2014-12-22 | Merge pull request #1507 from wiredtiger/extractor-none-config | Alex Gorrod |
| 2014-12-22 | Have extractor configuration checking match collator. | Alex Gorrod |
| 2014-12-22 | Avoid EBUSY returns to verify and salvage caused by checkpoints. The "fix" i... | Michael Cahill |
| 2014-12-21 | Make the cache bytes-written and bytes-read match, both should | Keith Bostic |
| 2014-12-22 | Eviction should do update-restore if upper layers are trying to force out a p... | Michael Cahill |
| 2014-12-22 | Only trigger the eviction server to look for pages that would force eviction ... | Michael Cahill |
| 2014-12-22 | Merge pull request #1506 from wiredtiger/extractor-terminate | Michael Cahill |
| 2014-12-22 | Merge branch 'develop' into evict-trickle | Alex Gorrod |
| 2014-12-22 | Fix a bug where a custom extractor terminate was being called twice. | Alex Gorrod |
| 2014-12-22 | Merge pull request #1504 from markbenvenuto/wt_getenv | Alex Gorrod |
| 2014-12-22 | Merge pull request #1502 from markbenvenuto/win_test_schema03 | Alex Gorrod |
| 2014-12-19 | Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation. | Mark Benvenuto |
| 2014-12-19 | Skip test_schema03.py on Window since rlimits are unix specific | Mark Benvenuto |
| 2014-12-19 | Remove version numbering from the pkg-config file. We don't create | Don Anderson |
| 2014-12-19 | Remove the SET/CLEAR_BTREE_IN_SESSION macros: now we have WT_WITH_DHANDLE, th... | Michael Cahill |
| 2014-12-19 | Insulate against language-specific sort order in s_win. | Michael Cahill |
| 2014-12-19 | Check that handles are not being walked by eviction before discarding. | Michael Cahill |
| 2014-12-19 | Check that handles are not being walked by eviction before discarding. | Michael Cahill |
| 2014-12-19 | Use the eviction server to write pages with READGEN_OLDEST set. | Alex Gorrod |
| 2014-12-19 | Merge pull request #1499 from wiredtiger/sweep-no-write-leaves | Alex Gorrod |
| 2014-12-19 | Don't try to write leaves from the sweep server. Previously, this was done w... | Michael Cahill |
| 2014-12-19 | Merge pull request #1496 from wiredtiger/server-16546 | Alex Gorrod |
| 2014-12-19 | Merge pull request #1494 from markbenvenuto/win_test_priv01_skip | Michael Cahill |
| 2014-12-19 | Merge pull request #1498 from markbenvenuto/test_fix_salvage | Alex Gorrod |
| 2014-12-18 | fix test_salvage on Windows | Mark Benvenuto |
| 2014-12-18 | Set split-gen when deepening the tree, add paranoia that the eviction server ... | Michael Cahill |
| 2014-12-18 | Don't try to set and clear session->split_gen in WT_INTL_FOREACH_BEGIN: there... | Michael Cahill |
| 2014-12-17 | add call to super | Mark Benvenuto |
| 2014-12-17 | Add a Windows-specific file, os_win/os_snprintf.c. | Keith Bostic |
| 2014-12-17 | Clarify that setting statistics_log.wait to non-zero value starts the | Keith Bostic |
| 2014-12-17 | Stop maintaining a separate Windows version of the file list, generate it | Keith Bostic |
| 2014-12-18 | Merge pull request #1493 from markbenvenuto/snprintf_fix | Alex Gorrod |
| 2014-12-18 | Merge pull request #1492 from markbenvenuto/win_build_fix | Alex Gorrod |
| 2014-12-17 | Skip test_priv01.py on Windows since it is Unix specific | Mark Benvenuto |
| 2014-12-17 | snprintf - Implement a custom version of snprintf match the | Mark Benvenuto |
| 2014-12-17 | Windows Build fix | Mark Benvenuto |