Age | Commit message (Expand) | Author |
2011-05-06 | Fixes several problems in filter syntax. | Ondrej Zajicek |
2011-03-23 | A hack to distinguish if..else from else: in case. | Ondrej Zajicek |
2011-03-13 | Implements Router Advertisement protocol. | Ondrej Zajicek |
2010-10-08 | Fixes syntactic priority of '.' . | Ondrej Zajicek |
2010-05-02 | Merge several fixes suggested by Joakim Tjernlund. | Ondrej Zajicek |
2010-04-07 | Configurable syslog name. | Ondrej Zajicek |
2010-03-17 | Adds check for no protocol and some minor CLI fixes. | Ondrej Zajicek |
2010-02-21 | Fix configure to enable warnings and fix most of them. | Ondrej Zajicek |
2010-02-20 | Implements pattern match for 'show protocols' command. | Ondrej Zajicek |
2010-02-10 | Define symbols as text between ''. | Ondrej Filip |
2010-02-06 | Adds some log messages related to configure. | Ondrej Zajicek |
2010-02-03 | Makes date/time formats configurable. | Ondrej Zajicek |
2010-01-27 | Priority for '||' and '&&' fixed. | Ondrej Filip |
2010-01-27 | Allow multiple || and && statements. | Ondrej Filip |
2010-01-03 | Implements MRTdump feature. | Ondrej Zajicek |
2009-08-10 | Flex does not need the output of Bison. | Ondrej Zajicek |
2009-08-10 | Fixes parallel runs of Bison. | Ondrej Zajicek |
2009-08-10 | Fixes typo in Makefile | Ondrej Zajicek |
2009-08-09 | Missing dependency added. | Ondrej Filip |
2009-06-23 | Replace 'bind' option with 'listen' option. | Ondrej Zajicek |
2009-06-19 | Adds support for soft reconfiguration. | Ondrej Zajicek |
2009-06-18 | Implements option that changes BGP listening socket parametres. | Ondrej Zajicek |
2009-05-29 | Implements primary address selection base on 'primary' option. | Ondrej Zajicek |
2009-03-31 | Reimplementation of prefix sets. | Ondrej Zajicek |
2009-03-14 | New syntax for bgp_path | Ondrej Zajicek |
2009-01-27 | New syntax for bgp_path | Ondrej Zajicek |
2008-12-25 | fixes some 64-bit related bugs. | Ondrej Zajicek |
2008-10-26 | Bugfix for routing table breaking bug. | Ondrej Zajicek |
2007-06-20 | New version of flex needs argument separated. | Ondrej Filip |
2005-02-12 | Time added in password management. | Ondrej Filip |
2004-06-05 | Marked unused parameters in core code as such. | Martin Mares |
2000-06-08 | Fixes for the programmer's manual. | Martin Mares |
2000-06-07 | Fixes to the progdoc. | Martin Mares |
2000-06-07 | Spelling fixes to progdoc. | Martin Mares |
2000-06-04 | Nested scopes could never have worked. My fault I wrote such a buggy code, | Martin Mares |
2000-06-04 | Moved parser docs to cf-lex.l, so that the parser compiles. | Martin Mares |
2000-06-03 | Documentation. | Martin Mares |
2000-06-03 | cf_symbol_class_name now recognizes SYM_IPA. | Martin Mares |
2000-06-01 | Added && and ||. | Pavel Machek |
2000-05-31 | Updated all the Doc files to new format. | Martin Mares |
2000-05-30 | Recognize `!'. | Martin Mares |
2000-05-29 | Tracing of CLI connections/commands can be now controlled | Martin Mares |
2000-05-25 | Use ? in path matching to avoid /* trap. | Pavel Machek |
2000-05-16 | Resolved shift/reduce conflict | Pavel Machek |
2000-05-15 | Changed syntax of expressions. Each `expr' can be now either a numeric literal | Martin Mares |
2000-05-15 | Cleanup of configuration. | Martin Mares |
2000-05-15 | Got rid of startup functions and filters_postconfig(). | Martin Mares |
2000-05-13 | Added prefix_or_ipa. | Martin Mares |
2000-05-13 | Unified parsing of prefixes. | Martin Mares |
2000-05-05 | Added skeleton Doc files for the whole developer's documentation. | Martin Mares |