summaryrefslogtreecommitdiff
path: root/lib/tdb/common
AgeCommit message (Expand)AuthorFilesLines
2009-11-20tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher3-3/+58
2009-11-20New attempt at TDB transaction nesting allow/disallow.Ronnie Sahlberg1-0/+11
2009-11-20tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher1-4/+3
2009-11-08tdb: Fix a C++ warningVolker Lendecke1-1/+2
2009-10-29tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov1-1/+3
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 Metzmacher9-54/+54
2009-10-22lib/tdb: add tdb_check()Rusty Russell1-0/+422
2009-10-22lib/tdb: wean off TDB_ERRCODE.Rusty Russell8-38/+59
2009-10-22lib/tdb: TDB_TRACE support (for developers)Rusty Russell6-55/+356
2009-09-15tdb: allow reads after prepare commitAndrew Tridgell1-8/+0
2009-09-07tdb: fix c++ build warning.Günther Deschner1-2/+2
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-08-06There is one signedness issue in tdb which prevents traverses of TDB recordsRusty Russell1-9/+21
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-07-30realloc() has that horrible overloaded free semantic when size is 0:Rusty Russell1-2/+7
2009-07-30If the record is at the end of the database, pretending it has length 1Rusty Russell1-4/+1
2009-07-21tdb: fix locking errorRusty Russell1-1/+1
2009-07-20Make tdb transaction lock recursive (samba version)Rusty Russell3-21/+20
2009-06-01overallocate all records by 25%Andrew Tridgell1-0/+3
2009-06-01auto-repack in transactions that expand the tdbAndrew Tridgell1-0/+12
2009-05-28make TDB_NOSYNC affect all the fsync/msync calls in transactionsAndrew Tridgell1-5/+7
2009-05-21Detect tight loop in tdb_find()Jim McDonough1-0/+5
2009-03-31tdb: Remove unused variableTim Prouty1-1/+0
2009-03-31Add tdb_transaction_prepare_commit()Howard Chu1-52/+124
2009-02-25lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() sh...Stefan Metzmacher1-0/+5
2008-12-16imported the tdb_repack() code from CTDBAndrew Tridgell1-0/+89
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij11-0/+4679