Age | Commit message (Expand) | Author | Files | Lines |
2010-10-21 | tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898) | Jelmer Vernooij | 1 | -7/+7 |
2010-07-01 | tdb: fix the build on mac os x 10.6.4. | Günther Deschner | 1 | -0/+4 |
2010-03-26 | tdb: Add a non-blocking version of tdb_transaction_start | Volker Lendecke | 1 | -2/+15 |
2010-03-25 | Fix some nonempty blank lines | Volker Lendecke | 1 | -11/+11 |
2010-02-24 | tdb: handle processes dying during transaction commit. | Rusty Russell | 1 | -0/+25 |
2010-02-24 | tdb: don't truncate tdb on recovery | Rusty Russell | 1 | -10/+0 |
2010-02-24 | tdb: remove lock ops | Rusty Russell | 1 | -21/+0 |
2010-02-24 | tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks() | Rusty Russell | 1 | -2/+1 |
2010-02-24 | tdb: cleanup: remove ltype argument from _tdb_transaction_cancel. | Rusty Russell | 1 | -17/+13 |
2010-02-17 | tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgrade | Rusty Russell | 1 | -7/+5 |
2010-02-22 | tdb: use tdb_nest_lock() for open lock. | Rusty Russell | 1 | -12/+5 |
2010-02-24 | tdb: cleanup: tdb_release_extra_locks() helper | Rusty Russell | 1 | -17/+1 |
2010-02-17 | tdb: cleanup: tdb_have_extra_locks() helper | Rusty Russell | 1 | -2/+2 |
2010-02-17 | tdb: cleanup: tdb_nest_lock/tdb_nest_unlock | Rusty Russell | 1 | -1/+1 |
2010-02-17 | tdb: cleanup: rename global_lock to allrecord_lock. | Rusty Russell | 1 | -5/+5 |
2010-02-17 | tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK. | Rusty Russell | 1 | -12/+12 |
2010-02-24 | tdb: make _tdb_transaction_cancel static. | Rusty Russell | 1 | -1/+1 |
2010-02-17 | tdb: cleanup: split brlock and brunlock methods. | Rusty Russell | 1 | -26/+39 |
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 | 1 | -3/+3 |
2010-02-01 | tdb: fix an early release of the global lock that can cause data corruption | Volker Lendecke | 1 | -5/+10 |
2009-11-20 | tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior | Stefan Metzmacher | 1 | -3/+11 |
2009-11-20 | New attempt at TDB transaction nesting allow/disallow. | Ronnie Sahlberg | 1 | -0/+11 |
2009-10-23 | tdb: rename 'struct list_struct' into 'struct tdb_record' | Stefan Metzmacher | 1 | -6/+6 |
2009-10-22 | lib/tdb: wean off TDB_ERRCODE. | Rusty Russell | 1 | -1/+2 |
2009-10-22 | lib/tdb: TDB_TRACE support (for developers) | Rusty Russell | 1 | -20/+35 |
2009-09-15 | tdb: allow reads after prepare commit | Andrew Tridgell | 1 | -8/+0 |
2009-06-01 | auto-repack in transactions that expand the tdb | Andrew Tridgell | 1 | -0/+12 |
2009-05-28 | make TDB_NOSYNC affect all the fsync/msync calls in transactions | Andrew Tridgell | 1 | -5/+7 |
2009-03-31 | tdb: Remove unused variable | Tim Prouty | 1 | -1/+0 |
2009-03-31 | Add tdb_transaction_prepare_commit() | Howard Chu | 1 | -52/+124 |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+1119 |