| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2478: Valgrind test failures | Keith Bostic | 2016-03-14 | 1 | -1/+7 |
* | WT-60: big endian support | Keith Bostic | 2016-01-26 | 1 | -2/+4 |
* | WT-60: big endian support | Keith Bostic | 2016-01-26 | 1 | -1/+2 |
* | WT-60: big endian support | Keith Bostic | 2016-01-26 | 1 | -2/+6 |
* | WT-60: big endian support | Keith Bostic | 2016-01-15 | 1 | -1/+7 |
* | WT-60: big endian support | Keith Bostic | 2016-01-14 | 1 | -3/+5 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Run a script looking for boolean declarations that are assigned to a | Keith Bostic | 2015-09-24 | 1 | -2/+2 |
* | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 1 | -6/+6 |
* | Convert the reconciliation structure's ints to bools. | Keith Bostic | 2015-09-22 | 1 | -3/+3 |
* | Whitespace: 3 spaces after a period in a comment. | Keith Bostic | 2015-06-14 | 1 | -1/+1 |
* | Comment re-wording from Sue. | Keith Bostic | 2015-04-13 | 1 | -7/+10 |
* | Fix a comment typo. | Keith Bostic | 2015-04-13 | 1 | -3/+3 |
* | When using ftruncate as the file-extension call, we must use WT_FH.size | Keith Bostic | 2015-04-12 | 1 | -80/+118 |
* | The OS layer ftruncate() code sets the WT_FH file size, so when | Keith Bostic | 2015-04-12 | 1 | -1/+25 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Explicitly test for WT_FALLOCATE_NOT_AVAILABLE, that way code doesn't | Keith Bostic | 2014-11-17 | 1 | -1/+1 |
* | Revert POSIX OS changes from c5b71e5, reference #1254: that commit | Keith Bostic | 2014-10-12 | 1 | -2/+8 |
* | Make fallocate/posix_fallocate more configurable. | Keith Bostic | 2014-10-12 | 1 | -56/+67 |
* | Formatting cleanups after the wt_off_t change. | Keith Bostic | 2014-10-03 | 1 | -1/+1 |
* | Typedef wt_off_t as an off_t if the type is available on the system. | Keith Bostic | 2014-10-02 | 1 | -1/+2 |
* | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto | 2014-10-02 | 1 | -8/+8 |
* | Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessions | Keith Bostic | 2014-08-13 | 1 | -2/+3 |
* | Add a new OS-layer function __wt_fsync_async to flush a file without | Keith Bostic | 2014-08-04 | 1 | -4/+1 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -2/+2 |
* | Don't try and extend the file unless we have a valid offset. | Keith Bostic | 2014-04-09 | 1 | -1/+1 |
* | Missing WT_RET(), don't lose the error. | Keith Bostic | 2014-04-09 | 1 | -0/+1 |
* | The posix_fallocate call on Linux is corrupting already written data, | Keith Bostic | 2014-04-09 | 1 | -20/+53 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic | 2013-12-23 | 1 | -7/+5 |
* | ../src/block/block_write.c: In function '__wt_block_write_off': | Michael Cahill | 2013-12-17 | 1 | -1/+1 |
* | Better/fixed support for huge keys/values. | Keith Bostic | 2013-12-16 | 1 | -11/+27 |
* | Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures. | Keith Bostic | 2013-11-18 | 1 | -2/+1 |
* | Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle so | Keith Bostic | 2013-11-17 | 1 | -0/+1 |
* | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic | 2013-11-17 | 1 | -1/+3 |
* | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic | 2013-10-19 | 1 | -2/+2 |
* | Split statistics macros into two parts: run-time and everything else, | Keith Bostic | 2013-10-10 | 1 | -2/+2 |
* | Pre-allocate log files. | Susan LoVerso | 2013-07-11 | 1 | -9/+1 |
* | Support for a new configuration option, file_extend, that extends the file | Keith Bostic | 2013-05-11 | 1 | -4/+33 |
* | A better fix for 7e1bf2482d0bec220dc20de45427428193f96134; WT_ALIGN | Keith Bostic | 2013-03-12 | 1 | -2/+3 |
* | Minor lint, get rid of WT_ALIGN32, it's no longer needed as far as I can tell. | Keith Bostic | 2013-03-08 | 1 | -1/+1 |
* | Change os_write_schedule to be os_cache_dirty_max, changing a boolean | Keith Bostic | 2013-03-06 | 1 | -5/+13 |
* | Re-work posix_fadvise, sync_file_range buffer cache changes. | Keith Bostic | 2013-03-06 | 1 | -30/+17 |
* | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic | 2013-03-04 | 1 | -0/+30 |
* | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -5/+4 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Don't ignore the return from __wt_block_off_free in the write error path. | Keith Bostic | 2012-12-12 | 1 | -1/+2 |
* | Review the statistics: rename the statistics names for consistency and | Keith Bostic | 2012-12-05 | 1 | -1/+1 |
* | Move the write-generation out of the block header and into the page | Keith Bostic | 2012-11-28 | 1 | -17/+0 |
* | Assert that the write buffer is aligned for direct I/O and large enough | Keith Bostic | 2012-11-26 | 1 | -2/+6 |