summaryrefslogtreecommitdiff
path: root/src/include/block.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* The change to allow applications to turn off checksums broke salvage: IKeith Bostic2012-01-221-0/+7
* Change the WT_BLOCK_DESC major/minor numbers from WT_BTREE_XXX toKeith Bostic2012-01-011-2/+2
* Rename WT_PAGE_HEADER->memsize to WT_PAGE_HEADER->size (it's the pageKeith Bostic2012-01-011-1/+1
* Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic2012-01-011-83/+49
* minor structure re-shuffle.Keith Bostic2011-12-301-12/+12
* Rename WT_COMPRESS_SKIP to WT_BLOCK_COMPRESS_SKIP, it's block-specific.Keith Bostic2011-12-301-1/+1
* Move the checksum code from support/cksum.c to block/block_cksum.c,Keith Bostic2011-12-281-1/+0
* Minor shuffling between the block-manager and the engine.Keith Bostic2011-12-281-15/+6
* Don't write back an updated description sector if salvage fails.Keith Bostic2011-12-281-1/+1
* Add a magic number as the first entry in the freelist: it's unlikely weKeith Bostic2011-12-281-0/+1
* Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_tKeith Bostic2011-12-281-85/+39
* Create a per-block structure, WT_BLOCK, and move all of the block-specificKeith Bostic2011-12-271-10/+46
* minor structure shuffling for block-manager clarity.Keith Bostic2011-12-261-0/+12
* Rename btdsk.h to be block.h, it's the WiredTiger default block managerKeith Bostic2011-12-261-0/+216