]> git.ipfire.org Git - thirdparty/bird.git/history - filter
KRT: Remove KRF_INSTALLED flag
[thirdparty/bird.git] / filter /
2019-12-12  Maria MatejkaFilter: fix filter comparison test
2019-12-10  Ondrej Zajicek ... Filter: Fix function comparison
2019-12-09  Ondrej Zajicek ... Filter: Add support for src/dst accessors for Flowspec...
2019-11-05  Ondrej Zajicek ... Filter: Add type info for more instructions
2019-11-05  Ondrej Zajicek ... Filter: Improve typecheck error messages
2019-11-05  Ondrej Zajicek ... Filter: Better constant promotion
2019-11-05  Ondrej Zajicek ... Filter: Improved parse-time typechecks
2019-11-05  Ondrej ZajicekFilter: Parse-time typechecks
2019-11-03  Ondrej Zajicek ... Support for address family constants
2019-09-23  Ondrej Zajicek ... Filter: Fix eval command
2019-09-23  Maria MatejkaFilters: Function body comparison result now used.
2019-09-10  Ondrej Zajicek ... Filter: Fix crash with 'where' filters and function...
2019-08-13  Maria MatejkaFilter: Fixing empty block and never-executed-statement bug
2019-08-06  Ondrej Zajicek ... Filter: Allow to use set constants / expressions in...
2019-08-06  Ondrej Zajicek ... Filter: Allow to use sets in path masks
2019-07-30  Maria MatejkaConf: Fixed symbol redefinition
2019-07-24  Ondrej Zajicek ... Merge remote-tracking branch 'origin/mq-filter-stack'
2019-07-15  Maria MatejkaMerge remote-tracking branch 'origin/master' into mq...
2019-07-15  Maria MatejkaFilter: further split of print & die to FI_PRINT, FI_FL...
2019-07-15  Maria MatejkaFilter: Simpler filter context allocation
2019-07-15  Maria MatejkaFilter: FID_MEMBER debug string is a C constant string
2019-07-15  Maria MatejkaFilter: Converted FI_PRINT and FI_PATHMASK_CONSTRUCT...
2019-07-15  Maria MatejkaFilter: fixed excessive stack allocation in functions...
2019-07-15  Maria MatejkaFilter: lots of documentation
2019-07-15  Maria MatejkaFilter: Don't write out when re-evaluating filter for...
2019-07-15  Maria MatejkaFilter: Don't fail badly when trying to access non...
2019-07-10  Ondrej Zajicek ... Filter: Minor cleanups
2019-07-10  Maria MatejkaMerge branch 'master' into mq-filter-stack
2019-07-09  Maria MatejkaMerge branch 'master' of gitlab.labs.nic.cz:labs/bird
2019-07-09  Maria MatejkaTest: Fixed annoying warnings (and possible obscure...
2019-07-03  Maria MatejkaMerge branch 'master' into mq-filter-stack
2019-07-03  Maria MatejkaMerge branch 'mq-filter-stack' of gitlab.labs.nic.cz...
2019-07-03  Maria MatejkaFilter: CLI command to dump all the linearized filters
2019-07-03  Maria MatejkaFilter: Split printing and dying
2019-07-02  Maria MatejkaDynamic attributes definition split whether it is bitma...
2019-07-02  Maria MatejkaFilter: Dropped some more irrelevant whitespace from...
2019-07-02  Maria MatejkaFilter: Nicer whitespaces in generated inst-gen.h
2019-07-02  Maria MatejkaFilter: documentation of the M4 preprocessor
2019-07-02  Maria MatejkaFilter: GCC, don't complain about indentation in genera...
2019-07-02  Maria MatejkaFilter: Pre-evaluation of constant expressions
2019-07-01  Maria MatejkaFilter: Resolving of defined constants in config time
2019-07-01  Maria MatejkaFilter: Moved singleton member definitions to f-inst.c
2019-07-01  Maria MatejkaFilter: Moved f_inst allocation to separate function
2019-07-01  Maria MatejkaFilter: Getting rid of RESULT_OK. Adding RESULT_VOID.
2019-07-01  Maria MatejkaFilter: The interpreter code now shares its diversion...
2019-06-28  Maria MatejkaFilter: renaming pointers for consistency
2019-06-27  Maria MatejkaFilter: A little cleanup of M4 interpreter generator
2019-06-25  Maria MatejkaMerge remote-tracking branch 'refs/remotes/origin/mq...
2019-06-25  Maria MatejkaConf/Filters: Moved argument count to conf scope
2019-06-21  Maria MatejkaFilter instructions don't confuse now v1 and res.
2019-06-19  Maria MatejkaRevert "Filter: Dropped the setter instructions in...
2019-06-13  Maria MatejkaFilter: removal of semantically insane consts in filter...
2019-06-03  Maria MatejkaFilter: Dropped the setter instructions in favor of...
2019-05-30  Maria MatejkaFilter: Just a little comments in filter structure
2019-05-29  Maria MatejkaFilter: Stacks moved to thread-local storage if available.
2019-05-23  Jan Maria MatejkaFilters: If somebody doesn't like _Thread_local, don...
2019-05-22  Jan Maria MatejkaFilter: Some people can't pronounce "postfixify" correc...
2019-05-21  Jan Maria MatejkaFilter: Store variables and function arguments on stack
2019-05-20  Jan Maria MatejkaFilter: Making the filter state thread local.
2019-05-17  Maria MatejkaLexer now returns known sym / unknown sym / keyword
2019-03-23  Maria MatejkaFilter: fixed error-checking bug in !~ operator
2019-03-18  Maria MatejkaMerge branch 'master' into HEAD
2019-03-14  Ondrej Zajicek ... Nest: Update handling of temporary attributes
2019-03-06  Maria MatejkaFaster filters: documentation on what is happening...
2019-02-26  Maria MatejkaFilters: comparison of functions and filters caching
2019-02-20  Maria MatejkaFilter: Interpreter merged into the common m4 generator.
2019-02-20  Maria MatejkaFilter: Fixed bugs in FI_CALL and FI_SWITCH
2019-02-20  Maria MatejkaFilter: More cleanup -- customized structures also...
2019-02-20  Maria MatejkaConf: Symbol implementation converted from void pointer...
2019-02-20  Maria MatejkaFilter: merged filter compare functions into common...
2019-02-20  Maria MatejkaFilter: Merged postfixify routine
2019-02-20  Maria MatejkaFilter: Merged filter line item dumpers into common...
2019-02-20  Maria MatejkaFilter: auto-generating enum-to-string
2019-02-20  Maria MatejkaFilter generator: workaround for M4 claiming all the...
2019-02-20  Maria MatejkaFilter data manipulation functions separated to their...
2019-02-20  Maria MatejkaFilter: split the constructors to a separate file
2019-02-20  Maria MatejkaConf: Fixed makefiles
2019-02-20  Maria MatejkaFilter: merged filter instruction constructors, countin...
2019-02-20  Maria MatejkaTest: Fixed annoying warnings (and possible obscure...
2019-02-20  Maria MatejkaFilters: split the large filter.h file to smaller files.
2019-02-20  Maria MatejkaFilter: M4 convertors polished a bit.
2019-02-20  Maria MatejkaFilter + Config: Fix bugs, tests and split symbols...
2019-02-20  Maria MatejkaFilter: refactoring of instruction constructors
2019-02-20  Maria MatejkaFilter refactoring: dropped the recursion from the...
2019-02-20  Maria MatejkaFilter refactoring: The instructions are converted...
2019-02-20  Maria MatejkaFilter refactoring: Drop the roa check specific f_inst
2019-02-20  Maria MatejkaFilter refactoring: The constant f_val is simply includ...
2019-02-20  Maria MatejkaFilter refactoring: Changed arguments from separate...
2019-02-20  Maria MatejkaFilter refactoring: Converted condition to three-args...
2019-02-20  Maria MatejkaFilter refactoring: Some instructions eat up excessivel...
2019-02-20  Maria MatejkaFilter refactoring: Expanded the short instructions...
2019-02-20  Maria MatejkaFilter refactoring: indentation fix
2019-02-20  Jan Maria MatejkaFilter refactoring: The values are now saved on a custo...
2019-02-20  Jan Maria MatejkaFilter refactoring: Passing the resulting struct f_val...
2019-02-20  Jan Maria MatejkaFilter refactoring: Moved filter instruction definition...
2019-02-20  Jan Maria MatejkaFilter refactoring: Moved the bitfield bit position...
2019-02-20  Jan Maria MatejkaFilter refactoring: Moved the interpret macros inside...
2019-02-20  Jan Maria MatejkaFilter: Converted static global variables to a filter_s...
2018-12-14  Ondrej Zajicek ... Doc: Rename code documentation files back to Doc
2018-12-06  Jan Maria MatejkaMerge branch 'mq-custom' into int-new
next