summaryrefslogtreecommitdiffstats
path: root/runtime/conf.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: finally moved some config variables just to conf.cRainer Gerhards2009-10-191-4/+0
|
* some mild restart-type HUP cleanupRainer Gerhards2009-07-151-2/+4
| | | | | ... only those things that were obvious (and puzzled people looking at the code without konwing the subtle issues of HUP ;)).
* re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-0/+4
| | | | | | | ... by moving code to stream.c. Thanks to the new design, new cases are not really needed, resulting in cleaner code. I also did a cleanup of header file usage as a side-activity.
* restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-101-1/+1
| | | | | | | ... 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.
* enhanced configuration file error reporting and verificationRainer Gerhards2008-07-291-1/+3
| | | | | | | | | | | | - enhanced config file checking - no active actions are detected - added -N rsyslogd command line option for a config validation run (which does not execute actual syslogd code and does not interfere with a running instance) - somewhat improved emergency configuration. It is now also selected if the config contains no active actions - rsyslogd error messages are now reported to stderr by default. can be turned off by the new "$ErrorMessagesToStderr off" directive Thanks to HKS for suggesting these new features.
* begun building a testbenchRainer Gerhards2008-06-131-0/+53