summaryrefslogtreecommitdiff
path: root/ccan/timer/timer.h
AgeCommit message (Expand)Author
2015-05-20timer: simple optimization for large number of timers.Rusty Russell
2014-10-31timer: make timer_del() idempotent, add timer_init().Rusty Russell
2014-10-31timer: change timers_expire() to return a single timer.Rusty Russell
2014-06-10io failtest timer tools: fallout from time changes.Rusty Russell
2013-04-05timer: clean up.Rusty Russell
2013-04-05timer: increase default span to 5.Rusty Russell
2013-04-05timer: cache the minimal value.Rusty Russell
2013-04-05timers: implementation of lazily-ordered timers.Rusty Russell