]> git.ozlabs.org Git - ccan/history - ccan/tdb2/tdb1_private.h
tdb2: unify tdb1_append into tdb_append
[ccan] / ccan / tdb2 / tdb1_private.h
2011-08-31 Rusty Russelltdb2: unify tdb1_open into tdb_open
2011-08-31 Rusty Russelltdb2: merge tdb1_context into tdb_context.
2011-08-31 Rusty Russelltdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_...
2011-08-31 Rusty Russelltdb2: Make TDB1 use the same tdb_hash() wrapper as...
2011-08-31 Rusty Russelltdb2: make tdb1 use same low-level lock functions.
2011-08-31 Rusty Russelltdb2: Make tdb1 use the tdb_file structure.
2011-08-31 Rusty Russelltdb2: Make TDB1 code use TDB2's open flags.
2011-08-31 Rusty Russelltdb2: Make tdb1 share tdb_store flags, struct tdb_data...
2011-08-31 Rusty Russelltdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()
2011-08-31 Rusty Russelltdb2: make tdb1 headers include tdb2 headers.
2011-08-31 Rusty Russelltdb2: get rid of TDB1 mark and nonblock functions.
2011-08-31 Rusty Russelltdb2: remove _PUBLIC_ in tdb1 functions.
2011-08-31 Rusty Russelltdb2: Remove unused tdb1 functions.
2011-08-31 Rusty Russelltdb2: import TDB1 code.