Commit History

Author SHA1 Message Date
  Rusty Russell e42097b73f tdb2: delete old tdb1 tests. 14 years ago
  Rusty Russell b3ae89992e tdb2: test: Speed up run-01-new_database. 14 years ago
  Rusty Russell a99c2ccf97 tdb2: speed up testing. 14 years ago
  Rusty Russell c4ca9f5430 tdb2: test: convert (non-invasive) run tests to api tests. 14 years ago
  Rusty Russell d9cbd7d445 tdb2: test: fix run-57-die-during-transaction.c to be more efficient. 14 years ago
  Rusty Russell 1be090a2d7 tdb2: don't continue if tdb1_find fails. 14 years ago
  Rusty Russell 818ed29730 tdb2: test: try (almost) all tests with TDB_VERSION1 flag. 14 years ago
  Rusty Russell 670ba98f74 tdb2: log allocation failures in tdb1 backend. 14 years ago
  Rusty Russell ba5bb8eae6 tdb2: fix bogus error from tdb_unlockall() after fork in tdb1 backend. 14 years ago
  Rusty Russell bef6f1b02e tdb2: check lock owner in tdb1 backend. 14 years ago
  Rusty Russell 27647f9466 tdb2: return TDB_ERR_RDONLY from transactions on R/O databases, log nesting 14 years ago
  Rusty Russell a3e4ebff2e tdb2: add stats to tdb1 backend. 14 years ago
  Rusty Russell 79dee5018a tdb2: increment seqnum on tdb_wipe_all in tdb1 backend. 14 years ago
  Rusty Russell b236a8dcc3 tdb2: log an error when calling tdb_store() on read-only TDB in tdb1 backend. 14 years ago
  Rusty Russell 332d0c29ba tdb2: catch errors in tdb1_needs_recovery() 14 years ago
  Rusty Russell b8e64e9346 tdb2: add tdb_attribute_tdb1_max_dead 14 years ago
  Rusty Russell a4f2eb983b tdb2: expose and document tdb1_incompatible_hash. 14 years ago
  Rusty Russell 8571daf007 tdb2: make tdb1_null static. 14 years ago
  Rusty Russell e487983a40 tdb2: tdb_repack 14 years ago
  Rusty Russell b2555a868e tdb2: unify tdb1_wipe into tdb_wipe. 14 years ago
  Rusty Russell 57359c26e9 tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into tdb_get_seqnum/tdb_inc_seqnum 14 years ago
  Rusty Russell 7366486e29 tdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstkey/tdb_nextkey. 14 years ago
  Rusty Russell ef92843f2c tdb2: unify tdb1_check and tdb1_summary into tdb_check and tdb_summary. 14 years ago
  Rusty Russell 6bc8ea0123 tdb2: unify tdb1_transaction_start etc. into tdb_transaction_start. 14 years ago
  Rusty Russell 3352e4e947 tdb2: unify tdb1_parse_record into tdb_parse_record 14 years ago
  Rusty Russell ceb2f3eacb tdb2: unify tdb1_chainlock et al. into tdb_chainlock 14 years ago
  Rusty Russell cc2d609dfc tdb2: unify tdb1_traverse into tdb_traverse 14 years ago
  Rusty Russell 2bba2a856a tdb2: unify tdb1_store into tdb_store 14 years ago
  Rusty Russell acb26c9c3e tdb2: unify tdb1_delete into tdb_delete. 14 years ago
  Rusty Russell 8bc38cb177 tdb2: unify tdb1_append into tdb_append 14 years ago