]> git.ozlabs.org Git - ccan/history - ccan/timer/timer.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / timer / timer.c
2021-03-23 Rusty Russelltimer: handle time going backwards.
2020-02-17 Rusty Russelltal: don't defer-after-free if a destructor deletes...
2019-03-04 Rusty Russelltimer: clean up hook allocator API
2019-03-04 Rusty Russelltimer: add hook for allocation functions.
2018-06-12 Eric Wongtimer: remove unnecessary dependency on likely
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-10-31 Rusty Russelltimer: change to use time_mono (api break!)
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-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: cache the minimal value.
2013-04-05 Rusty Russelltimers: implementation of lazily-ordered timers.