]> git.ozlabs.org Git - ccan/history - ccan/tdb/transaction.c
alloc: implement alloc_visualize().
[ccan] / ccan / tdb / transaction.c
2010-02-24 Rusty Russelltdb: handle processes dying during transaction commit.
2010-02-24 Rusty Russelltdb: remove lock ops
2010-02-22 Rusty Russelltdb: don't reduce file size on transaction recovery.
2010-02-22 Rusty Russelltdb: fix recovery reuse after crash (from SAMBA)
2010-02-22 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-02-22 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-02-22 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-02-22 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-02-22 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-02-22 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-02-22 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
2010-02-04 Rusty Russelltdb: use TDB_RECOVERY_INVALID_MAGIC rather than 0
2010-02-02 Rusty RussellImport 898b5edfe757cb145960b8f3631029bfd5592119 from...
2010-02-02 Rusty RussellImport c1c0ede32dc00ed619d1cf5fda40a9de43995f3a from...
2010-02-02 Rusty RussellImport 03b3682e3fa53c9f5fdf2c4beac8b5d030fd2630 from...
2009-09-25 Rusty Russelltdb: no longer need seqnum store hack as we can read...
2009-09-25 Rusty Russelltdb: allow reads after prepare commit
2009-08-19 Rusty Russelltdb: fix the unlock calls on the GLOBAL_LOCK from previ...
2009-08-18 Rusty Russelltdb: locking cleanup
2009-08-11 Rusty RussellUse _ convention everywhere: lock.c uses it already.
2009-08-11 Rusty RussellPort nested transaction allow from newer ctdb.
2009-08-04 Rusty RussellWean off TDB_ERRCODE.
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellImport from SAMBA tdb:
2009-07-29 Rusty RussellImport from SAMBA's tdb:
2009-07-19 Rusty Russellmerge
2009-07-18 Rusty RussellMerge.
2009-07-15 Rusty RussellFix sequence numbers when tracing transaction.
2009-07-07 Rusty RussellBetter tdb tracing, start of decent replay_trace.
2009-06-28 Rusty RussellFirst cut of replay_trace for tdb.
2009-06-23 Rusty RussellTracing for tdb operations.
2009-06-22 Rusty Russellccanize tdb further, and add simple test.
2009-06-16 Rusty RussellInitial TDB import.