summaryrefslogtreecommitdiff
path: root/lib/tdb/common/tdb.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-21tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)Jelmer Vernooij1-20/+20
2010-05-05tdb: fix short write logic in tdb_new_databaseRusty Russell1-1/+15
2010-03-25Fix some nonempty blank linesVolker Lendecke1-11/+10
2010-02-28tdb: If tdb_parse_record does not find a record, return -1 instead of 0Volker Lendecke1-1/+4
2010-02-17tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell1-3/+3
2010-02-17tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell1-1/+1
2010-02-17tdb: cleanup: split brlock and brunlock methods.Rusty Russell1-2/+3
2010-02-22Spelling fixes for tdb.Brad Hards1-1/+1
2009-11-20tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher1-0/+30
2009-10-25tdb: detect tdb store of identical records and skipAndrew Tridgell1-0/+20
2009-10-23tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher1-15/+15
2009-10-22lib/tdb: wean off TDB_ERRCODE.Rusty Russell1-3/+6
2009-10-22lib/tdb: TDB_TRACE support (for developers)Rusty Russell1-23/+209
2009-09-07tdb: fix c++ build warning.Günther Deschner1-2/+2
2009-07-30realloc() has that horrible overloaded free semantic when size is 0:Rusty Russell1-2/+7
2009-05-21Detect tight loop in tdb_find()Jim McDonough1-0/+5
2008-12-16imported the tdb_repack() code from CTDBAndrew Tridgell1-0/+89
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+802