summaryrefslogtreecommitdiffstats
path: root/lib/tdb/common
Commit message (Expand)AuthorAgeFilesLines
* tdb: allow reads after prepare commitAndrew Tridgell2009-09-151-8/+0
* tdb: fix c++ build warning.Günther Deschner2009-09-071-2/+2
* lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell2009-08-281-5/+7
* Add define guards around otherwise unused variable.Jeremy Allison2009-08-061-0/+3
* There is one signedness issue in tdb which prevents traverses of TDB recordsRusty Russell2009-08-061-9/+21
* tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell2009-07-311-6/+13
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-07-311-5/+10
* tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell2009-07-311-5/+0
* realloc() has that horrible overloaded free semantic when size is 0:Rusty Russell2009-07-301-2/+7
* If the record is at the end of the database, pretending it has length 1Rusty Russell2009-07-301-4/+1
* tdb: fix locking errorRusty Russell2009-07-211-1/+1
* Make tdb transaction lock recursive (samba version)Rusty Russell2009-07-203-21/+20
* overallocate all records by 25%Andrew Tridgell2009-06-011-0/+3
* auto-repack in transactions that expand the tdbAndrew Tridgell2009-06-011-0/+12
* make TDB_NOSYNC affect all the fsync/msync calls in transactionsAndrew Tridgell2009-05-281-5/+7
* Detect tight loop in tdb_find()Jim McDonough2009-05-211-0/+5
* tdb: Remove unused variableTim Prouty2009-03-311-1/+0
* Add tdb_transaction_prepare_commit()Howard Chu2009-03-311-52/+124
* lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() sh...Stefan Metzmacher2009-02-251-0/+5
* imported the tdb_repack() code from CTDBAndrew Tridgell2008-12-161-0/+89
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-1711-0/+4679