Rusty Russell
|
f6067e4cbd
tdb2: tdb_error()
|
15 years ago |
Rusty Russell
|
8d8de08d90
tdb2: TDB_SEQNUM and tdb_get_seqnum support.
|
15 years ago |
Rusty Russell
|
6fdff621a9
tdb2: tdb_name and tdb_fd functions.
|
15 years ago |
Rusty Russell
|
374eb28b1e
tdb2: remove tdb_null
|
15 years ago |
Rusty Russell
|
a4393df8ed
tdb2: tdb_deq: inline helper for comparing two struct tdb_data
|
15 years ago |
Rusty Russell
|
a97da100b0
tdb2: implement tdb_exists and tdb_parse_record
|
15 years ago |
Rusty Russell
|
74b0109ebd
tdb2: begin tdb1 to tdb2 porting guide.
|
15 years ago |
Rusty Russell
|
bb4d59ee1e
tdb2: allow multiple opens of the same file.
|
15 years ago |
Rusty Russell
|
2960e90f2d
tdb2: set owner for locks
|
15 years ago |
Rusty Russell
|
6892edd66e
tdb2: rename tdb_lock_type to tdb_lock
|
15 years ago |
Rusty Russell
|
41e027e11e
tdb2: move mmap into struct tdb_file
|
15 years ago |
Rusty Russell
|
1ad66fedf8
tdb2: move file operations into separate structure
|
15 years ago |
Rusty Russell
|
ba370093a0
tdb2: fix leak in test/run-remap-in-read_traverse.c
|
15 years ago |
Rusty Russell
|
efdf0f2d8f
tdb2: move open routines into a separate file (open.c)
|
15 years ago |
Rusty Russell
|
9d9a9897b6
tdb2: Implement tdb_get_flags, tdb_add_flag and tdb_remove_flag.
|
15 years ago |
Rusty Russell
|
ed81f39468
tdb2: make sure records with extra padding have a 0 byte.
|
15 years ago |
Rusty Russell
|
812391f15f
tdb2: avoid writing uninitialized bytes in test/layout.c
|
15 years ago |
Rusty Russell
|
2b5cb9bd6b
tdb2: feature support.
|
15 years ago |
Rusty Russell
|
a0e0927e1f
tdb2: make tdb_check typesafe.
|
15 years ago |
Rusty Russell
|
5d226247fd
tdb2: typesafe traverse function
|
15 years ago |
Rusty Russell
|
95c98eb3ee
tdb2: check for invalid flags in tdb_open.
|
15 years ago |
Rusty Russell
|
0cbedc52e5
tdb2: fix two bogus returns in check.c
|
15 years ago |
Rusty Russell
|
751a8a34d0
tdb2: use vasprintf.
|
15 years ago |
Rusty Russell
|
e5bb37eaf3
tdb2: use config.h instead of setting _XOPEN_SOURCE etc.
|
15 years ago |
Rusty Russell
|
f82eddef12
tdb2: update tools/speed.c, tools/tdbtool.c and tools/tdbtorture.c to new API
|
15 years ago |
Rusty Russell
|
c8c9a4693b
tdb2: clear bogus gcc uninitialized warnings with -O3
|
15 years ago |
Rusty Russell
|
e50b1a0722
failtest: include config.h first
|
15 years ago |
Rusty Russell
|
f31fde4598
ccanlint: fix gdb line in tests_pass helper.
|
15 years ago |
Rusty Russell
|
3b200f895c
tools: fix ctype.h and string usage.
|
15 years ago |
Rusty Russell
|
02bdd9ac60
str: replacements for ctype functions.
|
15 years ago |