summaryrefslogtreecommitdiff
path: root/src/block/block_addr.c
AgeCommit message (Expand)Author
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-23Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic
2013-05-11Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic
2013-05-10__wt_block_ckpt_init() shouldn't set the checkpoint's file size to aKeith Bostic
2013-05-09Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill
2013-01-31Fix an error message, we might someday have more than one checkpoint version.Keith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-11-28Move the write-generation out of the block header and into the pageKeith Bostic
2012-06-19Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic
2012-04-23Store the bytes required by each snapshot in the file's snapshotKeith Bostic
2012-03-28Don't make arguments to crack location cookies optional, it's moreKeith Bostic
2012-03-28We can't use WT_BLOCK_INVALID_OFFSET as an out-of-band offset in theKeith Bostic
2012-03-26Delete the code which discarded each extent list before it was written;Keith Bostic
2012-03-25Second set of snapshot changes, ref #167:Keith Bostic
2012-03-22First set of snapshot changes, ref #167. The big changes are to createKeith Bostic
2012-01-23Merge WT_BUF into WT_ITEM.Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2011-12-28Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_tKeith Bostic
2011-12-27Create a per-block structure, WT_BLOCK, and move all of the block-specificKeith Bostic
2011-12-27Finish splitting out the block functions vs. the block-managerKeith Bostic