]> git.ipfire.org Git - thirdparty/bird.git/history - lib/event.c
Filter: Fix function comparison
[thirdparty/bird.git] / lib / event.c
2015-03-02  Ondrej ZajicekImplement latency tracking, internal event log and...
2015-02-21  Ondrej ZajicekMerge remote-tracking branch 'origin/soft-int'
2014-11-03  Ondrej ZajicekFininshing integrated OSPF.
2010-06-02  Ondrej ZajicekImplements command that shows memory usage.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-21  Ondrej ZajicekFix configure to enable warnings and fix most of them.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-09-04  Ondrej ZajicekClear memory allocated by ralloc().
2008-12-18  Ondrej ZajicekFixes nasty bug in event processing.
2000-06-07  Martin MaresFixes to the progdoc.
2000-06-05  Martin MaresDocumented sockets, events and timers.
2000-04-27  Martin MaresEvent handlers no longer return re-queue flag. Instead...
2000-01-16  Martin MaresNo more problems when events get scheduled during event...
1999-11-17  Martin Maresev_run() now returns whether the event has been requeue...
1999-10-29  Martin MaresEvents now return a value. If it's non-zero, the event...
1999-02-11  Martin MaresReal implementation of protocol state machines. Delayed...
1999-02-11  Martin MaresGrrr, forgot to commit the event routines themselves :|