]> git.ozlabs.org Git - ccan/history - ccan/tdb2/test/run-01-new_database.c
htable: fix bug where first entry has hash of 0 or 1.
[ccan] / ccan / tdb2 / test / run-01-new_database.c
2011-11-29 Rusty Russelltdb2: consolidate testing failtest suppression routines.
2011-08-31 Rusty Russelltdb2: test: Speed up run-01-new_database.
2011-08-31 Rusty Russelltdb2: test: try (almost) all tests with TDB_VERSION1...
2011-08-31 Rusty Russelltdb2: make tests include a single mega-header to simpli...
2011-03-17 Rusty Russelltdb2: move open routines into a separate file (open.c)
2011-03-01 Rusty Russelltdb2: failtest on tdb_expand
2011-03-01 Rusty Russelltdb2: change API to return the error value.
2011-03-01 Rusty Russelltdb2: rework free.c 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: use failtest for opening and checking database.
2010-11-23 Rusty Russelltdb2: transaction support
2010-09-09 Rusty Russelltdb2: change to using a hash tree.
2010-09-03 Rusty Russelltdb2: use immobile free buckets, rename tests to show...