]> git.ozlabs.org Git - ccan/commit
tdb2: import TDB1 code.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Aug 2011 05:39:16 +0000 (15:09 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Aug 2011 05:39:16 +0000 (15:09 +0930)
commit19e6c1a250ade1e7204ada17163294855585e825
tree30e8e8bd5c0506b78a3352f415cb7358147519da
parent476567430be6962625bf399192e20938985232c7
tdb2: import TDB1 code.

We import the entire codebase, putting a "tdb1_" prefix on the files
and changing the "tdb_" prefix to "tdb1_" everywhere.

The next patches will gradually merge it with the TDB2 code where
necessary.
15 files changed:
ccan/tdb2/tdb1.h [new file with mode: 0644]
ccan/tdb2/tdb1_check.c [new file with mode: 0644]
ccan/tdb2/tdb1_dump.c [new file with mode: 0644]
ccan/tdb2/tdb1_error.c [new file with mode: 0644]
ccan/tdb2/tdb1_freelist.c [new file with mode: 0644]
ccan/tdb2/tdb1_freelistcheck.c [new file with mode: 0644]
ccan/tdb2/tdb1_hash.c [new file with mode: 0644]
ccan/tdb2/tdb1_io.c [new file with mode: 0644]
ccan/tdb2/tdb1_lock.c [new file with mode: 0644]
ccan/tdb2/tdb1_open.c [new file with mode: 0644]
ccan/tdb2/tdb1_private.h [new file with mode: 0644]
ccan/tdb2/tdb1_summary.c [new file with mode: 0644]
ccan/tdb2/tdb1_tdb.c [new file with mode: 0644]
ccan/tdb2/tdb1_transaction.c [new file with mode: 0644]
ccan/tdb2/tdb1_traverse.c [new file with mode: 0644]