]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2004-06-04  Ondrej FilipCode and comments cleanup.
2004-06-04  Ondrej Filiphello.c and hello.h cleaned up. No design changes.
2004-06-03  Ondrej FilipAdded source addr for multicast socket.
2004-06-03  Ondrej FilipCONFIG_SKIP_MC_BIND added.
2004-06-02  Ondrej FilipDeleted useless rfree. (Socked was freed by cli_free())
2004-06-02  Ondrej FilipHotfix for router's parent without nexthop.
2004-06-01  Ondrej FilipBugfix in external routes calculation.
2004-06-01  Ondrej FilipCode clean up.
2004-06-01  Ondrej FilipEasier cleanup of an interface.
2004-06-01  Ondrej FilipDon't free socket's resources.
2004-06-01  Ondrej FilipPatch from Andreas Steinmetz <ast@domdv.de>
2004-06-01  Ondrej FilipReverting last patch.
2004-06-01  Ondrej FilipCaching loopback interface.
2004-06-01  Ondrej Filiplog->DBG
2004-06-01  Ondrej FilipMinor changes caused by MJ's comment.
2004-06-01  Ondrej Filip#ifdef CONFIG_UNIX_DONTROUTE added.
2004-06-01  Ondrej FilipALIGN -> BIRD_ALIGN
2004-06-01  Ondrej FilipNow, only one AC_OUTPUT is used.
2004-06-01  Ondrej FilipUseles log()s deleted.
2004-06-01  Ondrej Filipbzero has 2 arguments.
2004-06-01  Ondrej Filipmemset -> bzero
2004-05-31  Martin MaresUpdated the distribution script.
2004-05-31  Martin MaresDocumented the pxlen parameter.
2004-05-31  Martin MaresAdded a simple utility for converting CVS log messages...
2004-05-31  Martin MaresMove CLI socket to the newly created CLI's pool.
2004-05-31  Martin MaresRewritten the I/O loop. All socket operations are now...
2004-05-31  Martin MaresAdded UNUSED.
2004-05-31  Martin MaresKilled a couple of unused variables.
2004-05-31  Martin Maresstatic declarations don't belong to includes. (And...
2004-05-31  Martin MaresNeed <termios.h> for tcdrain().
2004-05-31  Martin MaresMake the check for <linux/rtnetlink.h> work with recent...
2004-05-31  Martin MaresOne space more.
2004-05-31  Martin MaresAdded rmove() (by Andreas, tweaked by me).
2004-05-31  Martin MaresThe code was broken for external /29 to /32 routes...
2004-05-31  Martin MaresThe OSPF authentication type was sent in host byte...
2004-05-31  Martin MaresThe initial sequence number for RIP md5 authentication...
2004-05-31  Martin MaresSmall correction to va_start/va_end in cli_printf ...
2004-05-31  Martin MaresFix handling on full pipe to client in bird. Prevent...
2004-05-31  Martin MaresBird's control socket should be in /var/run and the...
2004-05-31  Martin MaresFix bison input for current build tools, otherwise...
2004-05-31  Martin MaresMake RIP nolisten mode actually work. The socket is...
2004-05-31  Ondrej FilipChanged of comments.
2004-05-31  Ondrej FilipGrrr, committing too fast.
2004-05-31  Ondrej Filipalloca.h added
2004-05-31  Ondrej FilipUse #include "alloca.h"
2004-05-31  Ondrej FilipPrevious change was mistake.
2004-05-31  Ondrej FilipUseless include deleted.
2004-05-31  Martin MaresUpdated copyright notices.
2004-05-31  Ondrej FilipDelete autom4te.cache in 'make distclean'.
2004-05-31  Ondrej FilipBetter readline checking.
2004-05-31  Ondrej FilipSome include added.
2004-05-31  Ondrej Filip#ifndef ALIGN - it is defined on *BSD
2004-05-31  Ondrej FilipAdded RTD_NONE /* Just for internal use */
2004-05-31  Ondrej Filip#ifdef ALLOCA_H
2004-05-31  Ondrej FilipSmall change to compile client on FreeBSD.
2004-05-31  Ondrej Filip*BSD port added. (Tested on FreeBSD and NetBSD)
2004-05-31  Ondrej FilipMinor bug fix in neighbor state machine.
2004-05-31  Ondrej FilipMinor bug in configuration.
2004-05-31  Ondrej FilipAdded some more test (alloca.h, sa_len) etc.
2004-05-19  Ondrej FilipBug in DBDES receiving fixed.
2003-12-06  Martin MaresFix reporting of RIP socket errors. Thanks to Eric...
2003-09-30  Ondrej FilipOSPF was not able to be built stand-alone.
2003-09-14  Ondrej FilipEndianity problem fixed. Thanx to Sörös József
2003-09-03  Ondrej FilipThis prevents infinite loop when bird has more that...
2003-09-01  Ondrej FilipPrepared for release 1.0.8.
2003-08-26  Ondrej FilipEndian-related bug fixes sent by Krzysztof Szuster...
2003-08-23  Ondrej FilipMinor OSPF changes for faster startup.
2003-08-23  Ondrej FilipMany spelling mistakes fixed.
2003-08-13  Martin MaresThis probably IS the memory leak we're looking for...
2003-08-13  Martin Maresprotocol->import_control() could potentially call rte_c...
2003-08-13  Martin MaresThis was a potential memory leak, but not the one Feela...
2003-04-06  Martin MaresSlept for a year :-)
2003-04-06  Martin MaresNobody is perfect. Me twice :)
2003-04-06  Martin MaresOops, forgot to change some paths.
2003-04-06  Martin MaresMore news.
2003-04-06  Martin MaresWe're 1.0.6 now.
2003-04-06  Martin MaresAvoid problems with copying a directory to itself.
2003-04-06  Martin MaresReleasing version 1.0.6.
2003-04-06  Martin MaresUpdated the documentation building tools to work with...
2003-04-06  Martin MaresAdded release history.
2003-04-06  Martin MaresBug fixes to authentication code by Eric Leblond <elebl...
2003-02-27  Martin MaresPrefix comparison bug (hopefully) fixed.
2003-02-23  Martin MaresUpdated a comment.
2003-02-22  Martin MaresCurrent Linux kernels don't remember rtm_protocol for...
2003-02-22  Martin MaresBetter selection of link-local NLRI addresses, at least...
2003-02-22  Martin MaresThere can be multiple primary addresses with different...
2003-02-22  Martin MaresReport link-scope addresses as well.
2003-02-22  Martin MaresTemporary fix for BGP protocol capability announcement...
2003-02-22  Martin MaresFixed length check miscalculation in IPv6 receive path.
2002-11-13  Martin MaresABS should be a macro.
2002-11-13  Martin MaresAdded missing includes.
2002-11-13  Martin MaresAdded missing semicolons.
2002-11-13  Martin MaresDon't use obsolete functions which are no longer declar...
2002-11-13  Martin MaresAdded missing #include and wondering how could it ever...
2002-09-21  Pavel MachekPassword does not need to be null-terminated, do not...
2002-04-03  Ondrej FilipSmall typo fixed.
2002-03-10  Martin MaresApplied Pavel's fix for broadcast/multicast mode.
2002-03-04  Ondrej FilipAge LSA DB after LSA origination and before routing...
2002-03-04  Ondrej FilipNew trace added.
2001-12-07  Ondrej FilipBugfix in router importation.
next