summaryrefslogtreecommitdiffstats
path: root/lib/tdb/common
Commit message (Expand)AuthorAgeFilesLines
* tdb: remove unused variable in tdb_new_database().Günther Deschner2010-05-111-1/+0
* tdb: fix short write logic in tdb_new_databaseRusty Russell2010-05-053-17/+17
* 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-264-7/+22
* tdb: Fix indentation in tdb_new_database()Volker Lendecke2010-03-251-1/+1
* Fix some nonempty blank linesVolker Lendecke2010-03-2510-45/+44
* tdb: If tdb_parse_record does not find a record, return -1 instead of 0Volker Lendecke2010-02-281-1/+4
* tdb: handle processes dying during transaction commit.Rusty Russell2010-02-243-0/+86
* patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patchRusty Russell2010-02-241-16/+13
* tdb: don't truncate tdb on recoveryRusty Russell2010-02-241-10/+0
* tdb: remove lock opsRusty Russell2010-02-244-40/+22
* tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell2010-02-243-13/+9
* tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.Rusty Russell2010-02-241-17/+13
* tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell2010-02-173-29/+62
* tdb: suppress record write locks when allrecord lock is taken.Rusty Russell2010-02-241-0/+9
* tdb: cleanup: always grab allrecord lock to infinity.Rusty Russell2010-02-241-7/+3
* tdb: remove num_locksRusty Russell2010-02-172-11/+2
* tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell2010-02-171-3/+3
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-02-242-5/+18
* tdb: use tdb_nest_lock() for open lock.Rusty Russell2010-02-223-15/+10
* tdb: use tdb_nest_lock() for transaction lock.Rusty Russell2010-02-172-32/+23
* tdb: cleanup: find_nestlock() helper.Rusty Russell2010-02-171-28/+23
* tdb: cleanup: tdb_release_extra_locks() helperRusty Russell2010-02-243-17/+22
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-02-174-5/+17
* tdb: don't suppress the transaction lock because of the allrecord lock.Rusty Russell2010-02-171-6/+0
* tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell2010-02-173-45/+67
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-02-175-29/+29
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-02-173-17/+17
* tdb: make _tdb_transaction_cancel static.Rusty Russell2010-02-242-2/+1
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-02-177-117/+235
* Spelling fixes for tdb.Brad Hards2010-02-222-2/+2
* tdb: use fdatasync() instead of fsync() in transactionsAndrew Tridgell2010-02-131-1/+1
* tdb: Apply some const, just for clarityVolker Lendecke2010-02-131-1/+1
* tdb: fix recovery reuse after crashRusty Russell2010-02-101-4/+10
* tdb: give a name to the invalid recovery area constant (0)Rusty Russell2010-02-103-4/+5
* 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-203-3/+58
* New attempt at TDB transaction nesting allow/disallow.Ronnie Sahlberg2009-11-201-0/+11
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-11-201-4/+3
* tdb: Fix a C++ warningVolker Lendecke2009-11-081-1/+2
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-10-291-1/+3
* tdb: detect tdb store of identical records and skipAndrew Tridgell2009-10-251-0/+20
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-10-239-54/+54
* lib/tdb: add tdb_check()Rusty Russell2009-10-221-0/+422
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-10-228-38/+59
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-10-226-55/+356
* tdb: allow reads after prepare commitAndrew Tridgell2009-09-151-8/+0
* tdb: fix c++ build warning.Günther Deschner2009-09-071-2/+2
* lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell2009-08-281-5/+7
* Add define guards around otherwise unused variable.Jeremy Allison2009-08-061-0/+3