]> git.ozlabs.org Git - ccan/history - ccan/tdb/tdb_private.h
tdb: fix backwards check on HAVE_PAGESIZE
[ccan] / ccan / tdb / tdb_private.h
2010-05-04 Rusty Russelltdb: fix backwards check on HAVE_PAGESIZE
2010-02-24 Rusty Russelltdb: handle processes dying during transaction commit.
2010-02-24 Rusty Russelltdb: remove lock ops
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: remove num_locks
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for transaction 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-22 Rusty Russelltdb: port trivial differences across from SAMBA
2010-02-04 Rusty Russelltdb: use TDB_RECOVERY_INVALID_MAGIC rather than 0
2010-02-02 Rusty RussellImport 03b3682e3fa53c9f5fdf2c4beac8b5d030fd2630 from...
2009-09-29 Rusty Russelltdb: remove seqnum field from header
2009-08-18 Rusty Russelltdb: locking cleanup
2009-08-11 Rusty RussellUse _ convention everywhere: lock.c uses it already.
2009-08-04 Rusty RussellMake TDB 32 bit clean (not just 31 bit) for systems...
2009-07-29 Rusty RussellTurn off TDB_TRACE again (shouldn't have left it on...
2009-07-29 Rusty RussellImport from SAMBA's tdb:
2009-07-25 Rusty Russellmerge
2009-07-21 Rusty RussellNeaten tdb to sync with samba version of locking fix.
2009-07-19 Rusty Russellmerge
2009-07-18 Rusty RussellMerge.
2009-07-14 Rusty RussellFix early transaction unlock when traverse done inside...
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-18 Rusty RussellFirst step to ccanizing TDB.
2009-06-16 Rusty RussellInitial TDB import.