summaryrefslogtreecommitdiffstats
path: root/parse.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: remove code for no-longer needed legacy conf functionalityRainer Gerhards2012-02-011-1/+1
|
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-15/+14
|\ | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c
| * relicense parts under ASL 2.0Rainer Gerhards2012-01-111-15/+14
| | | | | | | | after carful check for copyright holder
* | bugfix: missing whitespace after property-based filter was not detectedRainer Gerhards2011-10-211-1/+1
|/
* some more cleanupRainer Gerhards2008-04-161-17/+2
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* properties are now case-insensitive everywhere (script, filters, templates)Rainer Gerhards2008-04-031-1/+1
|
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-4/+4
| | | | rsyslog (now) and also much easier to type
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-0/+19
|
* fully integrated patch from mildew@gmail.comRainer Gerhards2007-07-161-1/+3
|
* applied patch by mildew@gmail.com to support IPv6 in $AllowedSendersRainer Gerhards2007-07-161-1/+1
|
* cleaned up some issues with $FileCreateModeRainer Gerhards2007-07-041-0/+1
|
* applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed aRainer Gerhards2007-07-031-1/+1
| | | | number of char to unsigned char
* added allowedSender support for TCPRainer Gerhards2005-09-271-0/+1
|
* nearing completion of allowedSenders functionalityRainer Gerhards2005-09-271-1/+6
|
* added capability to filter on any property in selector linesRainer Gerhards2005-09-191-0/+6
|
* added parsing of property-filter (but not complete property selector lineRainer Gerhards2005-09-191-0/+3
| | | | yet)
* on the way to adding property-based filters - right before changingRainer Gerhards2005-09-151-0/+87
cfline()