summaryrefslogtreecommitdiffstats
path: root/grammar
Commit message (Expand)AuthorAgeFilesLines
...
* | | Implement script optimization IF -> PRIFILTRainer Gerhards2012-09-212-19/+65
* | | Implement script optimizer basic constant folding & NOP removalRainer Gerhards2012-09-211-31/+164
* | | Add skeleton for RainerScript optimizerRainer Gerhards2012-09-202-0/+84
* | | Implement RainerScript prifield() functionRainer Gerhards2012-09-202-3/+67
* | | Implement RainerScript field() functionRainer Gerhards2012-09-202-8/+107
* | | new ruleengine: implement native JSON in RainerScriptRainer Gerhards2012-09-182-9/+48
* | | new ruleengine: implement script concatenation (& operator)Rainer Gerhards2012-09-173-1/+12
* | | Merge branch 'master-newruleset'Rainer Gerhards2012-09-174-1/+58
|\ \ \
| * | | cleanupRainer Gerhards2012-09-171-6/+2
| * | | Add set/unset stmt to grammar & ASTRainer Gerhards2012-09-134-1/+62
* | | | Merge branch 'v6-devel'Rainer Gerhards2012-09-141-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch 'v6-stable' into v6-develRainer Gerhards2012-09-141-2/+2
| |\|
| | * Fix length calculation for script string constantsRainer Gerhards2012-09-141-2/+2
* | | Merge branch 'v6-devel'Rainer Gerhards2012-09-133-2/+147
|\| |
| * | Merge branch 'v6-stable' into v6-develRainer Gerhards2012-09-133-2/+147
| |\|
| | * Fixing string unescaping (new code from this morning's commit)Rainer Gerhards2012-09-131-1/+1
| | * bugfix: missing support for escape sequences in RainerScriptRainer Gerhards2012-09-133-2/+148
* | | bugfix: abort when invalid property name was configuredRainer Gerhards2012-09-121-1/+3
* | | cleanupRainer Gerhards2012-09-121-1/+1
* | | Merge branch 'v6-devel'Rainer Gerhards2012-09-121-1/+1
|\| |
| * | forward-compatibility patch for $ruleset processingRainer Gerhards2012-09-122-0/+5
* | | new ruleengine: properly handle $ruleset directiveRainer Gerhards2012-09-122-2/+7
* | | new ruleengine: fix memory leaks & a little cleanupRainer Gerhards2012-09-102-8/+5
* | | new ruleengine: more cleanupRainer Gerhards2012-09-103-210/+3
* | | new ruleengine: properly freeing stmt treeRainer Gerhards2012-09-063-4/+52
* | | new ruleengine: restore action iterator functionalityRainer Gerhards2012-09-062-3/+3
* | | new ruleengine: implement rainerscript execution engineRainer Gerhards2012-09-063-2/+3
* | | new ruleengine: legacy action object properly constructedRainer Gerhards2012-09-043-6/+28
* | | new ruleengine: v6+ action object properly constructedRainer Gerhards2012-09-043-1/+20
* | | new ruleengine: PROP and PRI legacy filter structures properly createdRainer Gerhards2012-09-044-23/+112
* | | new ruleengine: skeleton for reading conf file in placeRainer Gerhards2012-09-042-35/+14
* | | new ruleengine: script block correctly builtRainer Gerhards2012-09-044-47/+83
* | | Merge branch 'master' into master-newrulesetRainer Gerhards2012-09-041-1/+2
|\ \ \
| * | | Free configuration objects after useMiloslav Trmač2012-09-041-1/+2
| |/ /
* | | new ruleengine: add &-operator (legacy action list)Rainer Gerhards2012-09-043-7/+11
* | | new ruleengine: first code for stmt handlingRainer Gerhards2012-09-044-21/+110
* | | new ruleengine: first shot at grammarRainer Gerhards2012-09-032-15/+27
|/ /
* | add capability to configure outname for constant (inside template)Rainer Gerhards2012-08-251-6/+4
* | milestone: LIST-type templates work, but no all options yet presentRainer Gerhards2012-08-252-6/+21
* | milestone: base plumbing for LIST-type templates mostly in placeRainer Gerhards2012-08-253-7/+72
* | add base plumbing for template() config object to grammarRainer Gerhards2012-08-243-2/+23
* | milestone: module() can load module in legacy modeRainer Gerhards2012-06-201-1/+0
* | bugfix: small static memory leak in expression based filtersRainer Gerhards2012-06-141-0/+1
* | fixing memory leaks in expression-based filtersRainer Gerhards2012-06-142-0/+75
* | re_match() function now also executesRainer Gerhards2012-06-131-4/+16
* | milestone: regex is compiled from script based filterRainer Gerhards2012-06-122-3/+60
* | Merge branch 'master-regexp'Rainer Gerhards2012-06-122-2/+18
|\ \ | |/ |/|
| * first experiments with regexp'es in RainerScriptRainer Gerhards2012-05-292-2/+18
* | bugfix: expression-based filters with AND/OR could segfaultRainer Gerhards2012-06-111-2/+4
* | regression fix: last memleak bugfix caused abort in some situationsRainer Gerhards2012-06-051-1/+3