Age | Commit message (Expand) | Author |
1999-02-13 | Implemented static device routes. | Martin Mares |
1999-02-13 | Parameter order for the proto->if_notify hook was different in the include | Martin Mares |
1999-02-13 | '#' comments in config files are equivalent to end of line, therefore | Martin Mares |
1999-02-13 | Implemented garbage collection of routing tables to delete orphaned network | Martin Mares |
1999-02-13 | Static protocol doesn't need any shutdown function. Everything gets | Martin Mares |
1999-02-13 | Don't send any neighbor notifications to protocols being flushed. | Martin Mares |
1999-02-13 | When protocols go down, prune the neighbor list. | Martin Mares |
1999-02-13 | When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE | Martin Mares |
1999-02-13 | Moved sanity check of protocol state during annoucements to rte_announce. | Martin Mares |
1999-02-13 | Perform gracious shutdown upon receipt of SIGTERM. Finally we can | Martin Mares |
1999-02-13 | Squashed one bug in timing of route scans. | Martin Mares |
1999-02-13 | Synchronize signals to the main select/event/timer loop. | Martin Mares |
1999-02-13 | Implemented real cleanup and pruning of routing table on protocol shutdown. | Martin Mares |
1999-02-13 | Pass new argument to FIB_ITERATE_END. | Martin Mares |
1999-02-13 | Fixed bug in FIB_ITERATE_END: it assumed the control variable is named | Martin Mares |
1999-02-13 | config->router_id works again. | Martin Mares |
1999-02-11 | Real implementation of protocol state machines. Delayed startup/shutdown | Martin Mares |
1999-02-11 | Run the event queue before writing SIGUSR dumps. | Martin Mares |
1999-02-11 | struct proto again contains instance name (a copy of proto->cf->name). | Martin Mares |
1999-02-11 | Grrr, forgot to commit the event routines themselves :| | Martin Mares |
1999-02-11 | Added simple event scheduling system to avoid recursive calling | Martin Mares |
1999-02-08 | Propagate depend into all subdirectories; make rip compile after | Pavel Machek |
1999-02-05 | Synced Linux sysdeps to new interface. | Martin Mares |
1999-02-05 | Synced kernel interface to new interface. | Martin Mares |
1999-02-05 | Modified static router to use new interface. | Martin Mares |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares |
1999-02-05 | Added several parentheses to MIN/MAX macros. | Martin Mares |
1999-02-03 | Few fixes in parsing of filters | Pavel Machek |
1999-01-23 | Replaced the old ugly ipv6 compilation hack by a conditional in Modules. | Martin Mares |
1999-01-23 | Filter all `Modules' files through C preprocessor, so that they can | Martin Mares |
1999-01-15 | filters_init() renamed to filters_postconfig(). | Pavel Machek |
1999-01-15 | Original `expr' is back, filter expressions renamed to `term'. | Martin Mares |
1999-01-15 | Added bird.conf to .cvsignore and created an example configuration file. | Martin Mares |
1999-01-15 | Killed duplicate %type for expr. | Martin Mares |
1999-01-15 | Make filters actually compiled. | Pavel Machek |
1999-01-15 | Filters, second try. This time they have their own directory. | Pavel Machek |
1999-01-15 | Propagate "depend" target to real top-level Makefile. | Martin Mares |
1999-01-15 | #if 1 that creeped into cvs killed. | Pavel Machek |
1999-01-15 | Be a tiny bit more verbose. | Pavel Machek |
1999-01-15 | Filters added. They are unable to do anything interesting for now | Pavel Machek |
1999-01-15 | Properly initialize filters. Also bumped version to 0.0.0 as it | Pavel Machek |
1999-01-12 | Fixed trivial bug in naming of `depend' file. Argh. | Martin Mares |
1999-01-12 | Make it compile again (stupid makefiles!), make quiet option work | Pavel Machek |
1999-01-12 | Keep protocol data out of iface_patt. | Pavel Machek |
1999-01-12 | Patterns expanded in the right way | Pavel Machek |
1999-01-10 | Initialize only protocols which are compiled in :) | Martin Mares |
1999-01-10 | Few last-minute bug fixes. | Martin Mares |
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares |
1999-01-09 | First step of "autoconfization". Created a configure script which | Martin Mares |
1998-12-22 | Bird now uses fib structure instead of linklist. | Pavel Machek |