Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-09-14 | tdb2: make tdb1_null static. | Rusty Russell | 1 | -0/+2 |
2011-09-14 | tdb2: unify tdb1_traverse into tdb_traverse | Rusty Russell | 1 | -7/+13 |
2011-09-14 | tdb2: merge tdb1_context into tdb_context. | Rusty Russell | 1 | -41/+41 |
2011-09-14 | tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code. | Rusty Russell | 1 | -2/+2 |
2011-09-14 | tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2 | Rusty Russell | 1 | -1/+1 |
2011-09-14 | tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD. | Rusty Russell | 1 | -7/+7 |
2011-09-14 | tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr() | Rusty Russell | 1 | -10/+23 |
2011-09-14 | tdb2: remove _PUBLIC_ in tdb1 functions. | Rusty Russell | 1 | -4/+4 |
2011-09-14 | tdb2: import TDB1 code. | Rusty Russell | 1 | -0/+352 |