summaryrefslogtreecommitdiff
path: root/lib/event.h
AgeCommit message (Expand)Author
2023-01-19Decoupling loops from threads to allow fixed thread countMaria Matejka
2022-09-18Fixing several race-conditions in event code.Maria Matejka
2022-07-18Event lists rewritten to a single linked listMaria Matejka
2021-11-22Converting the former BFD loop to a universal IO loop and protocol loop.Maria Matejka
2021-03-12Rate-limit scheduling of work-eventsOndrej Zajicek (work)
2018-10-01Lib: Add and use ev_new_init()Ondrej Zajicek (work)
2014-11-03Fininshing integrated OSPF.Ondrej Zajicek
2000-04-27Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares
1999-11-17ev_run() now returns whether the event has been requeued or not.Martin Mares
1999-10-29Events now return a value. If it's non-zero, the event is re-queuedMartin Mares
1999-02-11Grrr, forgot to commit the event routines themselves :|Martin Mares