Age | Commit message (Expand) | Author | Files | Lines |
2010-02-24 | tdb: cleanup: always grab allrecord lock to infinity. | Rusty Russell | 1 | -7/+3 |
2010-02-17 | tdb: remove num_locks | Rusty Russell | 2 | -11/+2 |
2010-02-17 | tdb: use tdb_nest_lock() for seqnum lock. | Rusty Russell | 1 | -3/+3 |
2010-02-24 | tdb: use tdb_nest_lock() for active lock. | Rusty Russell | 2 | -5/+18 |
2010-02-22 | tdb: use tdb_nest_lock() for open lock. | Rusty Russell | 3 | -15/+10 |
2010-02-17 | tdb: use tdb_nest_lock() for transaction lock. | Rusty Russell | 2 | -32/+23 |
2010-02-17 | tdb: cleanup: find_nestlock() helper. | Rusty Russell | 1 | -28/+23 |
2010-02-24 | tdb: cleanup: tdb_release_extra_locks() helper | Rusty Russell | 3 | -17/+22 |
2010-02-17 | tdb: cleanup: tdb_have_extra_locks() helper | Rusty Russell | 4 | -5/+17 |
2010-02-17 | tdb: don't suppress the transaction lock because of the allrecord lock. | Rusty Russell | 1 | -6/+0 |
2010-02-17 | tdb: cleanup: tdb_nest_lock/tdb_nest_unlock | Rusty Russell | 3 | -45/+67 |
2010-02-17 | tdb: cleanup: rename global_lock to allrecord_lock. | Rusty Russell | 5 | -29/+29 |
2010-02-17 | tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK. | Rusty Russell | 3 | -17/+17 |
2010-02-24 | tdb: make _tdb_transaction_cancel static. | Rusty Russell | 2 | -2/+1 |
2010-02-17 | tdb: cleanup: split brlock and brunlock methods. | Rusty Russell | 7 | -117/+235 |
2010-02-22 | Spelling fixes for tdb. | Brad Hards | 2 | -2/+2 |
2010-02-13 | tdb: use fdatasync() instead of fsync() in transactions | Andrew Tridgell | 1 | -1/+1 |
2010-02-13 | tdb: Apply some const, just for clarity | Volker Lendecke | 1 | -1/+1 |
2010-02-10 | tdb: fix recovery reuse after crash | Rusty Russell | 1 | -4/+10 |
2010-02-10 | tdb: give a name to the invalid recovery area constant (0) | Rusty Russell | 3 | -4/+5 |
2010-02-08 | release-scripts: parametrize scripts | Simo Sorce | 2 | -48/+67 |
2010-02-06 | tdb: raise version to 1.2.1 | Simo Sorce | 1 | -1/+1 |
2010-02-01 | tdb: fix an early release of the global lock that can cause data corruption | Volker Lendecke | 1 | -5/+10 |
2010-01-06 | tdb: fix standalone 'make installdocs' | Stefan Metzmacher | 2 | -3/+4 |
2010-01-06 | tdb: create symbol links to shared libraries see https://bugzilla.samba.org/s... | Brian Lu | 1 | -0/+4 |
2009-12-21 | tdb: Also build and install tdb manpages from standalone tdb. | Jelmer Vernooij | 7 | -3/+459 |
2009-12-21 | tdb: Fix formatting of API check file. | Jelmer Vernooij | 1 | -1/+1 |
2009-12-17 | tdbtool: avoid using c++ reserved words. | Günther Deschner | 1 | -2/+2 |
2009-12-07 | Fix release script with newer versins of git | Simo Sorce | 1 | -1/+1 |
2009-11-20 | tdb tools: Mostly cosmetic adaptions | Matthias Dieter Wallnöfer | 2 | -8/+9 |
2009-11-20 | tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTING | Stefan Metzmacher | 1 | -1/+1 |
2009-11-20 | tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior | Stefan Metzmacher | 5 | -3/+63 |
2009-11-20 | New attempt at TDB transaction nesting allow/disallow. | Ronnie Sahlberg | 2 | -1/+14 |
2009-11-20 | tdb: always set tdb->tracefd to -1 to be safe on goto fail | Stefan Metzmacher | 1 | -4/+3 |
2009-11-08 | tdb: Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |
2009-10-29 | tdb: update README a bit | Kirill Smelkov | 1 | -8/+1 |
2009-10-29 | tdb: add tests for double .close() in pytdb | Kirill Smelkov | 1 | -0/+9 |
2009-10-29 | tdb: reset tdb->fd to -1 in tdb_close() | Kirill Smelkov | 1 | -1/+3 |
2009-10-29 | tdb: fix typo in python's Tdb.get() docstring | Kirill Smelkov | 1 | -1/+1 |
2009-10-29 | tdb: kill last bits from swig | Kirill Smelkov | 2 | -6/+1 |
2009-10-25 | tdb: detect tdb store of identical records and skip | Andrew Tridgell | 1 | -0/+20 |
2009-10-23 | tdb: rename 'struct list_struct' into 'struct tdb_record' | Stefan Metzmacher | 9 | -54/+54 |
2009-10-22 | lib/tdb: make tdbtool use tdb_check() for "check" command | Rusty Russell | 1 | -14/+30 |
2009-10-22 | lib/tdb: add tdb_check() | Rusty Russell | 8 | -3/+441 |
2009-10-22 | lib/tdb: add -t (always use transactions) option to tdbtorture | Rusty Russell | 1 | -12/+29 |
2009-10-22 | lib/tdb: wean off TDB_ERRCODE. | Rusty Russell | 9 | -40/+59 |
2009-10-22 | lib/tdb: TDB_TRACE support (for developers) | Rusty Russell | 7 | -55/+402 |
2009-10-20 | tdb: fixed the intermittent failure of tdbtorture in the build farm | Andrew Tridgell | 1 | -2/+5 |
2009-09-21 | tdb:tdbtool: fix indentation. | Michael Adam | 1 | -178/+177 |
2009-09-21 | tdb:tdbtool: add transaction_start/_commit/_cancel commands. | Michael Adam | 1 | -0/+21 |