summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/tdb/common
Commit message (Expand)AuthorAgeFilesLines
* ctdb-build: Remove duplicate tdb libraryAmitay Isaacs2014-06-2015-7235/+0
* tdb: Sync to tdb 1.2.11 from upstreamAmitay Isaacs2013-05-295-26/+406
* lib/tdb: Sync tdb from samba git treeAmitay Isaacs2012-04-1314-256/+568
* change TDB to be valgrind niceRonnie Sahlberg2012-02-221-0/+2
* tdb: expose transaction lock infrastructure for ctdbRusty Russell2011-01-181-0/+20
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-10-073-4/+20
* tdb: automatically identify Jenkins hash tdbsRusty Russell2010-10-071-14/+27
* tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell2010-10-073-15/+382
* lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner2010-10-071-1/+1
* tdb: added TDB_NO_FSYNC env variableAndrew Tridgell2010-10-071-0/+4
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-10-073-2/+65
* tdb: fix tdb_check() on other-endian tdbs.Rusty Russell2010-10-071-1/+1
* tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell2010-10-071-5/+17
* tdb: make check more robust against recovery failures.Rusty Russell2010-10-071-5/+36
* tdb: workaround starvation problem in locking entire database.Rusty Russell2010-08-161-17/+69
* tdb: Fix tdb_check() to work with read-only tdb databases.Rusty Russell2010-08-161-3/+3
* tdb: remove unused variable in tdb_new_database().Rusty Russell2010-08-161-1/+0
* tdb: fix short write logic in tdb_new_databaseRusty Russell2010-08-163-17/+17
* tdb: update tdb ABI to use hide_symbols=TrueAndrew Tridgell2010-04-221-1/+1
* tdb: Add a non-blocking version of tdb_transaction_startVolker Lendecke2010-04-224-7/+22
* tdb: Fix indentation in tdb_new_database()Volker Lendecke2010-04-221-1/+1
* Fix some nonempty blank linesVolker Lendecke2010-04-2210-45/+44
* tdb: If tdb_parse_record does not find a record, return -1 instead of 0Volker Lendecke2010-04-221-1/+4
* tdb: handle processes dying during transaction commit.Rusty Russell2010-04-223-0/+86
* patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patchRusty Russell2010-04-221-16/+13
* tdb: don't truncate tdb on recoveryRusty Russell2010-04-221-10/+0
* tdb: remove lock opsRusty Russell2010-04-224-40/+22
* tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell2010-04-223-13/+9
* tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.Rusty Russell2010-04-221-17/+13
* tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell2010-04-223-29/+62
* tdb: suppress record write locks when allrecord lock is taken.Rusty Russell2010-04-221-0/+9
* tdb: cleanup: always grab allrecord lock to infinity.Rusty Russell2010-04-221-7/+3
* tdb: remove num_locksRusty Russell2010-04-222-11/+2
* tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell2010-04-221-3/+3
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-04-222-5/+18
* tdb: use tdb_nest_lock() for open lock.Rusty Russell2010-04-223-15/+10
* tdb: use tdb_nest_lock() for transaction lock.Rusty Russell2010-04-222-32/+23
* tdb: cleanup: find_nestlock() helper.Rusty Russell2010-04-221-28/+23
* tdb: cleanup: tdb_release_extra_locks() helperRusty Russell2010-04-223-17/+22
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-04-224-5/+17
* tdb: don't suppress the transaction lock because of the allrecord lock.Rusty Russell2010-04-221-6/+0
* tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell2010-04-223-45/+67
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-04-225-29/+29
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-04-223-17/+17
* tdb: make _tdb_transaction_cancel static.Rusty Russell2010-04-222-2/+1
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-04-227-117/+235
* Spelling fixes for tdb.Brad Hards2010-04-222-2/+2
* tdb: use fdatasync() instead of fsync() in transactionsAndrew Tridgell2010-04-221-1/+1
* tdb: Apply some const, just for clarityVolker Lendecke2010-04-221-1/+1
* tdb: fix recovery reuse after crashRusty Russell2010-04-221-4/+10