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 |
Rusty Russell
|
18db8f6ff7
tap: fix isdigit and isspace usage.
|
15 years ago |
Rusty Russell
|
b7dedf4344
ciniparser: fix ctype.h usage, and lazy strrchr.
|
15 years ago |
Rusty Russell
|
2621f3adc8
ccanlint: objects_build_with_stringchecks
|
15 years ago |
Rusty Russell
|
ecea073699
str: provide checks for ctype.h char functions, and strstr and strchr functions.
|
15 years ago |
Rusty Russell
|
3f4e83d8ac
build_assert: rename EXPR_BUILD_ASSERT to BUILD_ASSERT_OR_ZERO
|
15 years ago |
Rusty Russell
|
a1d048552e
ccanlint: don't ever used pre-built modules as dependencies.
|
15 years ago |
Rusty Russell
|
298dc12222
ccanlint: fix mangled output for 'make scores'
|
15 years ago |
Brad Hards
|
c6bbde3a1b
tools: avoid needless post increment on size
|
15 years ago |
Rusty Russell
|
4fc9ee3670
tools: actually add non-source files to other_files in manifest
|
15 years ago |
Brad Hards
|
1fe93863f1
alloc: avoid dead store to hdrlen
|
15 years ago |
Brad Hards
|
edede43eef
ciniparser: avoid dead store to sta
|
15 years ago |
Brad Hards
|
48e8d58600
ccan_tokenizer: avoid dead store
|
15 years ago |