]> git.ozlabs.org Git - ccan/history - ccan/timer
avl: Use definitions from order module
[ccan] / ccan / timer /
2015-05-20 Rusty Russelltimer: simple optimization for large number of timers.
2015-05-20 Rusty Russelltimer: brute force corruption fix.
2015-05-19 Rusty Russelltimer: put level-0 optimization directly into find_first.
2015-05-19 Rusty Russelltimer: fix two corruption bugs.
2015-05-19 Rusty Russelltimer: better dump code.
2015-05-19 Rusty Russelltimer: fix timer_check() to iterate all levels.
2014-10-30 Rusty Russelltimer: make timer_del() idempotent, add timer_init().
2014-10-30 Rusty Russelltimer: change timers_expire() to return a single timer.
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2014-06-10 Rusty Russellio failtest timer tools: fallout from time changes.
2013-12-12 Rusty Russelltimer: fix abortstring on 64 bit platforms.
2013-04-05 Rusty Russelltimer: clean up.
2013-04-05 Rusty Russelltimer: increase default span to 5.
2013-04-05 Rusty Russelltimer: cache the minimal value.
2013-04-05 Rusty Russelltimers: implementation of lazily-ordered timers.