Rusty Russell
|
ef92843f2c
tdb2: unify tdb1_check and tdb1_summary into tdb_check and tdb_summary.
|
14 years ago |
Rusty Russell
|
6bc8ea0123
tdb2: unify tdb1_transaction_start etc. into tdb_transaction_start.
|
14 years ago |
Rusty Russell
|
3352e4e947
tdb2: unify tdb1_parse_record into tdb_parse_record
|
14 years ago |
Rusty Russell
|
ceb2f3eacb
tdb2: unify tdb1_chainlock et al. into tdb_chainlock
|
14 years ago |
Rusty Russell
|
cc2d609dfc
tdb2: unify tdb1_traverse into tdb_traverse
|
14 years ago |
Rusty Russell
|
2bba2a856a
tdb2: unify tdb1_store into tdb_store
|
14 years ago |
Rusty Russell
|
acb26c9c3e
tdb2: unify tdb1_delete into tdb_delete.
|
14 years ago |
Rusty Russell
|
8bc38cb177
tdb2: unify tdb1_append into tdb_append
|
14 years ago |
Rusty Russell
|
08c05da588
tdb2: unify tdb1_fetch into tdb_fetch
|
14 years ago |
Rusty Russell
|
98c754ffe6
tdb2: unify tdb1_store into tdb_store
|
14 years ago |
Rusty Russell
|
c8c3b35686
tdb2: unify tdb1_open into tdb_open
|
14 years ago |
Rusty Russell
|
fc44729c47
tdb2: disallow SEED attribute with TDB_VERSION1.
|
14 years ago |
Rusty Russell
|
49475d68de
tdb2: add TDB_ATTRIBUTE_TDB1_HASHSIZE
|
14 years ago |
Rusty Russell
|
a446f1d4d1
tdb2: make tdb1_open use attributes for logging, hash function.
|
14 years ago |
Rusty Russell
|
c8f6f8c2de
tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash.
|
14 years ago |
Rusty Russell
|
97224cbbe2
tdb2: remove double-open detection for TDB1 databases.
|
14 years ago |
Rusty Russell
|
bbeb528e74
tdb2: merge tdb1_context into tdb_context.
|
14 years ago |
Rusty Russell
|
4dc29a338f
tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code.
|
14 years ago |
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 |