Age | Commit message (Expand) | Author |
2023-01-22 | Added test case for switch bug fixed in e20bef69ccc4a85ef62359ee539c9db2dbe09127 | Maria Matejka |
2023-01-17 | Filter: Allow setting the 'onlink' route attribute in filters | Radu Carpa |
2023-01-13 | Minor cleanups | Ondrej Zajicek |
2023-01-07 | Filter: Change linearization of branches in switch instruction | Ondrej Zajicek |
2023-01-02 | Add compile-time option to enable 4-way tries instead of 16-way ones | 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-10-03 | Filter: Add some minor functions for f_tree and EC | 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-06-27 | Filter: Implement for loops | Ondrej Zajicek (work) |
2022-06-27 | Filter: Implement mixed declarations of local variables | Ondrej Zajicek (work) |
2022-06-27 | Filter: Improve handling of stack frames in filter bytecode | Ondrej Zajicek (work) |
2022-06-27 | Filter: Simplify handling of command sequences | Ondrej Zajicek (work) |
2022-06-27 | Filter: Fix bug in variable shadowing | Ondrej Zajicek (work) |
2022-06-27 | Filter: Implement direct recursion | Ondrej Zajicek (work) |
2022-06-27 | Filter: Apply constant promotion for FI_EQ / FI_NEQ | Ondrej Zajicek (work) |
2022-06-27 | Filter: Add literal for empty set | Alexander Zubkov |
2022-06-27 | Nest: Cleanups in as_path_filter() | Ondrej Zajicek (work) |
2022-06-27 | Filter: Ensure that all expressions declared return type | Ondrej Zajicek (work) |
2022-06-27 | Filter: Improve description of type system | Ondrej Zajicek (work) |
2022-06-27 | Filter: Implement type checks for function calls | Ondrej Zajicek (work) |
2022-06-27 | Filter: Clean up function call instruction | Ondrej Zajicek (work) |
2022-05-04 | Fixed spurious undef of route attributes | Alexander Zubkov |
2022-04-06 | Unsetting route attributes without messing with type system | Maria Matejka |
2022-04-06 | Eattr flags (originated and fresh) get their own struct fields | Maria Matejka |
2022-03-09 | Merge commit 'e42eedb9' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '5cff1d5f' into haugesund | Maria Matejka |
2022-03-02 | Replaced custom linpools in tests for the common tmp_linpool | Maria Matejka |
2022-03-02 | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund | Maria Matejka |
2022-02-06 | Merge branch 'oz-trie-table' | Ondrej Zajicek (work) |
2022-02-06 | Trie: Fix trie format | Ondrej Zajicek (work) |
2022-02-06 | Trie: Add prefix counter | Ondrej Zajicek (work) |
2022-01-05 | Conf: Fix parsing full-length IPv6 addresses | Ondrej Zajicek (work) |
2021-12-28 | Filter: Add operators to find minimum and maximum element of sets | Alexander Zubkov |
2021-12-28 | Filter: Add operators to pick community components | Alexander Zubkov |
2021-12-02 | Trie: Clarify handling of less-common net types | Ondrej Zajicek (work) |
2021-11-26 | Trie: Implement longest-prefix-match queries and walks | Ondrej Zajicek (work) |
2021-11-19 | Trie: Implement trie walking code | Ondrej Zajicek (work) |
2021-11-13 | Trie: Simplify network matching code | Ondrej Zajicek (work) |
2021-10-13 | Route: moved rte_src pointer from rta to rte | Maria Matejka |
2021-10-13 | Dropping the RTS_DUMMY temporary route storage. | Maria Matejka |
2021-10-13 | Preference moved to RTA and set explicitly in protocols | Maria Matejka |
2021-09-25 | Filter: Add prefix trie benchmarks | Ondrej Zajicek (work) |
2021-09-25 | Filter: Improve prefix trie tests | Ondrej Zajicek (work) |
2021-09-25 | Filter: Update trie documentation | Ondrej Zajicek (work) |
2021-09-25 | Filter: Fix trie test | Ondrej Zajicek (work) |
2021-09-25 | Filter: Faster prefix sets | Ondrej Zajicek (work) |
2021-09-10 | Reducing filter stack size to allow for lesser thread stack size | Maria Matejka |
2021-09-10 | Filter: Additional consistency checks | Maria Matejka |