]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
1999-03-02  Martin MaresDon't try to install static routes to disconnected...
1999-03-02  Martin MaresLatest changes broke out-of-tree compilation.
1999-03-02  Pavel MachekI just don't like files enclosed in <>.
1999-03-01  Martin MaresIf we are compiling with debugging enabled and libefenc...
1999-03-01  Martin MaresImplemented netlink protocol parsing functions. More...
1999-03-01  Martin MaresAdded SK_MAGIC type sockets for internal use by system...
1999-03-01  Pavel MachekHopefully ended translating to new interface
1999-03-01  Martin MaresAdded skeletal version of Linux netlink interface....
1999-03-01  Martin MaresInclude "config.h" instead of "autoconf.h" in all Modul...
1999-03-01  Martin MaresRenamed struct rtattr to struct rta to make things...
1999-03-01  Martin MaresUse traditional Unix route/iface interface only when...
1999-03-01  Martin MaresPruned the TODO list.
1999-02-15  Pavel MachekMore rip fixes (config data moved to struct rip_proto_c...
1999-02-13  Martin MaresCleaned up TODO file.
1999-02-13  Martin MaresSynced example config with new options.
1999-02-13  Martin MaresImplemented static device routes.
1999-02-13  Martin MaresParameter order for the proto->if_notify hook was diffe...
1999-02-13  Martin Mares'#' comments in config files are equivalent to end...
1999-02-13  Martin MaresImplemented garbage collection of routing tables to...
1999-02-13  Martin MaresStatic protocol doesn't need any shutdown function...
1999-02-13  Martin MaresDon't send any neighbor notifications to protocols...
1999-02-13  Martin MaresWhen protocols go down, prune the neighbor list.
1999-02-13  Martin MaresWhen shutting down, remove all routes (except for RTS_I...
1999-02-13  Martin MaresMoved sanity check of protocol state during annoucement...
1999-02-13  Martin MaresPerform gracious shutdown upon receipt of SIGTERM....
1999-02-13  Martin MaresSquashed one bug in timing of route scans.
1999-02-13  Martin MaresSynchronize signals to the main select/event/timer...
1999-02-13  Martin MaresImplemented real cleanup and pruning of routing table...
1999-02-13  Martin MaresPass new argument to FIB_ITERATE_END.
1999-02-13  Martin MaresFixed bug in FIB_ITERATE_END: it assumed the control...
1999-02-13  Martin Maresconfig->router_id works again.
1999-02-11  Martin MaresReal implementation of protocol state machines. Delayed...
1999-02-11  Martin MaresRun the event queue before writing SIGUSR dumps.
1999-02-11  Martin Maresstruct proto again contains instance name (a copy of...
1999-02-11  Martin MaresGrrr, forgot to commit the event routines themselves :|
1999-02-11  Martin MaresAdded simple event scheduling system to avoid recursive...
1999-02-08  Pavel MachekPropagate depend into all subdirectories; make rip...
1999-02-05  Martin MaresSynced Linux sysdeps to new interface.
1999-02-05  Martin MaresSynced kernel interface to new interface.
1999-02-05  Martin MaresModified static router to use new interface.
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1999-02-05  Martin MaresAdded several parentheses to MIN/MAX macros.
1999-02-03  Pavel MachekFew fixes in parsing of filters
1999-01-23  Martin MaresReplaced the old ugly ipv6 compilation hack by a condit...
1999-01-23  Martin MaresFilter all `Modules' files through C preprocessor,...
1999-01-15  Pavel Machekfilters_init() renamed to filters_postconfig().
1999-01-15  Martin MaresOriginal `expr' is back, filter expressions renamed...
1999-01-15  Martin MaresAdded bird.conf to .cvsignore and created an example...
1999-01-15  Martin MaresKilled duplicate %type for expr.
1999-01-15  Pavel MachekMake filters actually compiled.
1999-01-15  Pavel MachekFilters, second try. This time they have their own...
1999-01-15  Martin MaresPropagate "depend" target to real top-level Makefile.
1999-01-15  Pavel Machek#if 1 that creeped into cvs killed.
1999-01-15  Pavel MachekBe a tiny bit more verbose.
1999-01-15  Pavel MachekFilters added. They are unable to do anything interesti...
1999-01-15  Pavel MachekProperly initialize filters. Also bumped version to...
1999-01-12  Martin MaresFixed trivial bug in naming of `depend' file. Argh.
1999-01-12  Pavel MachekMake it compile again (stupid makefiles!), make quiet...
1999-01-12  Pavel MachekKeep protocol data out of iface_patt.
1999-01-12  Pavel MachekPatterns expanded in the right way
1999-01-10  Martin MaresInitialize only protocols which are compiled in :)
1999-01-10  Martin MaresFew last-minute bug fixes.
1999-01-10  Martin MaresNew makefiles. Includes support for out-of-source-tree...
1999-01-09  Martin MaresFirst step of "autoconfization". Created a configure...
1998-12-22  Pavel MachekBird now uses fib structure instead of linklist.
1998-12-22  Pavel MachekOops, previous modification for passing NULL to fib_ini...
1998-12-22  Pavel MachekAllow NULL to init_fib().
1998-12-20  Martin Mareslog(), die() and bug() messages shound NOT contain...
1998-12-20  Martin Maresdie() -> bug() where appropriate.
1998-12-20  Martin MaresAdded #if 0 to rip_postconfig(), so that it doesn't...
1998-12-20  Martin MaresFiner grained logging levels:
1998-12-20  Martin MaresWhen printing a routing table, fib_check() it.
1998-12-20  Martin MaresRewrote fib functions to make them insert/delete/asynch...
1998-12-20  Martin MaresNew hash functions according to benchmarks posted yeste...
1998-12-20  Martin MaresImplemented deletion/insertion/asynchronous-walk lists.
1998-12-19  Martin MaresVariance estimation fixed.
1998-12-19  Martin MaresAdded several tools for fib hashing function analysis...
1998-12-09  Pavel Machekdebug() -> DBG() in rip.
1998-12-09  Pavel MachekInitial multicast support (can not work, but skeleton...
1998-12-08  Martin MaresHopefully finished kernel syncer (krt) rewrite:
1998-12-08  Martin MaresFixed a couple of bugs in static protocol. All static...
1998-12-08  Martin MaresAdded source RTS_DUMMY for temporary routes. They shoul...
1998-12-08  Martin MaresRewritten kernel syncer. Now uses the rta trickery...
1998-12-07  Martin MaresMinor rte/rta interface changes:
1998-12-07  Martin MaresComparison of kernel reject routes fixed.
1998-12-07  Martin MaresKRF_* flags moved to krt.h as they are internal to...
1998-12-06  Martin MaresAll static routes except for device ones should work...
1998-12-06  Martin MaresRemoved protocol-specific data in rte for protocol...
1998-12-06  Martin MaresAesthetic fix for neighbor cache debug dump.
1998-12-06  Martin MaresAdded new rule for prefix length / netmask.
1998-12-06  Martin Marescf_error() now accepts any format strings instead of...
1998-12-06  Martin MaresAdded skeleton of static route protocol.
1998-12-06  Martin MaresKernel syncer is now configurable. It will probably...
1998-12-06  Martin MaresFixed bug in CF_ADDTO. How it's possible it has ever...
1998-12-06  Martin MaresAdded rule "bool" for boolean switches.
1998-12-06  Martin MaresName cleanups as suggested by Pavel:
1998-12-04  Pavel MachekRip now has configurable per-interface metric (please...
1998-12-01  Pavel MachekInfinity is now configurable ammount.
1998-11-29  Martin MaresAdded configuration of the device internal protocol...
1998-11-29  Martin MaresHandle disabled protocol instances.
next