Age | Commit message (Expand) | Author |
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 |
1998-12-22 | Oops, previous modification for passing NULL to fib_init() did not | Pavel Machek |
1998-12-22 | Allow NULL to init_fib(). | Pavel Machek |
1998-12-20 | log(), die() and bug() messages shound NOT contain trailing newlines. | Martin Mares |
1998-12-20 | die() -> bug() where appropriate. | Martin Mares |
1998-12-20 | Added #if 0 to rip_postconfig(), so that it doesn't crash whole daemon | Martin Mares |
1998-12-20 | Finer grained logging levels: | Martin Mares |
1998-12-20 | When printing a routing table, fib_check() it. | Martin Mares |
1998-12-20 | Rewrote fib functions to make them insert/delete/asynchronous-walk safe. | Martin Mares |
1998-12-20 | New hash functions according to benchmarks posted yesterday. (The IPv6 | Martin Mares |
1998-12-20 | Implemented deletion/insertion/asynchronous-walk lists. | Martin Mares |
1998-12-19 | Variance estimation fixed. | Martin Mares |
1998-12-19 | Added several tools for fib hashing function analysis. It turned out | Martin Mares |
1998-12-09 | debug() -> DBG() in rip. | Pavel Machek |
1998-12-09 | Initial multicast support (can not work, but skeleton is there) | Pavel Machek |
1998-12-08 | Hopefully finished kernel syncer (krt) rewrite: | Martin Mares |
1998-12-08 | Fixed a couple of bugs in static protocol. All static routes except device | Martin Mares |
1998-12-08 | Added source RTS_DUMMY for temporary routes. They should never appear | Martin Mares |
1998-12-08 | Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterday | Martin Mares |
1998-12-07 | Minor rte/rta interface changes: | Martin Mares |
1998-12-07 | Comparison of kernel reject routes fixed. | Martin Mares |
1998-12-07 | KRF_* flags moved to krt.h as they are internal to kernel syncer, | Martin Mares |
1998-12-07 | All static routes except for device ones should work and appear/disappear | Martin Mares |
1998-12-07 | Removed protocol-specific data in rte for protocol static since no | Martin Mares |
1998-12-07 | Aesthetic fix for neighbor cache debug dump. | Martin Mares |
1998-12-07 | Added new rule for prefix length / netmask. | Martin Mares |
1998-12-07 | cf_error() now accepts any format strings instead of just an error | Martin Mares |
1998-12-06 | Added skeleton of static route protocol. | Martin Mares |