Rusty Russell
|
89f1301ed2
compiler: header for compiler-specific wrappers.
|
15 years ago |
Rusty Russell
|
a8e0cfb1b0
ccanlint: handle gcov where there's actually no C code
|
15 years ago |
Rusty Russell
|
93aefd2838
antithread: flesh out _info, update licence to GPLv3.
|
15 years ago |
Rusty Russell
|
1f6476b05d
antithread: update example Makefile and arabella example.
|
15 years ago |
Rusty Russell
|
9f43b2f8b5
alloc: fix case where poolsize is not a power of 2.
|
15 years ago |
Rusty Russell
|
82569e8c31
hash: fix overrun in test code.
|
15 years ago |
Rusty Russell
|
f9492529ff
tools/ccanlint: extract examples in separate test.
|
15 years ago |
Rusty Russell
|
e58a81a861
alloc: fix uninitialized entry (thanks valgrind!)
|
15 years ago |
Rusty Russell
|
81defbc32d
tdb2: tools/
|
15 years ago |
Rusty Russell
|
43d881a232
tdb: separate key and data size summary in tdb_summary().
|
15 years ago |
Rusty Russell
|
46d8f62015
tdb2: tdb_summary() implementation for tdb2.
|
15 years ago |
Rusty Russell
|
8a462e5a66
tdb2: Move min size constant out where summary.c can see it.
|
15 years ago |
Rusty Russell
|
86028553af
tdb2: don't use probe arg to oob()
|
15 years ago |
Rusty Russell
|
96964cc8c5
tdb: use optimal tally size for summary histograms.
|
15 years ago |
Rusty Russell
|
60b47bf5e0
tally: invert histograms so maximum is on top.
|
15 years ago |
Rusty Russell
|
097857e6c0
tally: don't add extra bucket unless buckets == 0
|
15 years ago |
Rusty Russell
|
fdea8abee4
tally: simplify, add Y axis to graph.
|
15 years ago |
Rusty Russell
|
1c7178a0a9
tdb: implement tdb_summary.
|
15 years ago |
Rusty Russell
|
e0fd4d1173
tally: implement tally_total()
|
15 years ago |
Rusty Russell
|
95bf6d3f65
tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.
|
15 years ago |
Rusty Russell
|
16f4f30fdd
tdb: automatically identify Jenkins hash tdbs
|
15 years ago |
Rusty Russell
|
d117f992bd
tdb: add Bob Jenkins lookup3 hash as helper hash.
|
15 years ago |
Rusty Russell
|
9cbb97f3ac
tdb: add mktdb tool.
|
15 years ago |
Rusty Russell
|
7a36f69eea
tally: new module for tallying numbers.
|
15 years ago |
Rusty Russell
|
4d98de9875
tools: restore -Wmissing-prototypes -Wmissing-declarations
|
15 years ago |
Rusty Russell
|
233e3055c4
tdb: fix test helper to include own header, fix function definition.
|
15 years ago |
Rusty Russell
|
cd1c68c0d9
tdb2: add missing prototype, move tdb_firstkey/tdb_nextkey to traverse.c
|
15 years ago |
Rusty Russell
|
bee60dd0ff
tdb2: implement tdb_firstkey/tdb_nextkey.
|
15 years ago |
Rusty Russell
|
b846677c1e
tdb2: add tdb_errorstr(), clean up error codes.
|
15 years ago |
Rusty Russell
|
b8d05b195b
tdb2: update design doc.
|
15 years ago |