Age | Commit message (Expand) | Author |
2016-11-16 | Lexer: Add a quotation mark back while parsing quotes | Pavel Tvrdik |
2016-11-08 | Merge branch 'master' into int-new | Ondrej Zajicek (work) |
2016-11-08 | Minor code cleanups | Ondrej Zajicek (work) |
2016-11-08 | Merge tag 'v1.6.2' into int-new | Ondrej Zajicek (work) |
2016-09-21 | Add !~ operator to filter grammar | Pavel Tvrdik |
2016-08-16 | Include <stdint.h> in cf-lex.l to avoid UINTx_MAX redefinition | Ondřej Surý |
2016-05-12 | Merge remote-tracking branch 'origin/master' into int-new | Ondrej Zajicek (work) |
2016-05-12 | Prog Doc: Complete several missing parameters | Pavel Tvrdik |
2015-12-20 | ROA code switchoff | Jan Moskyto Matejka |
2015-11-25 | Merge branch 'master' into int-new | Ondrej Zajicek (work) |
2015-11-09 | Conf: Fixes bug in symbol lookup during reconfiguration | Ondrej Zajicek (work) |
2015-11-05 | Initial commit on integrated BIRD | Ondrej Zajicek (work) |
2015-02-21 | Bump max symbol length to 64. | Ondrej Zajicek |
2014-10-24 | Integrated IP functions. | Ondrej Zajicek |
2014-10-02 | Allows more constants in set literals. | Ondrej Zajicek |
2014-03-25 | Fixes file descriptor leak when parser ends with error. | Ondrej Zajicek |
2013-08-15 | Symbol names enclosed by apostrophes can contain colons. | Ondrej Filip |
2013-07-25 | Allows to define constants of all filter types. | Ondrej Zajicek |
2013-02-10 | Symbol names enclosed by apostrophes can contain DOTs. | Ondrej Filip |
2012-07-18 | Implements wildcard matching in config file include. | Ondrej Zajicek |
2012-03-18 | Route Origin Authorization basics. | Ondrej Zajicek |
2011-12-22 | Fixes parsing larger numbers on 64bit platforms. | Ondrej Zajicek |
2011-11-10 | Fixes missing header. | Ondrej Zajicek |
2011-11-07 | Implements protocol templates. | Ondrej Zajicek |
2011-10-10 | Fixes for include. | Ondrej Zajicek |
2011-09-11 | Configuration can include other files. | Ondrej Filip |
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-05-02 | Merge several fixes suggested by Joakim Tjernlund. | Ondrej Zajicek |
2010-02-20 | Implements pattern match for 'show protocols' command. | Ondrej Zajicek |
2010-02-10 | Define symbols as text between ''. | Ondrej Filip |
2009-03-14 | New syntax for bgp_path | Ondrej Zajicek |
2009-01-27 | New syntax for bgp_path | Ondrej Zajicek |
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-30 | Recognize `!'. | Martin Mares |
2000-05-25 | Use ? in path matching to avoid /* trap. | Pavel Machek |
2000-04-28 | Include CF_HDR section in keywords.h as well, so that protocol symbols | Martin Mares |
2000-03-31 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-10 | Fix <=, >=, != | Pavel Machek |
2000-01-19 | Split off general commands to cmds.c. | Martin Mares |
2000-01-17 | Separated `official protocol names' used in status dumps from name templates | Martin Mares |
2000-01-16 | When a quoted string is encountered, don't forget to copy it to the | Martin Mares |