summaryrefslogtreecommitdiffstats
path: root/runtime/rule.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.