]> git.ozlabs.org Git - ccan/history - ccan/tdb2/test/run-04-basichash.c
tdb2: unify tdb1_store into tdb_store
[ccan] / ccan / tdb2 / test / run-04-basichash.c
2011-08-31 Rusty Russelltdb2: merge tdb1_context into tdb_context.
2011-08-31 Rusty Russelltdb2: make tests include a single mega-header to simpli...
2011-04-27 Rusty Russelltdb2: use counters to decide when to coalesce records.
2011-04-27 Rusty Russelltdb2: don't start again when we coalesce a record.
2011-04-07 Rusty Russelltdb2: shorten attribute members.
2011-03-21 Rusty Russelltdb2: tdb_mkdata
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-01 Rusty Russelltdb2: rework free.c functions to return enum TDB_ERROR.
2011-03-01 Rusty Russelltdb2: rename ->read and ->write functions.
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-11-17 Rusty Russelltdb2: get rid of zones
2010-09-14 Rusty Russelltdb2: implement tdb_firstkey/tdb_nextkey.
2010-09-09 Rusty Russelltdb2: change to using a hash tree.