Commit History

Author SHA1 Message Date
  Rusty Russell 3e46dde212 tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2 14 years ago
  Rusty Russell 8458811a41 tdb2: don't cancel transactions on lock failures in tdb1 backend. 14 years ago
  Rusty Russell a391b2b900 tdb2: suppress tdb1 backend logging when locking returns EINTR or EAGAIN 14 years ago
  Rusty Russell fbad02b680 tdb2: make tdb1 use same low-level lock functions. 14 years ago
  Rusty Russell 60210a73ec tdb2: Make tdb1 use the tdb_file structure. 14 years ago
  Rusty Russell 2b50be90a2 tdb2: add TDB_VERSION1 flag. 14 years ago
  Rusty Russell 22d0e0dc59 tdb2: Make TDB1 code use TDB2's open flags. 14 years ago
  Rusty Russell 3004f7e89a tdb2: approximate INCOMPATIBLE_HASH flag with tdb1_incompatible_hash() 14 years ago
  Rusty Russell 8a47d50d72 tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD. 14 years ago
  Rusty Russell 919937354a tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr() 14 years ago
  Rusty Russell 1e3138a0ad tdb2: make tdb1 headers include tdb2 headers. 14 years ago
  Rusty Russell 0fd5be2955 tdb2: rearrange tdb_context layout so tdb1_context can match 14 years ago
  Rusty Russell 75a6a6ad64 tdb2: remove TDB1 TDB_NO_FSYNC environment variable hack. 14 years ago
  Rusty Russell 444fade529 tdb2: get rid of TDB1 mark and nonblock functions. 14 years ago
  Rusty Russell 39f5529479 tdb2: remove _PUBLIC_ in tdb1 functions. 14 years ago
  Rusty Russell b929638e3c tdb2: Remove unused tdb1 functions. 14 years ago
  Rusty Russell fab544c24c tdb2: test: import tdb1's tests. 14 years ago
  Rusty Russell 5d6194b434 tdb2: include tdb1 source in tests. 14 years ago
  Rusty Russell 19e6c1a250 tdb2: import TDB1 code. 14 years ago
  Rusty Russell 476567430b tdb2: make tests include a single mega-header to simplify future patches 14 years ago
  Rusty Russell 1a0c636bc3 tdb2: tdb_foreach() 14 years ago
  Rusty Russell 2414f26191 tdb2: keep link of every non-internal tdb. 14 years ago
  Rusty Russell 937d0babe9 tdb2: save openhook, allow tdb_get_attribute() on it. 14 years ago
  Rusty Russell b87e14495d tdb2: add TDB_RDONLY flag, allow setting/unsetting it. 14 years ago
  Rusty Russell 91436a2557 tdb2: return TDB_ERR_RDONLY if trying to start a transaction on a R/O tdb. 14 years ago
  Rusty Russell 6b7c3c840e tdb2: save open_flags instead of mmap_flags. 14 years ago
  Rusty Russell 6e3d9e8a66 tdb2: Hand error code to logging function. 14 years ago
  Rusty Russell de432e8f85 tdb2: move transaction lock 14 years ago
  Rusty Russell 3e3ee8b0c1 tdb2: enforce TDB_CONVERT 14 years ago
  Rusty Russell 77658070a3 tdb2: cleanup oob handling. 14 years ago