summaryrefslogtreecommitdiffstats
path: root/runtime/ruleset.c
Commit message (Expand)AuthorAgeFilesLines
* add "parser" parameter to ruleset(), so that parser chain can be configuredRainer Gerhards2012-10-021-8/+24
* bugfix: ruleset(){} directive errornously changed default rulesetRainer Gerhards2012-10-011-5/+1
* implement RainerScript "call" statementRainer Gerhards2012-10-011-0/+5
* cleanupRainer Gerhards2012-10-011-1/+0
* Implement RainerScript ruleset() statementRainer Gerhards2012-09-281-3/+54
* fix invalid free caused by optimized script executionRainer Gerhards2012-09-251-1/+2
* fix compile problem due to error in last commitRainer Gerhards2012-09-211-1/+0
* Implement script optimization IF -> PRIFILTRainer Gerhards2012-09-211-10/+22
* Add skeleton for RainerScript optimizerRainer Gerhards2012-09-201-0/+34
* new ruleengine: implement template type "subtree"Rainer Gerhards2012-09-181-1/+1
* new ruleengine: Implent "unset" statementRainer Gerhards2012-09-171-7/+22
* Implement set config stmt (initial version)Rainer Gerhards2012-09-131-0/+22
* another small cleanupRainer Gerhards2012-09-121-1/+0
* bugfix: abort when invalid property name was configuredRainer Gerhards2012-09-121-0/+4
* new ruleengine: bugfix, messages were processed multiple timesRainer Gerhards2012-09-121-10/+2
* new ruleengine: properly freeing stmt treeRainer Gerhards2012-09-061-1/+1
* new ruleengine: restore action iterator functionalityRainer Gerhards2012-09-061-46/+38
* new ruleengine: some cleanupRainer Gerhards2012-09-061-50/+2
* new ruleengine: implement rainerscript execution engineRainer Gerhards2012-09-061-1/+277
* switch ruleset.h to ASL 2.0Rainer Gerhards2012-09-041-15/+13
* new ruleengine: skeleton for reading conf file in placeRainer Gerhards2012-09-041-1/+19
* Merge branch 'v6-stable'Rainer Gerhards2012-08-251-5/+4
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-08-251-5/+4
| |\
| | * Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-08-221-5/+4
| | |\
| | | * bugfix: multiple main queues with same queue file name were not detectedRainer Gerhards2012-08-221-2/+4
| | * | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-181-5/+5
| | |\|
* | | | added --enable-debugless configure option for very high demanding environmentsRainer Gerhards2012-05-291-9/+8
|/ / /
* | | Merge branch 'v6-stable'Rainer Gerhards2012-04-181-5/+5
|\ \ \ | | |/ | |/|
| * | bugfix: assigned ruleset was lost when using disk queuesRainer Gerhards2012-04-181-5/+5
* | | Merge branch 'v5-stable-newstats'Rainer Gerhards2012-04-071-1/+4
|\ \ \ | | |/ | |/|
| * | stats: added unique (and friendly) name for ruleset queuesRainer Gerhards2012-01-311-1/+4
| |/
* | bugfix: rsyslog aborted during startup if there is an error in loading an actionRainer Gerhards2012-01-271-1/+1
* | Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-2/+2
|\ \
| * | undoing v6.1 config scoping interface, part IRainer Gerhards2012-01-181-2/+2
* | | more cleanupRainer Gerhards2011-07-151-2/+2
* | | some more work was required on the ruleset modificationRainer Gerhards2011-04-191-25/+32
* | | milestone: ruleset now supports rsconf_tRainer Gerhards2011-04-191-41/+38
|/ /
* | Merge branch 'v5-devel'Rainer Gerhards2011-04-121-2/+2
|\|
| * cleanup: initially thought temporary debug message made durable ;)Rainer Gerhards2011-04-121-2/+2
* | Merge branch 'v5-beta'Rainer Gerhards2011-02-251-9/+14
|\|
| * bugfix: fixed a memory leak and potential abort conditionRainer Gerhards2011-02-251-9/+14
* | moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-2/+2
|/
* Merge branch 'v4-devel'Rainer Gerhards2010-07-051-0/+1
|\
| * bugfix: segfault on HUP when "HUPIsRestart" was set to "on"varmojfekoj2010-07-051-0/+1
* | bugfix: "$ActionExecOnlyWhenPreviousIsSuspended on" was brokenRainer Gerhards2010-06-241-0/+1
* | fixed a couple of regressionsRainer Gerhards2010-06-231-11/+0
* | milestone(BUGGY): batch now pushed down to actionRainer Gerhards2010-06-151-7/+68
* | milestone commit(BUGGY): batch is now handed down to rule processingRainer Gerhards2010-06-101-12/+27
* | first complete implementation of loadable parser systemRainer Gerhards2009-11-041-0/+3
* | added $RulesetParser config directiveRainer Gerhards2009-11-041-2/+46