summaryrefslogtreecommitdiffstats
path: root/lib/tdb2/tdb1_transaction.c
Commit message (Expand)AuthorAgeFilesLines
* TDB2: remove TDB1 compatibility.Rusty Russell2012-06-191-1336/+0
* tdb2: add error conversion functions.Rusty Russell2011-09-141-2/+2
* tdb2: fix error handling for tdb1_transaction_commit.Rusty Russell2011-09-141-1/+2
* tdb2: return TDB_ERR_RDONLY from transactions on R/O databases, log nestingRusty Russell2011-09-141-6/+22
* tdb2: add stats to tdb1 backend.Rusty Russell2011-09-141-0/+5
* tdb2: catch errors in tdb1_needs_recovery()Rusty Russell2011-09-141-3/+3
* tdb2: tdb_repackRusty Russell2011-09-141-1/+1
* tdb2: merge tdb1_context into tdb_context.Rusty Russell2011-09-141-173/+174
* tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code.Rusty Russell2011-09-141-2/+2
* tdb2: don't cancel transactions on lock failures in tdb1 backend.Rusty Russell2011-09-141-5/+3
* tdb2: suppress tdb1 backend logging when locking returns EINTR or EAGAINRusty Russell2011-09-141-8/+15
* tdb2: Make tdb1 use the tdb_file structure.Rusty Russell2011-09-141-18/+18
* tdb2: Make TDB1 code use TDB2's open flags.Rusty Russell2011-09-141-16/+7
* tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD.Rusty Russell2011-09-141-3/+3
* tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()Rusty Russell2011-09-141-88/+143
* tdb2: get rid of TDB1 mark and nonblock functions.Rusty Russell2011-09-141-8/+4
* tdb2: remove _PUBLIC_ in tdb1 functions.Rusty Russell2011-09-141-4/+4
* tdb2: Remove unused tdb1 functions.Rusty Russell2011-09-141-5/+0
* tdb2: import TDB1 code.Rusty Russell2011-09-141-0/+1271