| Age | Commit message (Expand) | Author |
| 2014-10-12 | Revert POSIX OS changes from c5b71e5, reference #1254: that commit | Keith Bostic |
| 2014-10-12 | Make fallocate/posix_fallocate more configurable. | Keith Bostic |
| 2014-10-09 | Break long lines at 80 columns. | Keith Bostic |
| 2014-10-08 | Add additional parameter to map/unmap functions to maintain more context | Mark Benvenuto |
| 2014-10-07 | Add a couple of comments about truncate now failing, restructure the extent | Keith Bostic |
| 2014-10-07 | Ftruncate is incompatible with file mapping on Windows, return EBUSY from | Keith Bostic |
| 2014-10-06 | There's no need to inline __ckpt_extlist_fblocks, let the compiler decide. | Keith Bostic |
| 2014-10-06 | Don't just return if the extent list is corrupted, panic. | Keith Bostic |
| 2014-10-03 | Formatting cleanups after the wt_off_t change. | Keith Bostic |
| 2014-10-02 | Typedef wt_off_t as an off_t if the type is available on the system. | Keith Bostic |
| 2014-10-02 | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto |
| 2014-09-13 | Make random number generation be per session in the WiredTiger library, | Keith Bostic |
| 2014-09-12 | Update dist/s_style to check for cases where we jump to the error label | Keith Bostic |
| 2014-09-02 | Rework c92bd26, that change only worked because the underlying block | Keith Bostic |
| 2014-08-13 | Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessions | Keith Bostic |
| 2014-08-04 | Add a new OS-layer function __wt_fsync_async to flush a file without | Keith Bostic |
| 2014-08-01 | Grab the live lock when loading a checkpoint in diagnostic mode: that could r... | Michael Cahill |
| 2014-06-09 | Add explicit os_cache_dirty_max settings for LSM wtperf tests. #1051 | Susan LoVerso |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-05-05 | Add --enable-verbose option, disabled by default. | Alex Gorrod |
| 2014-04-28 | Change the block manager to not touch the WT_ITEM.{mem,memsize} fields | Keith Bostic |
| 2014-04-22 | Maintain a cache of the last element on the list, allows for even | Keith Bostic |
| 2014-04-17 | Whitespace/indent. | Keith Bostic |
| 2014-04-14 | Free all extent lists when destroying a checkpoint, fixing a leak in salvage. | Michael Cahill |
| 2014-04-10 | Merge branch 'develop' into wait-on-free | Keith Bostic |
| 2014-04-09 | Don't try and extend the file unless we have a valid offset. | Keith Bostic |
| 2014-04-09 | Missing WT_RET(), don't lose the error. | Keith Bostic |
| 2014-04-09 | The posix_fallocate call on Linux is corrupting already written data, | Keith Bostic |
| 2014-04-07 | Merge branch 'develop' into wait-on-free | Keith Bostic |
| 2014-04-07 | Minor cleanups: | Keith Bostic |
| 2014-04-07 | Delay freeing the checkpoint's alloc/discard lists until the resolution | Keith Bostic |
| 2014-04-06 | Add another case, it's possible to delete fake checkpoints. | Keith Bostic |
| 2014-04-06 | Add some diagnostic code to confirm the checkpoint array looks like we | Keith Bostic |
| 2014-04-06 | Set the checkpoint size before calling the checkpoint update function, | Keith Bostic |
| 2014-04-06 | The live systems allocation/discard extent lists are potentially quite large, | Keith Bostic |
| 2014-04-04 | Add some additional wording to a comment, explaining why we can fast-path | Keith Bostic |
| 2014-04-04 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-04-03 | If not tracking the object sizes, use the new extent append API instead | Keith Bostic |
| 2014-04-01 | Add support for a new verify option "-d dump_offsets=#,#,#", that allows | Keith Bostic |
| 2014-03-26 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-26 | Don't copy the checkpoint size until we hold the lock (this probably | Keith Bostic |
| 2014-03-26 | Fix a comment: finish the sentence. | Michael Cahill |
| 2014-03-26 | Before merging extent lists, check if one is bigger than the other, and walk ... | Michael Cahill |
| 2014-03-23 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-24 | Merge pull request #923 from wiredtiger/verbose-checkpoint | Michael Cahill |
| 2014-03-22 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-22 | error: comparison between signed and unsigned integer expressions | Keith Bostic |
| 2014-03-22 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-22 | Inline the block extension function, do a fast check for available | Keith Bostic |
| 2014-03-22 | Before searching, check to see if there isn't enough memory to bother. | Keith Bostic |