]> git.ozlabs.org Git - ccan/history - ccan/htable/htable_type.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / htable / htable_type.h
2023-03-16 Rusty Russellantithread, htable, ilog: more misc sanitizer complaints.
2020-02-20 Rusty Russellhtable: add htable_type _delval.
2020-02-20 Rusty Russellhtable: fix type of htable_type _pick return.
2020-02-19 Rusty Russellhtable: htable_pick helper to select a random entry.
2019-08-13 Rusty Russellhtable: add htable_count().
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-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.
2011-09-27 Rusty Russellhtable: HTABLE_INITIALIZER() for static initialization.
2011-09-27 Rusty Russellhtable: clean up interface, document htable_type better.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-01-13 Rusty Russellhtable: fix type of cmpfn in htable_type
2010-11-08 Rusty Russellhtable: first implementation