]> git.ozlabs.org Git - ccan/commit
tdb2: initial commit (doesn't work, still writing tests)
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 26 Aug 2010 03:22:59 +0000 (12:52 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 26 Aug 2010 03:22:59 +0000 (12:52 +0930)
commit39f01834db9b6a21d076e67d1e3143ab99aaf43e
treeed659292881e7a4293f59bbc20fe863c629e59e5
parentce58fbd1aaba9710d38001455ab46da4d3125358
tdb2: initial commit (doesn't work, still writing tests)
15 files changed:
ccan/tdb2/_info [new file with mode: 0644]
ccan/tdb2/check.c [new file with mode: 0644]
ccan/tdb2/doc/design-1.3.txt [new file with mode: 0644]
ccan/tdb2/doc/design.lyx [new file with mode: 0644]
ccan/tdb2/doc/design.lyx,v [new file with mode: 0644]
ccan/tdb2/doc/design.pdf [new file with mode: 0644]
ccan/tdb2/doc/design.txt [new file with mode: 0644]
ccan/tdb2/free.c [new file with mode: 0644]
ccan/tdb2/io.c [new file with mode: 0644]
ccan/tdb2/lock.c [new file with mode: 0644]
ccan/tdb2/private.h [new file with mode: 0644]
ccan/tdb2/tdb.c [new file with mode: 0644]
ccan/tdb2/tdb2.h [new file with mode: 0644]
ccan/tdb2/test/run-encode.c [new file with mode: 0644]
ccan/tdb2/test/run-fls.c [new file with mode: 0644]