]> git.ozlabs.org Git - ccan/commit
tdb2: more tests, hash collision fixes, attribute support.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Aug 2010 04:59:08 +0000 (14:29 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Aug 2010 04:59:08 +0000 (14:29 +0930)
commit2088fa3cd72332f5517edeb9267e381fdf35db01
treeecccf736b1a28d8ee52e2d5ca98f13fe4e4e272d
parent0939b69164c65329fa8f6b2c4ab5e9c7d9162678
tdb2: more tests, hash collision fixes, attribute support.
14 files changed:
ccan/tdb2/lock.c
ccan/tdb2/tdb.c
ccan/tdb2/test/layout.c
ccan/tdb2/test/logging.c
ccan/tdb2/test/logging.h
ccan/tdb2/test/run-coalesce.c
ccan/tdb2/test/run-delete.c [new file with mode: 0644]
ccan/tdb2/test/run-enlarge_hash.c
ccan/tdb2/test/run-expand.c
ccan/tdb2/test/run-new_database.c
ccan/tdb2/test/run-record-expand.c
ccan/tdb2/test/run-simple-delete.c
ccan/tdb2/test/run-simple-fetch.c
ccan/tdb2/test/run-simple-store.c