]> git.ozlabs.org Git - ccan/history - ccan/tdb2/tdb1_transaction.c
htable: fix bug where first entry has hash of 0 or 1.
[ccan] / ccan / tdb2 / tdb1_transaction.c
2012-01-28 Rusty Russelltdb2: tdb1: use same expansion factor logic when expand...
2011-12-21 Rusty Russelltdb2: be more careful on 4G files (tdb1).
2011-09-12 Rusty Russelltdb2: add error conversion functions.
2011-09-02 Rusty Russelltdb2: fix error handling for tdb1_transaction_commit.
2011-08-31 Rusty Russelltdb2: return TDB_ERR_RDONLY from transactions on R...
2011-08-31 Rusty Russelltdb2: add stats to tdb1 backend.
2011-08-31 Rusty Russelltdb2: catch errors in tdb1_needs_recovery()
2011-08-31 Rusty Russelltdb2: tdb_repack
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: don't cancel transactions on lock failures in...
2011-08-31 Rusty Russelltdb2: suppress tdb1 backend logging when locking return...
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: 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.