summaryrefslogtreecommitdiff
path: root/lib/tdb/common/tdb.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-03tdb: Add overflow-checking tdb_add_off_tVolker Lendecke1-0/+11
2013-02-05tdb: Remove "header" from tdb_contextVolker Lendecke1-6/+6
2012-12-21tdb: Fix blank line endingsVolker Lendecke1-10/+10
2012-01-06Fix compile when TDB_TRACE is enabled.Ira Cooper1-1/+1
2011-12-25tdb: Use tdb_parse_record in tdb_update_hashVolker Lendecke1-12/+16
2011-12-19tdb: Avoid a malloc/memcpy in _tdb_storeVolker Lendecke1-17/+8
2011-08-16tdb: increment sequence number in tdb_wipe_all().Rusty Russell1-0/+2
2011-03-27tdb: Fix Coverity ID 2192: NO_EFFECTVolker Lendecke1-1/+1
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