summaryrefslogtreecommitdiff
path: root/src/block/block_addr.c
Commit message (Expand)AuthorAgeFilesLines
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-1/+1
* WT-2093: __wt_block_addr_valid() didn't distinguish between a validKeith Bostic2015-09-111-5/+5
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Whenever we verify an address when running with HAVE_DIAGNOSTIC, confirmKeith Bostic2014-10-241-2/+12
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-7/+7
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic2013-12-231-2/+2
* Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic2013-05-111-1/+1
* __wt_block_ckpt_init() shouldn't set the checkpoint's file size to aKeith Bostic2013-05-101-3/+3
* Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill2013-05-091-6/+5
* Fix an error message, we might someday have more than one checkpoint version.Keith Bostic2013-01-311-2/+2
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Move the write-generation out of the block header and into the pageKeith Bostic2012-11-281-4/+0
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-28/+28
* Store the bytes required by each snapshot in the file's snapshotKeith Bostic2012-04-231-0/+4
* Don't make arguments to crack location cookies optional, it's moreKeith Bostic2012-03-281-15/+7
* We can't use WT_BLOCK_INVALID_OFFSET as an out-of-band offset in theKeith Bostic2012-03-281-37/+59
* Delete the code which discarded each extent list before it was written;Keith Bostic2012-03-261-6/+6
* Second set of snapshot changes, ref #167:Keith Bostic2012-03-251-0/+8
* First set of snapshot changes, ref #167. The big changes are to createKeith Bostic2012-03-221-14/+88
* Merge WT_BUF into WT_ITEM.Michael Cahill2012-01-231-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_tKeith Bostic2011-12-281-26/+25
* Create a per-block structure, WT_BLOCK, and move all of the block-specificKeith Bostic2011-12-271-0/+45
* Finish splitting out the block functions vs. the block-managerKeith Bostic2011-12-271-0/+53