Age | Commit message (Expand) | Author |
2011-04-01 | Fixes a problem with BGP protocols and implicit router IDs. | Ondrej Zajicek |
2011-03-13 | Implements Router Advertisement protocol. | Ondrej Zajicek |
2010-07-05 | Implements hostcache and recursive next hops. | Ondrej Zajicek |
2010-06-02 | Implements command that shows memory usage. | Ondrej Zajicek |
2010-04-27 | Avoid warning if not compiled with pipes. | Ondrej Filip |
2010-04-07 | Implements BGP 'show protocols' info details. | Ondrej Zajicek |
2010-02-27 | Better flushing of interfaces. | Ondrej Zajicek |
2010-02-26 | Many changes in (mainly) kernel syncers. | Ondrej Zajicek |
2010-02-21 | Fix configure to enable warnings and fix most of them. | Ondrej Zajicek |
2010-02-21 | Restricted read-only CLI. | Ondrej Zajicek |
2010-02-20 | Implements pattern match for 'show protocols' command. | Ondrej Zajicek |
2010-02-13 | Removes phantom protocol from the pipe design. | Ondrej Zajicek |
2010-02-13 | Fixes protocol statistics for pipes. | Ondrej Zajicek |
2010-02-11 | Fixes a tricky bug in the pipe protocol. | Ondrej Zajicek |
2010-02-08 | Adds asterisk to the primary route in 'show route' cmd. | Ondrej Zajicek |
2010-02-06 | Adds some log messages related to configure. | Ondrej Zajicek |
2010-02-06 | Modifies configure to just reload protocols when filters change. | Ondrej Zajicek |
2010-02-03 | Makes date/time formats configurable. | Ondrej Zajicek |
2010-01-03 | Implements MRTdump feature. | Ondrej Zajicek |
2009-12-14 | Finishes 'route reload' feature. | Ondrej Zajicek |
2009-12-02 | Fixes silly bug. | Ondrej Zajicek |
2009-12-02 | Implements route re-feed. | Ondrej Zajicek |
2009-11-26 | Implements BGP route refresh. | Ondrej Zajicek |
2009-11-17 | Implement description field of protocol. | Ondrej Zajicek |
2009-10-12 | Implements protocol-specific router id and updates documentation. | Ondrej Zajicek |
2009-08-11 | Replace assert with log. | Ondrej Zajicek |
2009-06-19 | Adds support for soft reconfiguration. | Ondrej Zajicek |
2009-06-04 | Implements route statistics and fixes some minor bugs. | Ondrej Zajicek |
2009-02-12 | Fixes bug in protocol state machine | Ondrej Zajicek |
2008-12-08 | Fixes core state machine. | Ondrej Zajicek |
2008-11-22 | Fixes race condition leading to memory corruption and crash. | Ondrej Zajicek |
2004-06-05 | Marked unused parameters in core code as such. | Martin Mares |
2000-06-07 | Spelling fixes to progdoc. | Martin Mares |
2000-06-02 | Added documentation on protocols. | Martin Mares |
2000-05-30 | Better formatting of protocol status. | Martin Mares |
2000-05-19 | No more problems when protocols gets disabled during feeding. | Martin Mares |
2000-05-19 | Asynchronous feeding of protocols. | Martin Mares |
2000-05-16 | Don't log state changes if nothing user-visible has changed. | Martin Mares |
2000-05-06 | Cosmetic fixes. | Martin Mares |
2000-05-04 | Removed a lot of unused variables. | Martin Mares |
2000-04-27 | Event handlers no longer return re-queue flag. Instead of using it, just | Martin Mares |
2000-04-26 | Fixed several bugs in protocol state machine. Reconfigurations and | Martin Mares |
2000-04-25 | Don't forget to set filter pointers in struct proto when reconfiguring. | Martin Mares |
2000-04-01 | Changed initialization of protocol list -- now we call proto_build() instead | Martin Mares |
2000-03-31 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-19 | Bare skeleton of the BGP. | Martin Mares |
2000-03-12 | Fixed a bunch of FIXME's by removing them :) | Martin Mares |
2000-03-12 | Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, | Martin Mares |
2000-03-07 | Added debugging of protocol state transitions. | Martin Mares |
2000-03-07 | Added protocol debugging flags (protocol.h: D_xxx), parsing of them | Martin Mares |