summaryrefslogtreecommitdiff
path: root/lib/event.c
AgeCommit message (Expand)Author
2021-03-12Rate-limit scheduling of work-eventsOndrej Zajicek (work)
2015-03-02Implement latency tracking, internal event log and watchdogOndrej Zajicek
2014-11-03Fininshing integrated OSPF.Ondrej Zajicek
2010-06-02Implements command that shows memory usage.Ondrej Zajicek
2010-02-21Fix configure to enable warnings and fix most of them.Ondrej Zajicek
2009-09-04Clear memory allocated by ralloc().Ondrej Zajicek
2008-12-18Fixes nasty bug in event processing.Ondrej Zajicek
2000-06-07Fixes to the progdoc.Martin Mares
2000-06-05Documented sockets, events and timers.Martin Mares
2000-04-27Event handlers no longer return re-queue flag. Instead of using it, justMartin Mares
2000-01-16No more problems when events get scheduled during event processing.Martin 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-11Real implementation of protocol state machines. Delayed startup/shutdownMartin Mares
1999-02-11Grrr, forgot to commit the event routines themselves :|Martin Mares