]> git.ozlabs.org Git - ccan/history - ccan/tdb2/check.c
tdb2: change API to return the error value.
[ccan] / ccan / tdb2 / check.c
2011-03-01 Rusty Russelltdb2: change API to return the error value.
2011-03-01 Rusty Russelltdb2: rework check.c internal functions to return enum...
2011-03-01 Rusty Russelltdb2: rework remaining io.c functions to return enum...
2011-03-01 Rusty Russelltdb2: rework some io.c functions to encode errors in...
2011-03-01 Rusty Russelltdb2: rework some io.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework io functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rework lock.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: simplify logging levels, rename TDB_DEBUG_* to...
2011-03-01 Rusty Russelltdb2: remove extraneous whitespace.
2011-03-01 Rusty Russelltdb2: log a message on allocation failure in tdb_check()
2011-03-01 Rusty Russelltdb2: close memory leak in tdb_check()
2011-03-01 Rusty Russelltdb2: rename ->read and ->write functions.
2011-02-24 Rusty Russelltdb2: make tdb2 compile clean under -Wshadow.
2010-12-01 Rusty RussellMerge branch 'tdb2'
2010-12-01 Rusty Russelltdb2: use separate magic constants for chain, htable...
2010-12-01 Rusty Russelltdb2: hash chaining
2010-12-01 Rusty Russelltdb2: use magic freetable value rather than different...
2010-12-01 Rusty Russelltdb2: clean up logging
2010-12-01 Rusty Russelltdb2: remove tdb_get()
2010-11-23 Rusty Russelltdb2: transaction support
2010-12-01 Rusty Russelltdb2: shrink free header from 32 to 24 bytes.
2010-12-01 Rusty Russelltdb2: fix tdb_check() return when free table entries...
2010-12-01 Rusty Russelltdb2: make tdb_check call check() function.
2010-12-01 Rusty Russelltdb2: make summary command handle recovery "dead zone"
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-11-15 Rusty Russelltdb2: add TDB_COALESCING_MAGIC to solve coalescing...
2010-10-20 Rusty Russelltdb2: 64 bit fixes.
2010-10-18 Rusty Russelltdb2: fix infinite loop in tdb_check
2010-09-25 Rusty Russelltdb2: don't use probe arg to oob()
2010-09-09 Rusty Russelltdb2: change to using a hash tree.
2010-09-03 Rusty Russelltdb2: use immobile free buckets, rename tests to show...
2010-08-28 Rusty Russelltdb2: check that records are of sufficient length in...
2010-08-26 Rusty Russelltdb2: more fixes and tests for enlarging hash.
2010-08-26 Rusty Russelltdb2: tdb_expand on empty database now tested.
2010-08-26 Rusty Russelltdb2: now checking a new empty database works.
2010-08-26 Rusty Russelltdb2: initial commit (doesn't work, still writing tests)