]> git.ozlabs.org Git - ccan/history - ccan/htable
tdb2: catch errors in tdb1_needs_recovery()
[ccan] / ccan / htable /
2011-08-29 Rusty Russellhtable: fix tools/speed.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-07-21 Rusty Russellhtable: relicense under LGPL
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
2011-01-13 Rusty Russellhtable: fix type of cmpfn in htable_type
2010-11-10 Rusty RussellMerge branch 'ronnie'
2010-11-09 Rusty Russellcompiler: shorten names of attributes, add UNUSED
2010-11-08 Rusty Russellhtable: push capacity limit from 66 to 75%
2010-11-08 Rusty Russellhtable: restore perfect bit when resizing.
2010-11-08 Rusty Russellhtable: use "perfect" bit to reduce rehashes.
2010-11-08 Rusty Russellhtable: rehash to clear delete markers
2010-11-08 Rusty Russellhtable: speed benchmark
2010-11-08 Rusty Russellhtable: first implementation