]> git.ozlabs.org Git - ccan/history - ccan/htable/test
crypto/shachain/tools: update to new rbuf API.
[ccan] / ccan / htable / test /
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-11-06 Rusty Russellhtable: another unused parameter in tests.
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-11-04 Rusty RussellRemove unused main() args in many modules.
2016-06-06 Rusty Russellhtable: allow htable_type keys to be non-pointers.
2016-06-06 Rusty Russellhtable: htable_type add htable_copy.
2016-06-06 Rusty Russellhtable: add htable_copy.
2016-06-05 Cody P Schaferhtable: add a htable_prev method to oppose _next
2016-04-26 Rusty Russellhtable: add iterators to htable_type.
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: clean up interface, document htable_type better.
2011-09-27 Rusty Russellhtable: start empty.
2011-01-13 Rusty Russellhtable: fix type of cmpfn in htable_type
2010-11-08 Rusty Russellhtable: restore perfect bit when resizing.
2010-11-08 Rusty Russellhtable: first implementation