]> git.ozlabs.org Git - ccan/commit
tdb2: tdb_append implemented, beef up tests.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Aug 2010 09:39:06 +0000 (19:09 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Aug 2010 09:39:06 +0000 (19:09 +0930)
commit7607ced7aea9b24a62efcd97b5d79c1214a2b2c6
tree16021c96f431a1e2ec29b7481fbebf17421c13c3
parentd01dfe4e60731cba92e17b4a2c6d0be7f37ec760
tdb2: tdb_append implemented, beef up tests.
12 files changed:
ccan/tdb2/tdb.c
ccan/tdb2/tdb2.h
ccan/tdb2/test/run-append.c [new file with mode: 0644]
ccan/tdb2/test/run-delete.c
ccan/tdb2/test/run-enlarge_hash.c
ccan/tdb2/test/run-expand.c
ccan/tdb2/test/run-hashclash.c [new file with mode: 0644]
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