summaryrefslogtreecommitdiffstats
path: root/runtime/ruleset.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: segfault on HUP when "HUPIsRestart" was set to "on"varmojfekoj2010-07-051-0/+1
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* restored repeated message reduction processingRainer Gerhards2009-06-231-5/+2
|
* completed multi-ruleset core supportRainer Gerhards2009-06-121-2/+82
| | | | ... as well as added multi-ruleset support for imtcp
* implemented $OMFileFlushOnTXEnd directiveRainer Gerhards2009-06-121-3/+6
| | | | plus some cleanup...
* re-enabled queue disk fsync testRainer Gerhards2009-06-101-1/+0
| | | | | | ... actually, it was not broken, but just very slow. I have now reduced the number of test messages so that make check will not be held for an extended period of time.
* restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-101-0/+369
... 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.