]> git.ozlabs.org Git - ccan/history - ccan/strset
lbalance: Switch to tlist2
[ccan] / ccan / strset /
2015-09-29 Rusty Russellccanlint: enhance and streamline "output" testing lines.
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2014-06-10 Rusty Russellstrset: fix up tools for new ccan/time API.
2014-06-10 Rusty Russellstrset: use tal instead of talloc in examples and tools.
2014-06-10 Rusty Russellstrset: update tools for new ABI
2014-06-10 Rusty Russellstrset: update ccan/time usage in tools
2012-11-01 Rusty RussellRelicense all public domain modules to CC0.
2011-12-01 Rusty Russellstrset, strmap: invert iterator function meaning.
2011-12-01 Rusty Russellsetset: fix API to match strmap and common sense.
2011-12-01 Rusty Russellstrset: allow const arguments to strset_iterate().
2011-11-01 Rusty Russellstrset: set errno to ENOENT even if we return NULL.
2011-10-26 Rusty Russellstrset: set errno on strset_add failures.
2011-09-26 Rusty Russellhtable, strset: benchmarking tools.
2011-09-26 Rusty Russellstrset: new module using critbit trees.