Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-01 | Lib: Add and use ev_new_init() | Ondrej Zajicek (work) | |
2014-11-03 | Fininshing integrated OSPF. | Ondrej Zajicek | |
2000-04-27 | Event handlers no longer return re-queue flag. Instead of using it, just | Martin Mares | |
call ev_schedule() on the same handler which should work perfectly now. | |||
1999-11-17 | ev_run() now returns whether the event has been requeued or not. | Martin Mares | |
ev_run_list() now returns number of events which remain in the list. | |||
1999-10-29 | Events now return a value. If it's non-zero, the event is re-queued | Martin Mares | |
for processing in next event cycle. This can be used to prevent background actions (hint: user commands) from hogging the CPU for too long time. | |||
1999-02-11 | Grrr, forgot to commit the event routines themselves :| | Martin Mares | |