summaryrefslogtreecommitdiffstats
path: root/lib/tdb/common/open.c
Commit message (Expand)AuthorAgeFilesLines
* tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignmentsMatthias Dieter Wallnöfer2010-11-271-2/+2
* tdb: set tdb->name early, as it's needed for tdb_name()Stefan Metzmacher2010-11-121-6/+27
* tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)Jelmer Vernooij2010-10-211-9/+9
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-09-271-3/+18
* tdb: automatically identify Jenkins hash tdbsRusty Russell2010-09-271-14/+27
* tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell2010-09-271-15/+1
* lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner2010-09-201-1/+1
* tdb: added TDB_NO_FSYNC env variableAndrew Tridgell2010-09-161-0/+4
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-09-131-1/+54
* 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-051-15/+1
* tdb: Fix indentation in tdb_new_database()Volker Lendecke2010-03-251-1/+1
* Fix some nonempty blank linesVolker Lendecke2010-03-251-4/+4
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-02-241-5/+10
* tdb: use tdb_nest_lock() for open lock.Rusty Russell2010-02-221-2/+3
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-02-171-1/+1
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-02-171-1/+1
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-02-171-4/+4
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-02-171-9/+9
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-11-201-0/+17
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-11-201-4/+3
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-10-291-1/+3
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-10-221-2/+4
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-10-221-2/+29
* 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
* tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell2009-07-311-6/+13
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-07-311-5/+10
* tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell2009-07-311-5/+0
* lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() sh...Stefan Metzmacher2009-02-251-0/+5
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+488