summaryrefslogtreecommitdiffstats
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
...
* tdb: suppress record write locks when allrecord lock is taken.Rusty Russell2010-02-241-0/+9
* tdb: cleanup: always grab allrecord lock to infinity.Rusty Russell2010-02-241-7/+3
* tdb: remove num_locksRusty Russell2010-02-172-11/+2
* tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell2010-02-171-3/+3
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-02-242-5/+18
* tdb: use tdb_nest_lock() for open lock.Rusty Russell2010-02-223-15/+10
* tdb: use tdb_nest_lock() for transaction lock.Rusty Russell2010-02-172-32/+23
* tdb: cleanup: find_nestlock() helper.Rusty Russell2010-02-171-28/+23
* tdb: cleanup: tdb_release_extra_locks() helperRusty Russell2010-02-243-17/+22
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-02-174-5/+17
* tdb: don't suppress the transaction lock because of the allrecord lock.Rusty Russell2010-02-171-6/+0
* tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell2010-02-173-45/+67
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-02-175-29/+29
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-02-173-17/+17
* tdb: make _tdb_transaction_cancel static.Rusty Russell2010-02-242-2/+1
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-02-177-117/+235
* Spelling fixes for tdb.Brad Hards2010-02-222-2/+2
* tdb: use fdatasync() instead of fsync() in transactionsAndrew Tridgell2010-02-131-1/+1
* tdb: Apply some const, just for clarityVolker Lendecke2010-02-131-1/+1
* tdb: fix recovery reuse after crashRusty Russell2010-02-101-4/+10
* tdb: give a name to the invalid recovery area constant (0)Rusty Russell2010-02-103-4/+5
* release-scripts: parametrize scriptsSimo Sorce2010-02-082-48/+67
* tdb: raise version to 1.2.1tdb-1.2.1Simo Sorce2010-02-061-1/+1
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-011-5/+10
* tdb: fix standalone 'make installdocs'Stefan Metzmacher2010-01-062-3/+4
* tdb: create symbol links to shared libraries see https://bugzilla.samba.org/s...Brian Lu2010-01-061-0/+4
* tdb: Also build and install tdb manpages from standalone tdb.Jelmer Vernooij2009-12-217-3/+459
* tdb: Fix formatting of API check file.Jelmer Vernooij2009-12-211-1/+1
* tdbtool: avoid using c++ reserved words.Günther Deschner2009-12-171-2/+2
* Fix release script with newer versins of gitSimo Sorce2009-12-071-1/+1
* tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-11-202-8/+9
* tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTINGtdb-1.2.0Stefan Metzmacher2009-11-201-1/+1
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-11-205-3/+63
* New attempt at TDB transaction nesting allow/disallow.Ronnie Sahlberg2009-11-202-1/+14
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-11-201-4/+3
* tdb: Fix a C++ warningVolker Lendecke2009-11-081-1/+2
* tdb: update README a bitKirill Smelkov2009-10-291-8/+1
* tdb: add tests for double .close() in pytdbKirill Smelkov2009-10-291-0/+9
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-10-291-1/+3
* tdb: fix typo in python's Tdb.get() docstringKirill Smelkov2009-10-291-1/+1
* tdb: kill last bits from swigKirill Smelkov2009-10-292-6/+1
* tdb: detect tdb store of identical records and skipAndrew Tridgell2009-10-251-0/+20
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-10-239-54/+54
* lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell2009-10-221-14/+30
* lib/tdb: add tdb_check()Rusty Russell2009-10-228-3/+441
* lib/tdb: add -t (always use transactions) option to tdbtortureRusty Russell2009-10-221-12/+29
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-10-229-40/+59
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-10-227-55/+402
* tdb: fixed the intermittent failure of tdbtorture in the build farmAndrew Tridgell2009-10-201-2/+5
* tdb:tdbtool: fix indentation.Michael Adam2009-09-211-178/+177