Age | Commit message (Expand) | Author |
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: Improve handling of stack frames in filter bytecode | 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 | Filter: Ensure that all expressions declared return type | 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 |
2021-02-07 | Filter: Recursive filter iteration code | Ondrej Zajicek (work) |
2020-05-01 | Filter: Don't alloc varargs array if its length would be zero | Maria Matejka |
2020-01-07 | Filter: Fix typecheck for AND/OR. | 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-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: Don't fail badly when trying to access non-existent route in config time | Maria Matejka |
2019-07-03 | Merge branch 'mq-filter-stack' of gitlab.labs.nic.cz:labs/bird into mq-filter... | Maria Matejka |
2019-07-03 | Filter: Split printing and dying | Maria Matejka |
2019-07-02 | Filter: Dropped some more irrelevant whitespace from generated files | Maria Matejka |
2019-07-02 | Filter: Nicer whitespaces in generated inst-gen.h | Maria Matejka |
2019-07-02 | Filter: documentation of the M4 preprocessor | Maria Matejka |
2019-07-02 | Filter: GCC, don't complain about indentation in generated code. | Maria Matejka |
2019-07-02 | Filter: Pre-evaluation of constant expressions | Maria Matejka |
2019-07-01 | Filter: Moved singleton member definitions to f-inst.c | Maria Matejka |
2019-07-01 | Filter: Moved f_inst allocation to separate function | Maria Matejka |
2019-07-01 | Filter: Getting rid of RESULT_OK. Adding RESULT_VOID. | Maria Matejka |
2019-07-01 | Filter: The interpreter code now shares its diversion with constructor | Maria Matejka |
2019-06-28 | Filter: renaming pointers for consistency | Maria Matejka |
2019-06-27 | Filter: A little cleanup of M4 interpreter generator | Maria Matejka |
2019-06-19 | Revert "Filter: Dropped the setter instructions in favor of direct result sto... | Maria Matejka |
2019-06-03 | Filter: Dropped the setter instructions in favor of direct result storage. | Maria Matejka |
2019-05-29 | Filter: Stacks moved to thread-local storage if available. | Maria Matejka |
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-02-20 | Filter: Interpreter merged into the common m4 generator. | 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: split the constructors to a separate file | Maria Matejka |
2019-02-20 | Filter: merged filter instruction constructors, counting line size on instruc... | Maria Matejka |