]> git.ozlabs.org Git - ccan/history - ccan/htable
aga,agar: Rename aga_dijkstra_all_paths()
[ccan] / ccan / htable /
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-05-31 Cody P Schaferhtable/htable_type: allow keyof to be a simple macro
2016-05-31 Cody P Schaferhtable/htable_type: avoid warning about an unused argument
2016-04-26 Rusty Russellhtable: add iterators to htable_type.
2016-02-02 David Gibsonhtable: Mark functions constructed by HTABLE_DEFINE_TYP...
2015-05-12 Rusty Russellhtable: add pre-sized option.
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2014-06-13 Rusty Russellccan/htable: fix tools warning for 64-bit systems.
2014-06-10 Rusty Russellhtable: update tools for time changes.
2014-06-10 Rusty Russellhtable: tools: use tal instead of talloc.
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: benchmark against hsearch(3)
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-09-26 Rusty Russellhtable, strset: benchmarking tools.
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