summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
Commit message (Collapse)AuthorAgeFilesLines
* small performance improvement and cleanupRainer Gerhards2009-07-091-3/+4
| | | | | | optimized substring processing, should bring a small enhancement when forwarding with the default forwarding templates. Also did some uchar cleanup in msg.c (thus so many changes, in reality they are few...).
* finished transition to using inputName propertyRainer Gerhards2009-06-301-4/+3
| | | | | ... plus some celanup and adding minor missing functionality (the rule debug info again tell the property name, not just number).
* optimization: propert names are now internally identified by integersRainer Gerhards2009-06-261-9/+5
|
* got rid of the recursive requirement for msg_t mutex (finally!)Rainer Gerhards2009-06-261-3/+4
|
* slight optimization of template generationRainer Gerhards2009-06-181-1/+3
|
* added $Ruleset config commandRainer Gerhards2009-06-101-0/+22
| | | | | | so we now can define multiple rule sets, we just can not use them ;) That means we have the foundation to bind listeners to different rule sets.
* fixed a small memory leak...Rainer Gerhards2009-06-101-3/+0
| | | | and another problem, both introduced today. Also did some general cleanup.
* restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-101-0/+431
... this was long overdue, and I finlly tackeld it. It turned out to be more complex than I initially thought. The next step now probably is to actually implement multiple rule sets and the beauty that comes with them.