summaryrefslogtreecommitdiff
path: root/lib/tdb/common/lock.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-24tdb: use tdb_nest_lock() for active lock.Rusty Russell1-0/+8
2010-02-22tdb: use tdb_nest_lock() for open lock.Rusty Russell1-1/+2
2010-02-17tdb: use tdb_nest_lock() for transaction lock.Rusty Russell1-31/+23
2010-02-17tdb: cleanup: find_nestlock() helper.Rusty Russell1-28/+23
2010-02-24tdb: cleanup: tdb_release_extra_locks() helperRusty Russell1-0/+20
2010-02-17tdb: cleanup: tdb_have_extra_locks() helperRusty Russell1-2/+13
2010-02-17tdb: don't suppress the transaction lock because of the allrecord lock.Rusty Russell1-6/+0
2010-02-17tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell1-43/+61
2010-02-17tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell1-21/+21
2010-02-17tdb: cleanup: split brlock and brunlock methods.Rusty Russell1-73/+162
2009-10-22lib/tdb: wean off TDB_ERRCODE.Rusty Russell1-11/+19
2009-10-22lib/tdb: TDB_TRACE support (for developers)Rusty Russell1-6/+28
2009-07-21tdb: fix locking errorRusty Russell1-1/+1
2009-07-20Make tdb transaction lock recursive (samba version)Rusty Russell1-4/+13
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+553