Age | Commit message (Expand) | Author |
2019-06-27 | Filter: A little cleanup of M4 interpreter generator | Maria Matejka |
2019-06-25 | Merge remote-tracking branch 'refs/remotes/origin/mq-filter-stack' into mq-fi... | Maria Matejka |
2019-06-25 | Conf/Filters: Moved argument count to conf scope | Maria Matejka |
2019-06-21 | Filter instructions don't confuse now v1 and res. | Maria Matejka |
2019-06-19 | Revert "Filter: Dropped the setter instructions in favor of direct result sto... | Maria Matejka |
2019-06-13 | Filter: removal of semantically insane consts in filter_commit | Maria Matejka |
2019-06-03 | Filter: Dropped the setter instructions in favor of direct result storage. | Maria Matejka |
2019-05-30 | Filter: Just a little comments in filter structure | Maria Matejka |
2019-05-29 | Filter: Stacks moved to thread-local storage if available. | Maria Matejka |
2019-05-23 | Filters: If somebody doesn't like _Thread_local, don't fail for now, just be ... | Jan 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-05-20 | Filter: Making the filter state thread local. | Jan Maria Matejka |
2019-05-17 | Lexer now returns known sym / unknown sym / keyword | Maria Matejka |
2019-03-23 | Filter: fixed error-checking bug in !~ operator | Maria Matejka |
2019-03-18 | Merge branch 'master' into HEAD | Maria Matejka |
2019-03-14 | Nest: Update handling of temporary attributes | Ondrej Zajicek (work) |
2019-03-06 | Faster filters: documentation on what is happening there | Maria Matejka |
2019-02-26 | Filters: comparison of functions and filters caching | Maria Matejka |
2019-02-20 | Filter: Interpreter merged into the common m4 generator. | Maria Matejka |
2019-02-20 | Filter: Fixed bugs in FI_CALL and FI_SWITCH | 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 data manipulation functions separated to their file | Maria Matejka |
2019-02-20 | Filter: split the constructors to a separate file | Maria Matejka |
2019-02-20 | Conf: Fixed makefiles | Maria Matejka |
2019-02-20 | Filter: merged filter instruction constructors, counting line size on instruc... | Maria Matejka |
2019-02-20 | Test: Fixed annoying warnings (and possible obscure bugs). | Maria Matejka |
2019-02-20 | Filters: split the large filter.h file to smaller files. | Maria Matejka |
2019-02-20 | Filter: M4 convertors polished a bit. | Maria Matejka |
2019-02-20 | Filter + Config: Fix bugs, tests and split symbols by type | Maria Matejka |
2019-02-20 | Filter: refactoring of instruction constructors | Maria Matejka |
2019-02-20 | Filter refactoring: dropped the recursion from the interpreter | Maria Matejka |
2019-02-20 | Filter refactoring: The instructions are converted to the switch body by M4 | Maria Matejka |
2019-02-20 | Filter refactoring: Drop the roa check specific f_inst | Maria Matejka |
2019-02-20 | Filter refactoring: The constant f_val is simply included inside the instruction | Maria Matejka |
2019-02-20 | Filter refactoring: Changed arguments from separate unions to an array | Maria Matejka |
2019-02-20 | Filter refactoring: Converted condition to three-args instruction | Maria Matejka |
2019-02-20 | Filter refactoring: Some instructions eat up excessively much space. | Maria Matejka |
2019-02-20 | Filter refactoring: Expanded the short instructions with common code. | Maria Matejka |
2019-02-20 | Filter refactoring: indentation fix | Maria Matejka |
2019-02-20 | Filter refactoring: The values are now saved on a custom stack. | Jan Maria Matejka |
2019-02-20 | Filter refactoring: Passing the resulting struct f_val as a pointer. | Jan Maria Matejka |
2019-02-20 | Filter refactoring: Moved filter instruction definition to a separate file | Jan Maria Matejka |
2019-02-20 | Filter refactoring: Moved the bitfield bit position formula to route.h | Jan Maria Matejka |