Age | Commit message (Expand) | Author |
2021-09-10 | Filter: Additional consistency checks | Maria Matejka |
2021-05-18 | Flowspec: Label field should use numeric operator and not bitmask operator | Ondrej Zajicek (work) |
2021-05-18 | Flowspec: Do not use comma for bitmask operators | Ondrej Zajicek (work) |
2021-05-17 | Filter: Add MPLS label route attribute | Trisha Biswas |
2021-03-15 | Filter: Update 'gw' to handle IPv6 link-local addresses | Ondrej Zajicek (work) |
2021-02-07 | Filter: Recursive filter iteration code | Ondrej Zajicek (work) |
2020-12-28 | Filter: Fix return on top-level | Ondrej Zajicek (work) |
2020-12-02 | Filter: Add 'weight' route attribute | Ondrej Zajicek (work) |
2020-11-24 | Minor cleanups with cfg_allocz() | Ondrej Zajicek (work) |
2020-06-28 | Filter: Improve handling of sets in BGP path masks | Kazuki Yamaguchi |
2020-06-28 | Filter: Fix comparison of BGP path mask | Kazuki Yamaguchi |
2020-05-18 | Nest: Implement BGP path mask loop operator | Ondrej Zajicek (work) |
2020-05-02 | Filter: Remove quitbird command | Ondrej Zajicek (work) |
2020-05-01 | Filter: Don't alloc varargs array if its length would be zero | Maria Matejka |
2020-05-01 | Filter: Removed forgotten dead code | Maria Matejka |
2020-04-28 | Filter: fixed omitted overflow check in EC constructor | Maria Matejka |
2020-04-09 | Configuration strings are constant. | Maria Matejka |
2020-03-26 | Filter: Remove mixed address tests and fix formatting | Ondrej Zajicek (work) |
2020-03-26 | Filter: Optimize IPv4 prefix sets | Ondrej Zajicek (work) |
2020-01-07 | Filter: Fix typecheck for AND/OR. | Ondrej Zajicek (work) |
2019-12-17 | Test: Improve filter_test | Ondrej Zajicek (work) |
2019-12-12 | Filter: fix filter comparison test | Maria Matejka |
2019-12-10 | Filter: Fix function comparison | Ondrej Zajicek (work) |
2019-12-09 | Filter: Add support for src/dst accessors for Flowspec and SADR | Ondrej Zajicek (work) |
2019-11-05 | Filter: Add type info for more instructions | Ondrej Zajicek (work) |
2019-11-05 | Filter: Improve typecheck error messages | Ondrej Zajicek (work) |
2019-11-05 | Filter: Better constant promotion | Ondrej Zajicek (work) |
2019-11-05 | Filter: Improved parse-time typechecks | Ondrej Zajicek (work) |
2019-11-05 | Filter: Parse-time typechecks | Ondrej Zajicek |
2019-11-03 | Support for address family constants | Ondrej Zajicek (work) |
2019-09-24 | Filter: Fix eval command | Ondrej Zajicek (work) |
2019-09-23 | Filters: Function body comparison result now used. | Maria Matejka |
2019-09-10 | Filter: Fix crash with 'where' filters and function calls | Ondrej Zajicek (work) |
2019-08-13 | Filter: Fixing empty block and never-executed-statement bug | Maria Matejka |
2019-08-06 | Filter: Allow to use set constants / expressions in path masks | Ondrej Zajicek (work) |
2019-08-06 | Filter: Allow to use sets in path masks | Ondrej Zajicek (work) |
2019-07-30 | Conf: Fixed symbol redefinition | Maria Matejka |
2019-07-15 | Filter: further split of print & die to FI_PRINT, FI_FLUSH and FI_DIE | Maria Matejka |
2019-07-15 | Filter: Simpler filter context allocation | Maria Matejka |
2019-07-15 | Filter: FID_MEMBER debug string is a C constant string | Maria Matejka |
2019-07-15 | Filter: Converted FI_PRINT and FI_PATHMASK_CONSTRUCT to VARARG | Maria Matejka |
2019-07-15 | Filter: fixed excessive stack allocation in functions with args but no local ... | Maria Matejka |
2019-07-15 | Filter: lots of documentation | Maria Matejka |
2019-07-15 | Filter: Don't write out when re-evaluating filter for internal purposes. | Maria Matejka |
2019-07-15 | Filter: Don't fail badly when trying to access non-existent route in config time | Maria Matejka |
2019-07-10 | Filter: Minor cleanups | Ondrej Zajicek (work) |
2019-07-03 | Merge branch 'mq-filter-stack' of gitlab.labs.nic.cz:labs/bird into mq-filter... | Maria Matejka |
2019-07-03 | Filter: CLI command to dump all the linearized filters | Maria Matejka |
2019-07-03 | Filter: Split printing and dying | Maria Matejka |
2019-07-03 | Dynamic attributes definition split whether it is bitmask or not. | Maria Matejka |