Age | Commit message (Expand) | Author | Files | Lines |
2011-12-25 | tdb: Use tdb_parse_record in tdb_update_hash | Volker Lendecke | 1 | -11/+15 |
2011-12-19 | tdb2: Avoid a malloc/memcpy in _tdb1_store | Volker Lendecke | 1 | -19/+8 |
2011-09-14 | tdb2: don't continue if tdb1_find fails. | Rusty Russell | 1 | -16/+37 |
2011-09-14 | tdb2: log allocation failures in tdb1 backend. | Rusty Russell | 1 | -1/+3 |
2011-09-14 | tdb2: add stats to tdb1 backend. | Rusty Russell | 1 | -5/+12 |
2011-09-14 | tdb2: increment seqnum on tdb_wipe_all in tdb1 backend. | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: log an error when calling tdb_store() on read-only TDB in tdb1 backend. | Rusty Russell | 1 | -1/+3 |
2011-09-14 | tdb2: make tdb1_null static. | Rusty Russell | 1 | -4/+5 |
2011-09-14 | tdb2: tdb_repack | Rusty Russell | 1 | -102/+0 |
2011-09-14 | tdb2: unify tdb1_parse_record into tdb_parse_record | Rusty Russell | 1 | -25/+7 |
2011-09-14 | tdb2: unify tdb1_chainlock et al. into tdb_chainlock | Rusty Russell | 1 | -8/+3 |
2011-09-14 | tdb2: unify tdb1_traverse into tdb_traverse | Rusty Russell | 1 | -2/+2 |
2011-09-14 | tdb2: unify tdb1_store into tdb_store | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: unify tdb1_delete into tdb_delete. | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: unify tdb1_append into tdb_append | Rusty Russell | 1 | -0/+2 |
2011-09-14 | tdb2: unify tdb1_fetch into tdb_fetch | Rusty Russell | 1 | -4/+5 |
2011-09-14 | tdb2: unify tdb1_store into tdb_store | Rusty Russell | 1 | -0/+3 |
2011-09-14 | tdb2: unify tdb1_open into tdb_open | Rusty Russell | 1 | -7/+7 |
2011-09-14 | tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZE | Rusty Russell | 1 | -6/+6 |
2011-09-14 | tdb2: make tdb1_open use attributes for logging, hash function. | Rusty Russell | 1 | -1/+1 |
2011-09-14 | tdb2: merge tdb1_context into tdb_context. | Rusty Russell | 1 | -45/+45 |
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 | -6/+6 |
2011-09-14 | tdb2: Make tdb1 use the tdb_file structure. | Rusty Russell | 1 | -3/+3 |
2011-09-14 | tdb2: Make TDB1 code use TDB2's open flags. | Rusty Russell | 1 | -5/+5 |
2011-09-14 | tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD. | Rusty Russell | 1 | -29/+29 |
2011-09-14 | tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr() | Rusty Russell | 1 | -43/+51 |
2011-09-14 | tdb2: get rid of TDB1 mark and nonblock functions. | Rusty Russell | 1 | -1/+1 |
2011-09-14 | tdb2: remove _PUBLIC_ in tdb1 functions. | Rusty Russell | 1 | -13/+13 |
2011-09-14 | tdb2: Remove unused tdb1 functions. | Rusty Russell | 1 | -78/+0 |
2011-09-14 | tdb2: import TDB1 code. | Rusty Russell | 1 | -0/+993 |