Age | Commit message (Expand) | Author |
2004-06-04 | Small reversing of previous patch. | Ondrej Filip |
2004-06-04 | Don't repeat "Sheduling rt calc....." | Ondrej Filip |
2004-06-04 | Code and comments cleanup. | Ondrej Filip |
2004-06-04 | hello.c and hello.h cleaned up. No design changes. | Ondrej Filip |
2004-06-03 | Added source addr for multicast socket. | Ondrej Filip |
2004-06-02 | Hotfix for router's parent without nexthop. | Ondrej Filip |
2004-06-01 | Bugfix in external routes calculation. | Ondrej Filip |
2004-06-01 | Easier cleanup of an interface. | Ondrej Filip |
2004-06-01 | Don't free socket's resources. | Ondrej Filip |
2004-06-01 | Patch from Andreas Steinmetz <ast@domdv.de> | Ondrej Filip |
2004-06-01 | ALIGN -> BIRD_ALIGN | Ondrej Filip |
2004-05-31 | Documented the pxlen parameter. | Martin Mares |
2004-05-31 | Rewritten the I/O loop. All socket operations are now safe, meaning that | Martin Mares |
2004-05-31 | Killed a couple of unused variables. | Martin Mares |
2004-05-31 | static declarations don't belong to includes. (And most of them were | Martin Mares |
2004-05-31 | One space more. | Martin Mares |
2004-05-31 | The code was broken for external /29 to /32 routes. Assuming that you | Martin Mares |
2004-05-31 | The OSPF authentication type was sent in host byte order instead of of | Martin Mares |
2004-05-31 | The initial sequence number for RIP md5 authentication was always zero. | Martin Mares |
2004-05-31 | Make RIP nolisten mode actually work. The socket is required for | Martin Mares |
2004-05-31 | Useless include deleted. | Ondrej Filip |
2004-05-31 | Minor bug fix in neighbor state machine. | Ondrej Filip |
2004-05-31 | Minor bug in configuration. | Ondrej Filip |
2004-05-19 | Bug in DBDES receiving fixed. | Ondrej Filip |
2003-12-06 | Fix reporting of RIP socket errors. Thanks to Eric Leblond for the patch. | Martin Mares |
2003-09-30 | OSPF was not able to be built stand-alone. | Ondrej Filip |
2003-09-14 | Endianity problem fixed. Thanx to S�r�s J�zsef | Ondrej Filip |
2003-09-03 | This prevents infinite loop when bird has more that 60 neighbors. Thanks to R... | Ondrej Filip |
2003-08-26 | Endian-related bug fixes sent by Krzysztof Szuster <kszuster@polbox.com> | Ondrej Filip |
2003-08-23 | Minor OSPF changes for faster startup. | Ondrej Filip |
2003-08-23 | Many spelling mistakes fixed. | Ondrej Filip |
2003-04-06 | Bug fixes to authentication code by Eric Leblond <eleblond@init-sys.com>. | Martin Mares |
2003-02-23 | Updated a comment. | Martin Mares |
2003-02-22 | Better selection of link-local NLRI addresses, at least for our own | Martin Mares |
2003-02-22 | Temporary fix for BGP protocol capability announcement for IPv6 mode. | Martin Mares |
2003-02-22 | Fixed length check miscalculation in IPv6 receive path. | Martin Mares |
2002-11-13 | ABS should be a macro. | Martin Mares |
2002-11-13 | Added missing includes. | Martin Mares |
2002-11-13 | Added missing semicolons. | Martin Mares |
2002-09-21 | Password does not need to be null-terminated, do not print garbage in | Pavel Machek |
2002-04-03 | Small typo fixed. | Ondrej Filip |
2002-03-10 | Applied Pavel's fix for broadcast/multicast mode. | Martin Mares |
2002-03-04 | Age LSA DB after LSA origination and before routing table calculation. | Ondrej Filip |
2002-03-04 | New trace added. | Ondrej Filip |
2001-12-07 | Bugfix in router importation. | Ondrej Filip |
2001-08-21 | Removed some useless (hope!) code in next hop calculation. | Ondrej Filip |
2001-08-21 | Finally, next hop problem fixed. | Ondrej Filip |
2001-08-21 | Useless trace. | Ondrej Filip |
2001-08-21 | Hope, bug in next hop calculation for stub routes fixed. | Ondrej Filip |
2001-08-19 | Fix %<something>I format strings. | Martin Mares |