Commit History

Author SHA1 Message Date
  Rusty Russell acfeff3aee tdb2: rework tdb.c internal functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell 8d3d18c5dc tdb2: rework summary.c internal functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell 91505ce279 tdb2: rework check.c internal functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell 3d917ba6df tdb2: rework transaction.c internal functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell 3835bb95d7 tdb2: rework free.c functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell c02f63e60c tdb2: rework hash.c functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell 323a9473c0 tdb2: rework remaining io.c functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell 1d4d21dfb5 tdb2: rework some io.c functions to encode errors in their pointer returns. 15 years ago
  Rusty Russell 7d6312518b tdb2: rework some io.c functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell 012f68a073 tdb2: rework io functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell 2a585ebca2 tdb2: restore file filling code. 15 years ago
  Rusty Russell 850c5cfed4 tdb2: rework lock.c functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell 50b15fbd06 tdb2: rework lock.c static functions to return enum TDB_ERROR. 15 years ago
  Rusty Russell f6d1f564b9 tdb2: Internal error helpers. 15 years ago
  Rusty Russell 74c15d72a2 tdb2: make error numbers negative. 15 years ago
  Rusty Russell b24f8e2ae5 tdb2: remove tdb_traverse_read 15 years ago
  Rusty Russell 39b9d9ef8c tdb2: add comments to tdb2.h, reorder for maximum readability. 15 years ago
  Rusty Russell aad8ffcb5a tdb2: remove redundant pending transaction error check. 15 years ago
  Rusty Russell 52c4843176 tdb2: remove tdb_hashfn_t prototype 15 years ago
  Rusty Russell 02d83e6adf tdb2: remove nesting support. 15 years ago
  Rusty Russell 587982955c tdb2: simplify logging levels, rename TDB_DEBUG_* to TDB_LOG_* 15 years ago
  Rusty Russell 0aa58f6e60 tdb2: remove extraneous whitespace. 15 years ago
  Rusty Russell a2083afe4b tdb2: fix leak on lock failure during open. 15 years ago
  Rusty Russell 0a05a80855 tdb2: log as a ERROR (not as TRACE) when unlocking fails. 15 years ago
  Rusty Russell 1e8fde07b5 tdb2: log a message on allocation failure in tdb_check() 15 years ago
  Rusty Russell 8da574fe7c tdb2: log an error when out of memory formatting message. 15 years ago
  Rusty Russell ac8e5733a4 tdb2: close memory leak in traverse. 15 years ago
  Rusty Russell 71c1a95f1a tdb2: close memory leak in tdb_check() 15 years ago
  Rusty Russell 871277c1da tdb2: use failtest for opening and checking database. 15 years ago
  Rusty Russell c56e2b1b5e tdb2: fix leak in tests. 15 years ago