summaryrefslogtreecommitdiff
path: root/lib/tdb/common
AgeCommit message (Expand)AuthorFilesLines
2011-08-16tdb: increment sequence number in tdb_wipe_all().Rusty Russell1-0/+2
2011-06-08tdb: enable VALGRIND to remove valgrind noise.Rusty Russell1-35/+0
2011-04-19tdb: make sure we skip over recovery area correctly.Rusty Russell3-17/+44
2011-04-18tdb_expand: limit the expansion with huge recordsSimo Sorce1-5/+20
2011-04-18tdb: tdb_repack() only when it's worthwhile.Rusty Russell1-6/+31
2011-04-18tdb: fix transaction recovery area for converted tdbs.Rusty Russell1-2/+4
2011-03-30tdb: Fix Coverity ID 2238: SECURE_CODINGVolker Lendecke1-24/+24
2011-03-27tdb: Fix Coverity ID 2192: NO_EFFECTVolker Lendecke1-1/+1
2011-02-12tdb: Fix a C++ warningVolker Lendecke1-1/+1
2010-12-29tdb: tdb_summary() support.Rusty Russell3-2/+195
2010-11-27tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignmentsMatthias Dieter Wallnöfer1-2/+2
2010-11-12tdb: set tdb->name early, as it's needed for tdb_name()Stefan Metzmacher1-6/+27
2010-10-21tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)Jelmer Vernooij11-66/+64
2010-09-27tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell3-4/+20
2010-09-27tdb: automatically identify Jenkins hash tdbsRusty Russell1-14/+27
2010-09-27tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell3-15/+382
2010-09-20lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner1-1/+1
2010-09-16tdb: added TDB_NO_FSYNC env variableAndrew Tridgell1-0/+4
2010-09-13tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell3-2/+65
2010-09-13tdb: fix tdb_check() on other-endian tdbs.Rusty Russell1-1/+1
2010-09-13tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell1-5/+17
2010-09-13tdb: make check more robust against recovery failures.Rusty Russell1-5/+36
2010-08-14tdb: workaround starvation problem in locking entire database.Rusty Russell1-17/+69
2010-07-29Fix tdb_check() to work with read-only tdb databases. The function tdb_lockal...Jeremy Allison1-3/+3
2010-07-01tdb: fix the build on mac os x 10.6.4.Günther Deschner1-0/+4
2010-05-11tdb: remove unused variable in tdb_new_database().Günther Deschner1-1/+0
2010-05-05tdb: fix short write logic in tdb_new_databaseRusty Russell3-17/+17
2010-04-20tdb: update tdb ABI to use hide_symbols=TrueAndrew Tridgell1-1/+1
2010-03-26tdb: Add a non-blocking version of tdb_transaction_startVolker Lendecke4-7/+22
2010-03-25tdb: Fix indentation in tdb_new_database()Volker Lendecke1-1/+1
2010-03-25Fix some nonempty blank linesVolker Lendecke10-45/+44
2010-02-28tdb: If tdb_parse_record does not find a record, return -1 instead of 0Volker Lendecke1-1/+4
2010-02-24tdb: handle processes dying during transaction commit.Rusty Russell3-0/+86
2010-02-24patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patchRusty Russell1-16/+13
2010-02-24tdb: don't truncate tdb on recoveryRusty Russell1-10/+0
2010-02-24tdb: remove lock opsRusty Russell4-40/+22
2010-02-24tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell3-13/+9
2010-02-24tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.Rusty Russell1-17/+13
2010-02-17tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell3-29/+62
2010-02-24tdb: suppress record write locks when allrecord lock is taken.Rusty Russell1-0/+9
2010-02-24tdb: cleanup: always grab allrecord lock to infinity.Rusty Russell1-7/+3
2010-02-17tdb: remove num_locksRusty Russell2-11/+2
2010-02-17tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell1-3/+3
2010-02-24tdb: use tdb_nest_lock() for active lock.Rusty Russell2-5/+18
2010-02-22tdb: use tdb_nest_lock() for open lock.Rusty Russell3-15/+10
2010-02-17tdb: use tdb_nest_lock() for transaction lock.Rusty Russell2-32/+23
2010-02-17tdb: cleanup: find_nestlock() helper.Rusty Russell1-28/+23
2010-02-24tdb: cleanup: tdb_release_extra_locks() helperRusty Russell3-17/+22
2010-02-17tdb: cleanup: tdb_have_extra_locks() helperRusty Russell4-5/+17
2010-02-17tdb: don't suppress the transaction lock because of the allrecord lock.Rusty Russell1-6/+0