Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-09-14 | tdb2: log allocation failures in tdb1 backend. | Rusty Russell | 1 | -0/+3 |
2011-09-14 | tdb2: add stats to tdb1 backend. | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: unify tdb1_parse_record into tdb_parse_record | Rusty Russell | 1 | -9/+9 |
2011-09-14 | tdb2: unify tdb1_open into tdb_open | Rusty Russell | 1 | -0/+7 |
2011-09-14 | tdb2: merge tdb1_context into tdb_context. | Rusty Russell | 1 | -33/+33 |
2011-09-14 | tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code. | Rusty Russell | 1 | -3/+9 |
2011-09-14 | tdb2: Make tdb1 use the tdb_file structure. | Rusty Russell | 1 | -45/+48 |
2011-09-14 | tdb2: Make TDB1 code use TDB2's open flags. | Rusty Russell | 1 | -7/+7 |
2011-09-14 | tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD. | Rusty Russell | 1 | -3/+3 |
2011-09-14 | tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr() | Rusty Russell | 1 | -49/+55 |
2011-09-14 | tdb2: import TDB1 code. | Rusty Russell | 1 | -0/+490 |