summaryrefslogtreecommitdiff
path: root/lib/tdb/common/tdb_private.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-03tdb: Make tdb_recovery_size overflow-safeVolker Lendecke1-0/+3
2013-06-03tdb: Add overflow-checking tdb_add_off_tVolker Lendecke1-0/+1
2013-02-05tdb: Remove "header" from tdb_contextVolker Lendecke1-3/+3
2012-12-21tdb: Fix blank line endingsVolker Lendecke1-1/+1
2012-03-22lib/tdb: fix OpenBSD incoherent mmap.Rusty Russell1-1/+1
2012-02-14tdb: make tdb_private.h idempotent.Rusty Russell1-0/+3
2011-12-21tdb: use same expansion factor logic when expanding for new recovery area.Rusty Russell1-0/+1
2011-12-19tdb: be more careful on 4G files.Rusty Russell1-1/+1
2011-04-19tdb: make sure we skip over recovery area correctly.Rusty Russell1-0/+4
2010-12-29tdb: tdb_summary() support.Rusty Russell1-0/+1
2010-09-27tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell1-0/+1
2010-09-27tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell1-0/+1
2010-09-13tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell1-1/+5
2010-05-05tdb: fix short write logic in tdb_new_databaseRusty Russell1-1/+1
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 Lendecke1-1/+2
2010-03-25Fix some nonempty blank linesVolker Lendecke1-2/+2
2010-02-24tdb: handle processes dying during transaction commit.Rusty Russell1-0/+1
2010-02-24tdb: remove lock opsRusty Russell1-2/+0
2010-02-24tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell1-1/+1
2010-02-17tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell1-2/+5
2010-02-17tdb: remove num_locksRusty Russell1-1/+0
2010-02-17tdb: use tdb_nest_lock() for transaction lock.Rusty Russell1-1/+0
2010-02-24tdb: cleanup: tdb_release_extra_locks() helperRusty Russell1-0/+1
2010-02-17tdb: cleanup: tdb_have_extra_locks() helperRusty Russell1-0/+1
2010-02-17tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell1-1/+5
2010-02-17tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell1-1/+1
2010-02-17tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell1-1/+1
2010-02-24tdb: make _tdb_transaction_cancel static.Rusty Russell1-1/+0
2010-02-17tdb: cleanup: split brlock and brunlock methods.Rusty Russell1-4/+18
2010-02-10tdb: give a name to the invalid recovery area constant (0)Rusty Russell1-0/+1
2009-10-23tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher1-9/+9
2009-10-22lib/tdb: TDB_TRACE support (for developers)Rusty Russell1-0/+36
2009-07-20Make tdb transaction lock recursive (samba version)Rusty Russell1-1/+1
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+213