summaryrefslogtreecommitdiff
path: root/lib/timer.h
AgeCommit message (Expand)Author
2022-02-03IO loop duration fixupMaria Matejka
2021-11-22Converting the former BFD loop to a universal IO loop and protocol loop.Maria Matejka
2021-11-22Unified time for whole BIRDMaria Matejka
2021-11-22Dropping the POSIX thread-local variables in favor of much easier-to-use C11 ...Maria Matejka
2020-04-09Configuration strings are constant.Maria Matejka
2018-11-20The MRT protocolOndrej Zajicek (work)
2017-12-10Lib: Fix macro/keyword collisionsOndrej Zajicek (work)
2017-12-07Timers: Revert temporary names and remove old timer.hOndrej Zajicek (work)
2017-12-07Timers: Fix TBF and some last remainsOndrej Zajicek (work)
2017-12-07Timers: Parse and format functions for microsecond timesOndrej Zajicek (work)
2017-12-07Timers: Replace old timers with microsecond timersOndrej Zajicek (work)
2017-12-07Timers: Split microsecond timers from BFD code to libOndrej Zajicek (work)
1998-05-15The library is now glued together from generic and OS-dependent partsMartin Mares
1998-04-28Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares
1998-04-22First look at data structures. More to come tomorrow...Martin Mares