summaryrefslogtreecommitdiffstats
path: root/tools/smtradfile.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed a couple of regressionsRainer Gerhards2010-06-231-1/+0
| | | | | | | | by implementing some code that was missing so far ;) as well as finding some real bugs. I also did some general cleanup, removing debug strings and such. This code should be fairly OK to use, except when "exec only when previous action was suspended" is used -- this is NOT yet re-implemented in the tuned engine.
* finshed implementation of strgen modulesRainer Gerhards2010-06-041-72/+47
| | | | | | and also provided four build-in modules for the most common use cases, hopefully resulting in a speedup of around 5% for typical rsyslog processing.
* first implementation of strgen interfaceRainer Gerhards2010-06-011-0/+154
and a first built-in strgen module. Some tweaks and more default strgens are needed, but the code doesn't look too bad ;)