summaryrefslogtreecommitdiffstats
path: root/lib/tdb/common/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-011-5/+10
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-11-201-3/+11
* New attempt at TDB transaction nesting allow/disallow.Ronnie Sahlberg2009-11-201-0/+11
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-10-231-6/+6
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-10-221-1/+2
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-10-221-20/+35
* tdb: allow reads after prepare commitAndrew Tridgell2009-09-151-8/+0
* auto-repack in transactions that expand the tdbAndrew Tridgell2009-06-011-0/+12
* make TDB_NOSYNC affect all the fsync/msync calls in transactionsAndrew Tridgell2009-05-281-5/+7
* tdb: Remove unused variableTim Prouty2009-03-311-1/+0
* Add tdb_transaction_prepare_commit()Howard Chu2009-03-311-52/+124
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+1119