summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/tdb/common/tdb.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-build: Remove duplicate tdb libraryAmitay Isaacs2014-06-201-1154/+0
* lib/tdb: Sync tdb from samba git treeAmitay Isaacs2012-04-131-51/+48
* tdb: fix short write logic in tdb_new_databaseRusty Russell2010-08-161-1/+15
* Fix some nonempty blank linesVolker Lendecke2010-04-221-11/+10
* tdb: If tdb_parse_record does not find a record, return -1 instead of 0Volker Lendecke2010-04-221-1/+4
* tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell2010-04-221-3/+3
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-04-221-1/+1
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-04-221-2/+3
* Spelling fixes for tdb.Brad Hards2010-04-221-1/+1
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-12-161-0/+30
* tdb: detect tdb store of identical records and skipAndrew Tridgell2009-12-161-0/+20
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-12-161-15/+15
* Attempt to fix bug 5684Volker Lendecke2009-12-161-1/+1
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-12-161-3/+6
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-12-161-23/+209
* tdb: fix c++ build warning.Günther Deschner2009-12-161-2/+2
* realloc() has that horrible overloaded free semantic when size is 0: current ...Rusty Russell2009-08-041-2/+7
* Port from SAMBA ctdb: commit 936d76802f98d04d9743b2ca8eeeaadd4362db51 Author:...Rusty Russell2009-08-041-0/+89
* Port from SAMBA tdb: commit a91bcbccf8a2243dac57cacec6fdfc9907580f69 Author: ...Rusty Russell2009-08-041-0/+5
* carefully step around the recovery area when doing a tdb_wipe_all. This preventsAndrew Tridgell2008-02-081-33/+47
* fixed a problem with tdb growing after each recoveryAndrew Tridgell2008-02-071-0/+43
* merge from samba4Andrew Tridgell2008-01-181-42/+0
* fixed the bug that caused tdbtorture to failAndrew Tridgell2008-01-141-0/+47
* - added tdb_add_flags() and tdb_remove_flags()Andrew Tridgell2008-01-061-0/+10
* merge from Samba4Andrew Tridgell2008-01-051-1/+5
* convert tdb from u32 to uint32_t to match the current Samba treesAndrew Tridgell2008-01-051-15/+15
* added tdb_wipe_all() functionAndrew Tridgell2008-01-051-1/+55
* avoid write locks during delete checks in traversalsAndrew Tridgell2008-01-051-1/+2
* update lib/tdb from samba4Andrew Tridgell2007-07-101-2/+1
* update lib/replace from samba4Andrew Tridgell2007-07-101-1/+1
* added seqnum propogation code to ctdbAndrew Tridgell2007-05-041-6/+19
* added a tdb_enable_seqnum() functionAndrew Tridgell2007-05-041-0/+8
* merge local copy of tdb from samba4 tdbAndrew Tridgell2007-04-161-27/+237
* added rest of tdb (missed in earlier commit)Andrew Tridgell2007-02-201-0/+441