]> git.ozlabs.org Git - ccan/history - ccan/htable/htable.c
various: add LICENSE comments.
[ccan] / ccan / htable / htable.c
2011-07-21 Rusty Russellvarious: add LICENSE comments.
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: first implementation