| Age | Commit message (Expand) | Author |
| 2015-04-27 | If getting a handle lock only - don't propogate WT_NOTFOUND.mongodb-3.0.3 | Alex Gorrod |
| 2015-04-27 | Merge pull request #1894 from wiredtiger/tree-discard-background | Michael Cahill |
| 2015-04-27 | Updated NEWS.MONGODB with additional changes. | Michael Cahill |
| 2015-04-27 | If a file is marked cache-resident, it can never be evicted, | Keith Bostic |
| 2015-04-27 | Rename WT_BTREE_NO_HAZARD to be WT_BTREE_IN_MEMORY, to better reflect | Keith Bostic |
| 2015-04-27 | Always clear WT_BTREE_NO_HAZARD when cache_resident is not configured, | Keith Bostic |
| 2015-04-27 | Cherry-pick Windows fixes to the mongodb-3.0 branch. | Michael Cahill |
| 2015-04-26 | src/lsm/lsm_cursor.c:666:5: error: 'locked' may be used uninitialized in | Michael Cahill |
| 2015-04-25 | Update NEWS.MONGODB with 3.0.3 changelog | Michael Cahill |
| 2015-04-25 | Fixes after cherry-picking. | Michael Cahill |
| 2015-04-25 | Fix a deadlock related to handle locking. | Alex Gorrod |
| 2015-04-25 | Fix a deadlock related to LSM. There are cases where closing a file with | Alex Gorrod |
| 2015-04-25 | Create a "clear a single walk" function and call it from __evict_clear_walks | Keith Bostic |
| 2015-04-25 | Clear session->dhandle so that future error messages don't dereference freed ... | Michael Cahill |
| 2015-04-25 | Clear eviction walks in all trees before the eviction server exits. | Michael Cahill |
| 2015-04-25 | Move the "cache is empty" check to where the cache is destoyed, not when the ... | Michael Cahill |
| 2015-04-25 | Shut down the eviction server before closing file handles to avoid a race. | Michael Cahill |
| 2015-04-25 | Look for any number of non-data-changing log records to determine if we | Susan LoVerso |
| 2015-04-25 | If an LSM search-near operation lands on a deleted item, make a copy of the k... | Michael Cahill |
| 2015-04-25 | Remove use of unneeded tmp_fh. WT-1872 | Susan LoVerso |
| 2015-04-25 | Fix a deadlock in LSM with schema operations. | Alex Gorrod |
| 2015-04-25 | Fix a bug in LSM where updates with overwrite could be skipped. | Alex Gorrod |
| 2015-04-25 | Merge bulk cursor close with regular file cursor close: we were missing a dec... | Michael Cahill |
| 2015-04-25 | Allow forced eviction of pages already queued for eviction | daveh86 |
| 2015-04-25 | Disable fallocate on Windows since SetEndofFile does not | Mark Benvenuto |
| 2015-04-25 | When using ftruncate as the file-extension call, we must use WT_FH.size | Keith Bostic |
| 2015-04-25 | The OS layer ftruncate() code sets the WT_FH file size, so when | Keith Bostic |
| 2015-04-25 | Update file_manager=(close_idle_time=,close_scan_interval=) max values. | Alex Gorrod |
| 2015-04-25 | Don't ignore sweeping entirely when we reach the open-file-count limit, | Keith Bostic |
| 2015-04-25 | Don't keep sweeping once we reach the minimum number of handles. | Keith Bostic |
| 2015-04-25 | const: At condition ret == -1, the value of ret must be equal to -1. | Keith Bostic |
| 2015-04-25 | Remove unnecessary atomic operation, fixing CID 69810 along the way. | Keith Bostic |
| 2015-04-25 | CID 72073 (#1 of 1): Redundant test (DEADCODE) | Keith Bostic |
| 2015-04-25 | Remove unnecessary error labels, fixing SERVER-17948 along the way. | Keith Bostic |
| 2015-04-25 | SERVER-17954: Coverity analysis defect 72085: Redundant test | Keith Bostic |
| 2015-04-25 | Fix places where we were using the wrong link for traversing hash buckets. | Keith Bostic |
| 2015-04-25 | Enable test/fops for Windows, and add to CI | Mark Benvenuto |
| 2015-04-25 | test/format for Windows | Mark Benvenuto |
| 2015-04-25 | Rename file_manager.open_handles to file_manager.close_handle_minimum, | Keith Bostic |
| 2015-04-25 | Don't sweep unless there's a reason we need to close file handles. | Keith Bostic |
| 2015-04-25 | If the underlying split buffer grows, existing boundary references may | Keith Bostic |
| 2015-04-25 | Reset eol if we continue. Return NOTFOUND if checksum mismatch. #1840 | Susan LoVerso |
| 2015-04-25 | Modify log_scan callback args to send in next LSN. #1837 | Susan LoVerso |
| 2015-04-25 | Set checkpoint LSN to existing log record. #1700 | Susan LoVerso |
| 2015-04-17 | Merge branch 'master' into mongodb-3.0 | Michael Cahill |
| 2015-04-16 | Update main README with JIRA info | Michael Cahill |
| 2015-04-16 | Update references to GitHub issues. | Michael Cahill |
| 2015-04-03 | Revert "Add shebang, make db dir if does not exist" | Keith Bostic |
| 2015-04-03 | Merge pull request #1847 from pgunn/master | Keith Bostic |
| 2015-04-03 | Add shebang, make db dir if does not exist | Pat Gunn |