Age | Commit message (Expand) | Author |
2022-11-09 | Conf: Free stored old config before parsing new one | Ondrej Zajicek |
2022-11-01 | Moved config-related allocations to config_pool and showing its size in memor... | Maria Matejka |
2022-10-18 | Filter: Fix handling of variables in anonymous filters | Ondrej Zajicek |
2022-09-16 | Revert "Reducing filter stack size to allow for lesser thread stack size" | Maria Matejka |
2022-07-11 | Merge remote-tracking branch 'origin/master' into backport | Maria Matejka |
2022-07-10 | Merge version 2.0.10 into backport | Maria Matejka |
2022-06-27 | Filter: Improve handling of stack frames in filter bytecode | Ondrej Zajicek (work) |
2022-06-27 | Filter: Implement soft scopes | Ondrej Zajicek (work) |
2022-06-27 | Filter: Implement type checks for function calls | Ondrej Zajicek (work) |
2022-06-07 | IPv4 flowspec literals should reject IPv6 prefices in a well-behaved way | Maria Matejka |
2022-06-04 | Nest: Improve GC strategy for rtables | Ondrej Zajicek |
2022-03-02 | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund | Maria Matejka |
2022-01-05 | Conf: Fix parsing full-length IPv6 addresses | Ondrej Zajicek (work) |
2021-10-20 | Conf: Fix crash during shutdown | Ondrej Zajicek (work) |
2021-09-10 | Reducing filter stack size to allow for lesser thread stack size | Maria Matejka |
2021-06-06 | Nest: Allow specifying security keys as hex bytes as well as strings | Toke Høiland-Jørgensen |
2021-06-06 | sysdep: Add wrapper to get random bytes - update | Ondrej Zajicek (work) |
2021-06-06 | sysdep: Add wrapper to get random bytes | Toke Høiland-Jørgensen |
2021-05-18 | Flowspec: Label field should use numeric operator and not bitmask operator | Ondrej Zajicek (work) |
2021-02-10 | BGP: Add support for BGP hostname capability | Vincent Bernat |
2020-12-07 | Nest: Per-channel debug flags | Ondrej Zajicek (work) |
2020-11-24 | Minor cleanups with cfg_allocz() | Ondrej Zajicek (work) |
2020-11-24 | Fix some failed asserts due to add_tail() | Ondrej Zajicek (work) |
2020-11-12 | BFD: Better handling of BFD options in BGP configs | Ondrej Zajicek (work) |
2020-11-08 | BFD: Allow per-request session options | Ondrej Zajicek (work) |
2020-05-01 | Lexer: strtoul shall never set endptr to NULL; it should be an error | Maria Matejka |
2020-04-09 | Configuration strings are constant. | Maria Matejka |
2020-02-04 | Conf: Better error message when reading iproute2 config | Maria Matejka |
2019-11-03 | Support for address family constants | Ondrej Zajicek (work) |
2019-07-30 | Conf: Fixed symbol redefinition | Maria Matejka |
2019-07-03 | Merge branch 'master' into mq-filter-stack | Maria Matejka |
2019-07-03 | Filter: Split printing and dying | Maria Matejka |
2019-07-02 | Filter: Pre-evaluation of constant expressions | Maria Matejka |
2019-06-30 | Nest: Add command to request graceful restart | Ondrej Zajicek (work) |
2019-06-25 | Conf/Filters: Moved argument count to conf scope | Maria Matejka |
2019-06-13 | String: bstrtoul macro expanded to bstrtoul10 and 16 | Maria Matejka |
2019-06-12 | Add CLI command to test reconfiguration status | Ondrej Zajicek (work) |
2019-05-22 | Filter: Some people can't pronounce "postfixify" correctly. Let's try "linear... | Jan Maria Matejka |
2019-05-21 | Filter: Store variables and function arguments on stack | Jan Maria Matejka |
2019-05-17 | Lexer now returns known sym / unknown sym / keyword | Maria Matejka |
2019-04-30 | BGP: Dynamic BGP | 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-02-26 | Filters: comparison of functions and filters caching | 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-20 | Filter: Fixed bugs in FI_CALL and FI_SWITCH | Maria Matejka |
2019-02-20 | Conf: Symbol implementation converted from void pointers to union | Maria Matejka |