summaryrefslogtreecommitdiff
path: root/lib/tdb2/test
AgeCommit message (Expand)AuthorFilesLines
2011-09-14tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()Rusty Russell11-32/+32
2011-09-14tdb2: Remove unused tdb1 functions.Rusty Russell7-15/+14
2011-09-14tdb2: test: import tdb1's tests.Rusty Russell33-0/+2102
2011-09-14tdb2: include tdb1 source in tests.Rusty Russell1-0/+11
2011-09-14tdb2: make tests include a single mega-header to simplify future patchesRusty Russell50-408/+60
2011-09-14tdb2: tdb_foreach()Rusty Russell1-0/+93
2011-09-14tdb2: save openhook, allow tdb_get_attribute() on it.Rusty Russell1-3/+3
2011-09-14tdb2: add TDB_RDONLY flag, allow setting/unsetting it.Rusty Russell1-0/+109
2011-09-14tdb2: Hand error code to logging function.Rusty Russell3-1/+5
2011-09-14tdb2: enforce TDB_CONVERTRusty Russell3-0/+66
2011-09-14tdb2: Fix to always use 64-bit offset definitionRusty Russell4-4/+4
2011-06-20tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)Rusty Russell56-0/+5830