summaryrefslogtreecommitdiffstats
path: root/runtime/cfsysline.h
Commit message (Collapse)AuthorAgeFilesLines
* milestone: all syntaxes for new config handler implementedRainer Gerhards2011-07-221-1/+1
| | | | | | so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system
* first shot at scoping (for actions only)Rainer Gerhards2010-07-231-27/+0
| | | | | parser now supports $Begin action, $End action, $StrictScoping, but not yet the actual semantics.
* moving towards scoping inside rsyslog.confRainer Gerhards2010-07-211-3/+14
| | | | first step: adding object-type specifier to config statement table
* modularization workRainer Gerhards2008-04-171-0/+76
cleanup + created an abstract class for global data items and moved glblGetWorkDir to it