| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-18 | 1 | -69/+0 |
* | WT-2349 Initial addition of readonly configuration option. | Susan LoVerso | 2016-02-04 | 1 | -0/+1 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho... | Michael Cahill | 2015-08-13 | 1 | -1/+1 |
* | Fix places where we were using the wrong link for traversing hash buckets. | Keith Bostic | 2015-04-08 | 1 | -1/+1 |
* | Switch the block and file-handle from TAILQ structures to SLIST | Keith Bostic | 2015-02-09 | 1 | -2/+1 |
* | whitespace | Michael Cahill | 2015-02-09 | 1 | -2/+1 |
* | Need to mod hash by array size. #1634 | Susan LoVerso | 2015-02-04 | 1 | -1/+2 |
* | Add name_hash and hash bucket queues for fh and block. #1643 | Susan LoVerso | 2015-02-04 | 1 | -1/+3 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | There's no need to inline __remove_file_check, let the compiler decide. | Keith Bostic | 2014-10-06 | 1 | -1/+1 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -1/+1 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | __open_directory_sync can sync the wrong directory if the application | Keith Bostic | 2013-12-20 | 1 | -1/+1 |
* | fix unused variable warnings. | Keith Bostic | 2013-03-14 | 1 | -0/+3 |
* | Separate out the diagnostic code, it's cleaner this way. | Keith Bostic | 2013-03-14 | 1 | -14/+23 |
* | Make WT_ASSERT a no-op when not in DIAGNOSTIC mode. | Alex Gorrod | 2013-03-14 | 1 | -4/+10 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | If we try and remove a file, and it doesn't exist, call it good. | Keith Bostic | 2012-07-04 | 1 | -1/+1 |
* | Rework WT_EVENT_HANDLERs. | Keith Bostic | 2012-05-07 | 1 | -1/+1 |
* | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic | 2012-04-26 | 1 | -2/+2 |
* | Close btree handles in the list: otherwise we can't safely remove or rename t... | Michael Cahill | 2012-03-11 | 1 | -2/+2 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Add a "WT" prefix to SYSCALL_RETRY, change the open call to use the standard | Keith Bostic | 2012-01-02 | 1 | -1/+1 |
* | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic | 2012-01-02 | 1 | -2/+1 |
* | whitespace. | Keith Bostic | 2011-12-21 | 1 | -1/+1 |
* | automatically prepend verbose messages with their particular tag line | Keith Bostic | 2011-11-29 | 1 | -1/+1 |
* | Remove the workQ -- have application threads notify the read and eviction ser... | Michael Cahill | 2011-11-03 | 1 | -2/+2 |
* | Fix a memory leak: don't use a scratch buffer for paths: we may not have a re... | Michael Cahill | 2011-10-11 | 1 | -5/+4 |
* | The SYSCALL_RETRY() macro was just wrong (it counted down, not up, and | Keith Bostic | 2011-10-01 | 1 | -2/+2 |
* | Support the home-directory argument to the wiredtiger_open function. | Keith Bostic | 2011-09-29 | 1 | -1/+9 |
* | Add simple support for restarting system calls, open needs it, although the | Keith Bostic | 2011-08-08 | 1 | -7/+7 |
* | Add a table-level "drop" operation. | Michael Cahill | 2011-07-15 | 1 | -0/+42 |