]> git.ozlabs.org Git - ccan/history - ccan/tdb2/test/run-03-coalesce.c
tdb2: move file operations into separate structure
[ccan] / ccan / tdb2 / test / run-03-coalesce.c
2011-03-17 Rusty Russelltdb2: move file operations into separate structure
2011-03-17 Rusty Russelltdb2: move open routines into a separate file (open.c)
2011-03-17 Rusty Russelltdb2: avoid writing uninitialized bytes in test/layout.c
2011-03-01 Rusty Russelltdb2: rework some io.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: fix leak in tests.
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-12-01 Rusty Russelltdb2: use separate magic constants for chain, htable...
2010-11-23 Rusty Russelltdb2: transaction support
2010-12-01 Rusty Russelltdb2: shrink free header from 32 to 24 bytes.
2010-11-17 Rusty Russelltdb2: handle chains of free tables
2010-11-17 Rusty Russelltdb2: get rid of zones
2010-11-17 Rusty Russelltdb2: remove tailer
2010-10-26 Rusty Russelltdb2: extend test/layout to be able to place in file.
2010-09-09 Rusty Russelltdb2: change to using a hash tree.
2010-09-03 Rusty Russelltdb2: use immobile free buckets, rename tests to show...