summaryrefslogtreecommitdiffstats
path: root/grammar
Commit message (Expand)AuthorAgeFilesLines
* fix regression introduced by last commitRainer Gerhards2012-10-111-1/+1
* bugfixes in regards to action()Rainer Gerhards2012-10-111-0/+2
* bugfix: some config processing warning messages were treated as errorsRainer Gerhards2012-10-111-2/+6
* add missing prototypeRainer Gerhards2012-10-111-0/+1
* bugfix: in (non)equal comparisons the position of arrays influenced resultRainer Gerhards2012-10-091-1/+16
* Merge branch 'v6-stable' into betaRainer Gerhards2012-10-041-0/+1
|\
| * bugfix: comments inside objects (e.g. action()) were not properly handledRainer Gerhards2012-10-041-0/+1
* | implement "continue" RainerScript statementRainer Gerhards2012-10-013-1/+9
* | bugfix: ruleset(){} directive errornously changed default rulesetRainer Gerhards2012-10-011-0/+1
* | implement RainerScript "call" statementRainer Gerhards2012-10-014-4/+64
* | implement imtcp "permittedPeers" module-global parameterRainer Gerhards2012-10-012-5/+4
* | refactor: unify nodetypesRainer Gerhards2012-10-012-14/+14
* | fix: invalid free in array-based string comparisonsRainer Gerhards2012-10-011-3/+7
* | implement string arrays for config objectsRainer Gerhards2012-10-013-33/+134
* | cleanupRainer Gerhards2012-09-282-9/+0
* | implement RainerScript array-based string comparison operationsRainer Gerhards2012-09-281-13/+77
* | rainerscript: add basic plumbing for arraysRainer Gerhards2012-09-284-5/+94
* | Implement RainerScript ruleset() statementRainer Gerhards2012-09-285-5/+17
* | Merge branch 'v6-devel'Rainer Gerhards2012-09-271-21/+108
|\ \
| * | bugfix: config errors did not always cause statement to failRainer Gerhards2012-09-271-21/+108
| * | cleanupRainer Gerhards2012-09-261-2/+0
| * | Merge branch 'v6-stable' into v6-develRainer Gerhards2012-09-211-1/+1
| |\|
| * | Free configuration objects after useMiloslav Trmač2012-09-171-1/+2
* | | fix invalid free in PoC == optimizationRainer Gerhards2012-09-251-1/+3
* | | slight optimization of == in string comparisonsRainer Gerhards2012-09-251-9/+17
* | | detect unreachable statements and emit warning messageRainer Gerhards2012-09-251-0/+3
* | | Merge branch 'master' into master-newrulesetRainer Gerhards2012-09-251-1/+2
|\ \ \
| * | | fix invalid free caused by optimized script executionRainer Gerhards2012-09-251-1/+2
* | | | fix small memory leak during script optimizationRainer Gerhards2012-09-251-0/+2
* | | | fix optimizer-introduced memleak in action destructionRainer Gerhards2012-09-251-1/+1
* | | | Implement Script Optimizer: remove always-true PRIFILTRainer Gerhards2012-09-251-4/+44
* | | | cleanup & better debug outputRainer Gerhards2012-09-241-2/+6
* | | | Clean up implementation of omdiscard-->STOP optimizationRainer Gerhards2012-09-241-2/+3
* | | | PoC: optimize omdicard --> STOPRainer Gerhards2012-09-241-2/+18
|/ / /
* | | Improve script execution speed for important string-comparisonsRainer Gerhards2012-09-211-2/+7
* | | Merge branch 'v6-stable' into master-newrulesetRainer Gerhards2012-09-211-1/+1
|\ \ \ | | |/ | |/|
| * | Implemented different grammar for pri filtersRainer Gerhards2012-09-211-1/+1
* | | Merge branch 'v6-stable' into master-newrulesetRainer Gerhards2012-09-211-1/+1
|\| |
| * | bugfix: some valid legacy PRI filters were flagged as errornousRainer Gerhards2012-09-211-1/+1
* | | 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
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|