summaryrefslogtreecommitdiff
path: root/lib/tdb/common/open.c
AgeCommit message (Expand)AuthorFilesLines
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 Russell1-15/+1
2010-03-25tdb: Fix indentation in tdb_new_database()Volker Lendecke1-1/+1
2010-03-25Fix some nonempty blank linesVolker Lendecke1-4/+4
2010-02-24tdb: use tdb_nest_lock() for active lock.Rusty Russell1-5/+10
2010-02-22tdb: use tdb_nest_lock() for open lock.Rusty Russell1-2/+3
2010-02-17tdb: cleanup: tdb_have_extra_locks() helperRusty Russell1-1/+1
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-4/+4
2010-02-17tdb: cleanup: split brlock and brunlock methods.Rusty Russell1-9/+9
2009-11-20tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher1-0/+17
2009-11-20tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher1-4/+3
2009-10-29tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov1-1/+3
2009-10-22lib/tdb: wean off TDB_ERRCODE.Rusty Russell1-2/+4
2009-10-22lib/tdb: TDB_TRACE support (for developers)Rusty Russell1-2/+29
2009-08-28lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell1-5/+7
2009-08-06Add define guards around otherwise unused variable.Jeremy Allison1-0/+3
2009-07-31tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell1-6/+13
2009-07-31tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell1-5/+10
2009-07-31tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell1-5/+0
2009-02-25lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() sh...Stefan Metzmacher1-0/+5
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+488