summaryrefslogtreecommitdiffstats
path: root/lib/tdb/common/tdb_private.h
Commit message (Expand)AuthorAgeFilesLines
* tdb: make sure we skip over recovery area correctly.Rusty Russell2011-04-191-0/+4
* tdb: tdb_summary() support.Rusty Russell2010-12-291-0/+1
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-09-271-0/+1
* tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell2010-09-271-0/+1
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-09-131-1/+5
* tdb: fix short write logic in tdb_new_databaseRusty Russell2010-05-051-1/+1
* tdb: update tdb ABI to use hide_symbols=TrueAndrew Tridgell2010-04-201-1/+1
* tdb: Add a non-blocking version of tdb_transaction_startVolker Lendecke2010-03-261-1/+2
* Fix some nonempty blank linesVolker Lendecke2010-03-251-2/+2
* tdb: handle processes dying during transaction commit.Rusty Russell2010-02-241-0/+1
* tdb: remove lock opsRusty Russell2010-02-241-2/+0
* tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell2010-02-241-1/+1
* tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell2010-02-171-2/+5
* tdb: remove num_locksRusty Russell2010-02-171-1/+0
* tdb: use tdb_nest_lock() for transaction lock.Rusty Russell2010-02-171-1/+0
* tdb: cleanup: tdb_release_extra_locks() helperRusty Russell2010-02-241-0/+1
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-02-171-0/+1
* tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell2010-02-171-1/+5
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-02-171-1/+1
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-02-171-1/+1
* tdb: make _tdb_transaction_cancel static.Rusty Russell2010-02-241-1/+0
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-02-171-4/+18
* tdb: give a name to the invalid recovery area constant (0)Rusty Russell2010-02-101-0/+1
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-10-231-9/+9
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-10-221-0/+36
* Make tdb transaction lock recursive (samba version)Rusty Russell2009-07-201-1/+1
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+213