| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2671 dump more information about the file layout in verify debug mode (#2755) | Keith Bostic | 2016-06-09 | 1 | -6/+24 |
* | WT-2682 add option to configure WiredTiger with strict compiler flags (#2773) | Keith Bostic | 2016-06-08 | 1 | -0/+6 |
* | WT-2520: WT_SESSION::verify should not alter tables | Keith Bostic | 2016-04-01 | 1 | -7/+13 |
* | WT-2330 Ignore EBUSY from truncate during verify. | Alex Gorrod | 2016-03-30 | 1 | -1/+1 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-26 | 1 | -3/+3 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 1 | -10/+12 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -4/+4 |
* | WT-2002 Don't set block->verify until just before reading the extent list. | Michael Cahill | 2015-07-17 | 1 | -10/+10 |
* | WT-2002 If a file is corrupted, verify should not panic. | Michael Cahill | 2015-07-17 | 1 | -9/+13 |
* | Whitespace: 3 spaces after a period in a comment. | Keith Bostic | 2015-06-14 | 1 | -2/+2 |
* | Add the "strict" configuration option to WT_SESSION.verify, default | Keith Bostic | 2015-06-06 | 1 | -5/+14 |
* | The OS layer ftruncate() code sets the WT_FH file size, so when | Keith Bostic | 2015-04-12 | 1 | -1/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Do a minimal check on each checkpoint's avail list, read it to ensure | Keith Bostic | 2014-11-25 | 1 | -0/+16 |
* | Fix a typo in a macro name. | Keith Bostic | 2014-11-25 | 1 | -5/+5 |
* | Typedef wt_off_t as an off_t if the type is available on the system. | Keith Bostic | 2014-10-02 | 1 | -9/+9 |
* | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto | 2014-10-02 | 1 | -16/+16 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -7/+6 |
* | Add --enable-verbose option, disabled by default. | Alex Gorrod | 2014-05-05 | 1 | -0/+1 |
* | Don't maintain the per-size skiplist unless it's an element on the live | Keith Bostic | 2014-03-21 | 1 | -1/+1 |
* | 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 |
* | Don't check for a file with no data pages until we've truncated back to | Keith Bostic | 2013-12-22 | 1 | -12/+12 |
* | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic | 2013-11-17 | 1 | -3/+3 |
* | When adding metadata information to the list of chunks we've verified, | Keith Bostic | 2013-10-10 | 1 | -15/+19 |
* | Rename the WT_FH.file_size field to be WT_FH.size. | Keith Bostic | 2013-05-11 | 1 | -4/+4 |
* | Files for which we only hvae fake checkpoints might be verified, the block | Keith Bostic | 2013-05-10 | 1 | -25/+19 |
* | __wt_block_ckpt_init() shouldn't set the checkpoint's file size to a | Keith Bostic | 2013-05-10 | 1 | -7/+4 |
* | Use the allocation size for the file "desc" block. This is important for dir... | Michael Cahill | 2013-05-09 | 1 | -6/+6 |
* | If __wt_block_extlist_free() doesn't access the live system's cached | Keith Bostic | 2013-03-14 | 1 | -5/+5 |
* | Create a cached list of WT_EXT structures in order to avoid so many | Keith Bostic | 2013-03-13 | 1 | -8/+8 |
* | The mmap branch changes broke checkpoint memory management, verify was | Keith Bostic | 2013-01-31 | 1 | -6/+3 |
* | Add mmap support for read-only objects (a read-only object is an object | Keith Bostic | 2013-01-27 | 1 | -4/+36 |
* | block_vrfy.c:395: warning: format '%ju' expects type 'uintmax_t', but argumen... | Michael Cahill | 2013-01-07 | 1 | -2/+2 |
* | Don't output the list of file/checkpoint ranges that weren't verified | Keith Bostic | 2013-01-05 | 1 | -10/+22 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Tighten up the extent list offset checks: no extent block should appear | Keith Bostic | 2012-11-24 | 1 | -3/+6 |
* | Move compression out of the block-manager layer to the btree layer. | Keith Bostic | 2012-11-22 | 1 | -45/+0 |
* | Review uses of WT_ITEM::data, never cast it to a non-const pointer. | Michael Cahill | 2012-11-20 | 1 | -1/+1 |
* | Alex changed the bitstring functions to support 64-bit sizes, update | Keith Bostic | 2012-10-12 | 1 | -22/+13 |
* | Allocate checkpoint blocks from the live system's list of available blocks | Keith Bostic | 2012-10-12 | 1 | -67/+40 |
* | Fix a bug where verify could crash if an empty checkpoint exists. | Alex Gorrod | 2012-09-26 | 1 | -0/+3 |
* | minor cleanup of a comment. | Keith Bostic | 2012-09-22 | 1 | -3/+3 |
* | spelling typo | Keith Bostic | 2012-09-06 | 1 | -1/+1 |
* | Fix a core dump if we verify a file that's corrupted such that we are | Keith Bostic | 2012-09-06 | 1 | -0/+7 |
* | Update the bitstring implementation to use 64 bit length strings. | Alex Gorrod | 2012-08-22 | 1 | -2/+2 |
* | Push snapshot to checkpoint rename down through the rest of the system | Keith Bostic | 2012-06-19 | 1 | -122/+122 |
* | Minor re-work of extent lists (no real change, just associate better | Keith Bostic | 2012-06-05 | 1 | -16/+19 |
* | Convert the block code to WT_DECL_ITEM. | Keith Bostic | 2012-05-12 | 1 | -3/+1 |