Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-09-14 | tdb2: Make tdb1 use the tdb_file structure. | Rusty Russell | 1 | -27/+38 |
2011-09-14 | tdb2: add TDB_VERSION1 flag. | Rusty Russell | 1 | -1/+1 |
2011-09-14 | tdb2: Make TDB1 code use TDB2's open flags. | Rusty Russell | 1 | -73/+14 |
2011-09-14 | tdb2: approximate INCOMPATIBLE_HASH flag with tdb1_incompatible_hash() | Rusty Russell | 1 | -23/+24 |
2011-09-14 | tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD. | Rusty Russell | 1 | -8/+8 |
2011-09-14 | tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr() | Rusty Russell | 1 | -47/+51 |
2011-09-14 | tdb2: remove TDB1 TDB_NO_FSYNC environment variable hack. | Rusty Russell | 1 | -4/+0 |
2011-09-14 | tdb2: get rid of TDB1 mark and nonblock functions. | Rusty Russell | 1 | -2/+2 |
2011-09-14 | tdb2: remove _PUBLIC_ in tdb1 functions. | Rusty Russell | 1 | -4/+4 |
2011-09-14 | tdb2: Remove unused tdb1 functions. | Rusty Russell | 1 | -112/+0 |
2011-09-14 | tdb2: import TDB1 code. | Rusty Russell | 1 | -0/+609 |