Rusty Russell
|
4640e61b45
ccanlint: compile tests in parallel
|
14 years ago |
Rusty Russell
|
0ce66a1153
ccanlint: infrastructure to run commands async.
|
14 years ago |
Rusty Russell
|
73753f596f
tools: fix realloc bug.
|
14 years ago |
Daniel Burke
|
ce859a2e6a
ttxml: zero terminate the buffer after checking it was allocated
|
14 years ago |
Daniel Burke
|
1988b0b627
ttxml: covering my shame
|
14 years ago |
Daniel Burke
|
4cb3b393d7
ttxml: modified it to use a smaller buffer during testing
|
14 years ago |
Daniel Burke
|
63afde339f
ttxml: ccanlint fixes finished
|
14 years ago |
Daniel Burke
|
125256815e
ttxml: added drop static keyword
|
14 years ago |
Daniel Burke
|
5081093683
ttxml: Passes Valgrind now
|
14 years ago |
Daniel Burke
|
385e0e538b
ttxml: Rplaced ratchet buffer with regular buffer, 20x speed increase
|
14 years ago |
Rusty Russell
|
b679512e42
tdb2: fix error handling for tdb1_transaction_commit.
|
14 years ago |
Rusty Russell
|
077bdae687
tdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transaction write fail.
|
14 years ago |
Rusty Russell
|
6d3832ee61
tdb2: fix prototypes which return enum TDB_ERROR.
|
14 years ago |
Rusty Russell
|
feb36b1427
tdb2: set tdb_error() on tdb_transaction_prepare_commit.
|
14 years ago |
Rusty Russell
|
9cbae0f976
tdb2: enhance tdb1 porting document.
|
14 years ago |
Rusty Russell
|
e42097b73f
tdb2: delete old tdb1 tests.
|
14 years ago |
Rusty Russell
|
b3ae89992e
tdb2: test: Speed up run-01-new_database.
|
14 years ago |
Rusty Russell
|
a99c2ccf97
tdb2: speed up testing.
|
14 years ago |
Rusty Russell
|
c4ca9f5430
tdb2: test: convert (non-invasive) run tests to api tests.
|
14 years ago |
Rusty Russell
|
d9cbd7d445
tdb2: test: fix run-57-die-during-transaction.c to be more efficient.
|
14 years ago |
Rusty Russell
|
1be090a2d7
tdb2: don't continue if tdb1_find fails.
|
14 years ago |
Rusty Russell
|
818ed29730
tdb2: test: try (almost) all tests with TDB_VERSION1 flag.
|
14 years ago |
Rusty Russell
|
670ba98f74
tdb2: log allocation failures in tdb1 backend.
|
14 years ago |
Rusty Russell
|
ba5bb8eae6
tdb2: fix bogus error from tdb_unlockall() after fork in tdb1 backend.
|
14 years ago |
Rusty Russell
|
bef6f1b02e
tdb2: check lock owner in tdb1 backend.
|
14 years ago |
Rusty Russell
|
27647f9466
tdb2: return TDB_ERR_RDONLY from transactions on R/O databases, log nesting
|
14 years ago |
Rusty Russell
|
a3e4ebff2e
tdb2: add stats to tdb1 backend.
|
14 years ago |
Rusty Russell
|
79dee5018a
tdb2: increment seqnum on tdb_wipe_all in tdb1 backend.
|
14 years ago |
Rusty Russell
|
b236a8dcc3
tdb2: log an error when calling tdb_store() on read-only TDB in tdb1 backend.
|
14 years ago |
Rusty Russell
|
332d0c29ba
tdb2: catch errors in tdb1_needs_recovery()
|
14 years ago |