Age | Commit message (Expand) | Author |
2019-04-30 | BGP: Dynamic BGP | Ondrej Zajicek (work) |
2019-04-24 | Small type in doc. | Ondrej Filip |
2019-04-12 | OSPFv3: Fix some overlooked cases in IPv4 mode | Ondrej Zajicek (work) |
2019-04-08 | BGP: Handle corner cases in event ordering | Ondrej Zajicek (work) |
2019-04-03 | BGP: Promiscuous ASN mode | Ondrej Zajicek (work) |
2019-04-02 | BGP: Separate runtime and config usage of local/remote ip and as fields | Ondrej Zajicek (work) |
2019-03-23 | Filter: fixed error-checking bug in !~ operator | Maria Matejka |
2019-03-22 | Fixed one warning and one undefined value. | Maria Matejka |
2019-03-20 | Fixed an undefined symbol bug in CLI introduced by filter refactoring | Maria Matejka |
2019-03-19 | Doc: Route attribute cleanups | Ondrej Zajicek (work) |
2019-03-19 | BGP: Mandatory option for channels | Ondrej Zajicek (work) |
2019-03-18 | BGP: Handle case where capabilites are not used | Ondrej Zajicek (work) |
2019-03-18 | Merge branch 'master' into HEAD | Maria Matejka |
2019-03-18 | Build: Automatic dependency tracking for generated files | Maria Matejka |
2019-03-15 | Perf: fixed stupid allocation bug | Maria Matejka |
2019-03-15 | Gitlab CI: Drop CentOS 6 test build as unsupported. | Maria Matejka |
2019-03-14 | Nest: Update handling of temporary attributes | Ondrej Zajicek (work) |
2019-03-06 | OSPF: Improved handling of tmpattrs | Ondrej Zajicek (work) |
2019-03-06 | Faster filters: documentation on what is happening there | Maria Matejka |
2019-02-27 | Fixed link time optimizer check for FreeBSD | Maria Matejka |
2019-02-26 | NEWS and version updatev2.0.4 | Ondrej Zajicek (work) |
2019-02-26 | Filters: comparison of functions and filters caching | Maria Matejka |
2019-02-26 | Build: No link time optimization when debug is enabled | Maria Matejka |
2019-02-25 | Custom number parser to speed up config parsing | Maria Matejka |
2019-02-25 | Conf: Lexer parses quoted strings in a more descriptive way | Maria Matejka |
2019-02-22 | Conf: Switch for faster (and slightly bigger) lexer | Maria Matejka |
2019-02-22 | Conf: Switch for faster (and slightly bigger) lexer | Maria Matejka |
2019-02-22 | Nest: Do not compare rte.flags during rte_update() | Ondrej Zajicek (work) |
2019-02-20 | Enabled link time optimization. | Maria Matejka |
2019-02-20 | Filter: Interpreter merged into the common m4 generator. | Maria Matejka |
2019-02-20 | Filter: Fixed bugs in FI_CALL and FI_SWITCH | Maria Matejka |
2019-02-20 | Test: Added -d flag to die directly after first error. | Maria Matejka |
2019-02-20 | GDB: Added more pretty printers for filters | Maria Matejka |
2019-02-20 | Filter: More cleanup -- customized structures also in struct f_line_item | Maria Matejka |
2019-02-20 | Conf: Symbol implementation converted from void pointers to union | Maria Matejka |
2019-02-20 | Filter: merged filter compare functions into common M4 file | Maria Matejka |
2019-02-20 | Filter: Merged postfixify routine | Maria Matejka |
2019-02-20 | Filter: Merged filter line item dumpers into common generated source | Maria Matejka |
2019-02-20 | Filter: auto-generating enum-to-string | Maria Matejka |
2019-02-20 | Filter generator: workaround for M4 claiming all the put-around code be on on... | Maria Matejka |
2019-02-20 | Filter data manipulation functions separated to their file | Maria Matejka |
2019-02-20 | Filter: split the constructors to a separate file | Maria Matejka |
2019-02-20 | Conf: Fixed makefiles | Maria Matejka |
2019-02-20 | Filter: merged filter instruction constructors, counting line size on instruc... | Maria Matejka |
2019-02-20 | Test: Fixed annoying warnings (and possible obscure bugs). | Maria Matejka |
2019-02-20 | Filters: split the large filter.h file to smaller files. | Maria Matejka |
2019-02-20 | Filter: M4 convertors polished a bit. | Maria Matejka |
2019-02-20 | Filter + Config: Fix bugs, tests and split symbols by type | Maria Matejka |
2019-02-20 | GDB pretty printers: f_inst and f_val. | Maria Matejka |
2019-02-20 | Filter: refactoring of instruction constructors | Maria Matejka |