Rusty Russell
|
332d0c29ba
tdb2: catch errors in tdb1_needs_recovery()
|
14 years ago |
Rusty Russell
|
b8e64e9346
tdb2: add tdb_attribute_tdb1_max_dead
|
14 years ago |
Rusty Russell
|
a4f2eb983b
tdb2: expose and document tdb1_incompatible_hash.
|
14 years ago |
Rusty Russell
|
8571daf007
tdb2: make tdb1_null static.
|
14 years ago |
Rusty Russell
|
e487983a40
tdb2: tdb_repack
|
14 years ago |
Rusty Russell
|
b2555a868e
tdb2: unify tdb1_wipe into tdb_wipe.
|
14 years ago |
Rusty Russell
|
57359c26e9
tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into tdb_get_seqnum/tdb_inc_seqnum
|
14 years ago |
Rusty Russell
|
7366486e29
tdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstkey/tdb_nextkey.
|
14 years ago |
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 |