]> git.ozlabs.org Git - ccan/history - ccan/htable/htable.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / htable / htable.c
2022-06-17 Rusty Russellhtable: opportunistically avoid delete marker.
2022-06-17 Rusty Russellhtable: increase density from 75% to 87.5%
2022-06-13 Rusty Russellhtable: fix vanishing entries properly.
2022-06-13 Rusty RussellPartial revert "htable: handle v. unlikely case where...
2022-06-12 Rusty RussellRevert "htable: optimize a little more."
2022-06-09 Rusty Russellhtable: optimize a little more.
2022-06-09 Rusty Russellhtable: handle v. unlikely case where entries look...
2020-02-19 Rusty Russellhtable: htable_pick helper to select a random entry.
2019-04-02 Rusty Russellhtable: avoid branch in calculating perfect bit.
2019-04-01 Rusty Russellhtable: reduce size of htable by storing perfect bitnum...
2019-04-01 Rusty Russellhtable: reduce size of htable by calculating max every...
2019-03-04 Rusty Russellhtable: add allocator hooks.
2018-10-12 Rusty Russellhtable: add and integrate htable_check function.
2016-06-06 Rusty Russellhtable: add htable_copy.
2016-06-05 Cody P Schaferhtable: add a htable_prev method to oppose _next
2015-05-12 Rusty Russellhtable: add pre-sized option.
2012-03-19 Rusty RussellMerge branch 'ccantool'
2012-03-09 Rusty Russellhtable: fix bug where first entry has hash of 0 or 1.
2011-09-27 Rusty Russellhtable: HTABLE_INITIALIZER() for static initialization.
2011-09-27 Rusty Russellhtable: clean up interface, document htable_type better.
2011-09-27 Rusty Russellhtable: start empty.
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