Age | Commit message (Expand) | Author | Files | Lines |
2011-11-02 | tdb2: don't be fascist when TDB_VERSION1 is specified. | Rusty Russell | 2 | -5/+40 |
2011-11-01 | tdb2: use HAVE_LIBREPLACE instead of _SAMBA_BUILD_. | Rusty Russell | 3 | -5/+5 |
2011-09-21 | tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2 | Rusty Russell | 1 | -2/+2 |
2011-09-20 | tdb2: allow readonly changes even while holding locks. | Rusty Russell | 1 | -10/+0 |
2011-09-14 | tdb2: remove bogus leftover .orig file. | Rusty Russell | 1 | -618/+0 |
2011-09-14 | tdb2: fix prototypes which return enum TDB_ERROR. | Rusty Russell | 2 | -10/+10 |
2011-09-14 | tdb2: fix return handling in pytdb wrapper. | Rusty Russell | 1 | -8/+10 |
2011-09-14 | tdb2: add error conversion functions. | Rusty Russell | 12 | -91/+97 |
2011-09-14 | tdb2: set tdb_error() on tdb_transaction_prepare_commit. | Rusty Russell | 1 | -1/+1 |
2011-09-14 | tdb2: make tests work in parallel. | Rusty Russell | 6 | -6/+6 |
2011-09-14 | tdb2: fix error handling for tdb1_transaction_commit. | Rusty Russell | 1 | -1/+2 |
2011-09-14 | tdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transaction write fail. | Rusty Russell | 1 | -1/+1 |
2011-09-14 | tdb2: enhance tdb1 porting document. | Rusty Russell | 1 | -0/+28 |
2011-09-14 | tdb2: delete old tdb1 tests. | Rusty Russell | 2 | -394/+0 |
2011-09-14 | tdb2: test: Speed up run-01-new_database. | Rusty Russell | 2 | -7/+78 |
2011-09-14 | tdb2: speed up testing. | Rusty Russell | 2 | -5/+7 |
2011-09-14 | tdb2: test: convert (non-invasive) run tests to api tests. | Rusty Russell | 23 | -23/+115 |
2011-09-14 | tdb2: test: fix run-57-die-during-transaction.c to be more efficient. | Rusty Russell | 3 | -3/+18 |
2011-09-14 | tdb2: don't continue if tdb1_find fails. | Rusty Russell | 1 | -16/+37 |
2011-09-14 | tdb2: test: try (almost) all tests with TDB_VERSION1 flag. | Rusty Russell | 33 | -128/+364 |
2011-09-14 | tdb2: log allocation failures in tdb1 backend. | Rusty Russell | 4 | -12/+30 |
2011-09-14 | tdb2: fix bogus error from tdb_unlockall() after fork in tdb1 backend. | Rusty Russell | 1 | -3/+3 |
2011-09-14 | tdb2: check lock owner in tdb1 backend. | Rusty Russell | 3 | -27/+88 |
2011-09-14 | tdb2: return TDB_ERR_RDONLY from transactions on R/O databases, log nesting | Rusty Russell | 2 | -8/+25 |
2011-09-14 | tdb2: add stats to tdb1 backend. | Rusty Russell | 4 | -5/+26 |
2011-09-14 | tdb2: increment seqnum on tdb_wipe_all in tdb1 backend. | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: log an error when calling tdb_store() on read-only TDB in tdb1 backend. | Rusty Russell | 1 | -1/+3 |
2011-09-14 | tdb2: catch errors in tdb1_needs_recovery() | Rusty Russell | 3 | -9/+23 |
2011-09-14 | tdb2: add tdb_attribute_tdb1_max_dead | Rusty Russell | 8 | -68/+41 |
2011-09-14 | tdb2: expose and document tdb1_incompatible_hash. | Rusty Russell | 2 | -2/+12 |
2011-09-14 | tdb2: make tdb1_null static. | Rusty Russell | 3 | -6/+7 |
2011-09-14 | tdb2: tdb_repack | Rusty Russell | 6 | -105/+148 |
2011-09-14 | tdb2: unify tdb1_wipe into tdb_wipe. | Rusty Russell | 3 | -2/+7 |
2011-09-14 | tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into tdb_get_seqnum/tdb_inc... | Rusty Russell | 5 | -5/+60 |
2011-09-14 | tdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstkey/tdb_nextkey. | Rusty Russell | 3 | -4/+26 |
2011-09-14 | tdb2: unify tdb1_check and tdb1_summary into tdb_check and tdb_summary. | Rusty Russell | 12 | -40/+62 |
2011-09-14 | tdb2: unify tdb1_transaction_start etc. into tdb_transaction_start. | Rusty Russell | 10 | -30/+50 |
2011-09-14 | tdb2: unify tdb1_parse_record into tdb_parse_record | Rusty Russell | 6 | -44/+32 |
2011-09-14 | tdb2: unify tdb1_chainlock et al. into tdb_chainlock | Rusty Russell | 11 | -71/+57 |
2011-09-14 | tdb2: unify tdb1_traverse into tdb_traverse | Rusty Russell | 9 | -26/+40 |
2011-09-14 | tdb2: unify tdb1_store into tdb_store | Rusty Russell | 5 | -6/+10 |
2011-09-14 | tdb2: unify tdb1_delete into tdb_delete. | Rusty Russell | 8 | -10/+16 |
2011-09-14 | tdb2: unify tdb1_append into tdb_append | Rusty Russell | 5 | -4/+11 |
2011-09-14 | tdb2: unify tdb1_fetch into tdb_fetch | Rusty Russell | 11 | -30/+32 |
2011-09-14 | tdb2: unify tdb1_store into tdb_store | Rusty Russell | 20 | -37/+47 |
2011-09-14 | tdb2: unify tdb1_open into tdb_open | Rusty Russell | 30 | -524/+400 |
2011-09-14 | tdb2: disallow SEED attribute with TDB_VERSION1. | Rusty Russell | 2 | -1/+27 |
2011-09-14 | tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZE | Rusty Russell | 27 | -94/+286 |
2011-09-14 | tdb2: make tdb1_open use attributes for logging, hash function. | Rusty Russell | 25 | -210/+229 |
2011-09-14 | tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash. | Rusty Russell | 5 | -16/+20 |