| Commit message (Expand) | Author | Age | Files | Lines |
* | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 1 | -15/+16 |
* | Convert the reconciliation structure's ints to bools. | Keith Bostic | 2015-09-22 | 1 | -2/+2 |
* | WT-2093 Use the C99 bool type to clarify when functions return true/false. | Michael Cahill | 2015-09-08 | 1 | -7/+7 |
* | WT-1822, WT-2051 | Keith Bostic | 2015-08-24 | 1 | -1/+1 |
* | MSVC compilers can't handle nested variadic macros (in other words, they | Keith Bostic | 2015-07-17 | 1 | -8/+13 |
* | whitespace | Keith Bostic | 2015-07-17 | 1 | -3/+3 |
* | WT-2002 Fix a typo: wrap if body in brackets. | Michael Cahill | 2015-07-17 | 1 | -3/+3 |
* | WT-2002 If a file is corrupted, verify should not panic. | Michael Cahill | 2015-07-17 | 1 | -59/+87 |
* | The OS layer ftruncate() code sets the WT_FH file size, so when | Keith Bostic | 2015-04-12 | 1 | -1/+1 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -2/+2 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Fix a comment. | Keith Bostic | 2014-11-25 | 1 | -1/+1 |
* | Whenever we verify an address when running with HAVE_DIAGNOSTIC, confirm | Keith Bostic | 2014-10-24 | 1 | -4/+11 |
* | Add a couple of comments about truncate now failing, restructure the extent | Keith Bostic | 2014-10-07 | 1 | -10/+17 |
* | Ftruncate is incompatible with file mapping on Windows, return EBUSY from | Keith Bostic | 2014-10-07 | 1 | -1/+1 |
* | Don't just return if the extent list is corrupted, panic. | Keith Bostic | 2014-10-06 | 1 | -7/+6 |
* | Typedef wt_off_t as an off_t if the type is available on the system. | Keith Bostic | 2014-10-02 | 1 | -12/+15 |
* | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto | 2014-10-02 | 1 | -34/+34 |
* | Grab the live lock when loading a checkpoint in diagnostic mode: that could r... | Michael Cahill | 2014-08-01 | 1 | -3/+20 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -27/+29 |
* | Maintain a cache of the last element on the list, allows for even | Keith Bostic | 2014-04-22 | 1 | -14/+25 |
* | Whitespace/indent. | Keith Bostic | 2014-04-17 | 1 | -2/+2 |
* | Free all extent lists when destroying a checkpoint, fixing a leak in salvage. | Michael Cahill | 2014-04-14 | 1 | -2/+2 |
* | Minor cleanups: | Keith Bostic | 2014-04-07 | 1 | -3/+12 |
* | The live systems allocation/discard extent lists are potentially quite large, | Keith Bostic | 2014-04-06 | 1 | -0/+2 |
* | Add some additional wording to a comment, explaining why we can fast-path | Keith Bostic | 2014-04-04 | 1 | -1/+7 |
* | If not tracking the object sizes, use the new extent append API instead | Keith Bostic | 2014-04-03 | 1 | -8/+8 |
* | Fix a comment: finish the sentence. | Michael Cahill | 2014-03-26 | 1 | -1/+2 |
* | Before merging extent lists, check if one is bigger than the other, and walk ... | Michael Cahill | 2014-03-26 | 1 | -0/+21 |
* | error: comparison between signed and unsigned integer expressions | Keith Bostic | 2014-03-22 | 1 | -1/+1 |
* | Inline the block extension function, do a fast check for available | Keith Bostic | 2014-03-22 | 1 | -1/+3 |
* | whitespace | Keith Bostic | 2014-03-21 | 1 | -1/+1 |
* | *shrug* Don't put an if/else inside the for loop, it's not needed and | Keith Bostic | 2014-03-21 | 1 | -2/+4 |
* | Add a fast path for file extensions so we don't walk the list of | Keith Bostic | 2014-03-21 | 1 | -33/+75 |
* | Don't maintain the per-size skiplist unless it's an element on the live | Keith Bostic | 2014-03-21 | 1 | -33/+55 |
* | 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 | -1/+1 |
* | Replace WT_PTRDIFF32 with WT_PTRDIFF where we're storing into a | Keith Bostic | 2013-12-20 | 1 | -3/+2 |
* | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic | 2013-12-20 | 1 | -1/+1 |
* | whitespace | Keith Bostic | 2013-12-03 | 1 | -4/+2 |
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-21 | 1 | -8/+6 |
|\ |
|
| * | Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures. | Keith Bostic | 2013-11-18 | 1 | -4/+3 |
| * | Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle so | Keith Bostic | 2013-11-17 | 1 | -6/+5 |
* | | Merge branch 'develop' into fine-grained-durability | Alex Gorrod | 2013-11-18 | 1 | -134/+54 |
|\ \
| |/ |
|
| * | There's another path where we allocate while holding the block manager's | 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 | -133/+53 |
| * | Rename block manager statistics with "block manager" prefix so they sort | Keith Bostic | 2013-11-17 | 1 | -0/+1 |
| * | There's no need to initialize extp to NULL, it gets set in either path, | Keith Bostic | 2013-11-16 | 1 | -2/+0 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-11 | 1 | -17/+55 |
|\ \
| |/ |
|
| * | Compression changes. | Keith Bostic | 2013-11-09 | 1 | -17/+55 |