summaryrefslogtreecommitdiffstats
path: root/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-7/+7
| | | | rsyslog (now) and also much easier to type
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-11/+11
|
* - added doc on how expressions will workRainer Gerhards2008-02-191-15/+12
| | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-24/+26
| | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS...
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-1/+17
|
* added Bartosz Kuzma patches for better compatibility with NetBSD - manyRainer Gerhards2007-12-031-2/+10
| | | | thanks for them!
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-8/+9
| | | | | | | provided and the calling sequence is more intuitive (there were invalid calls based on a too-weired interface) - (hopefully) fixed some remaining bugs rooted in wrong use of the CStr class. These could lead to program abort.
* fixed a memory leak in config file parsing thanks to varmojfekoj for theRainer Gerhards2007-07-231-11/+11
| | | | patch
* code cleanup (removed compiler warningsRainer Gerhards2007-07-181-1/+1
|
* fixed a bug that could case host wildcards to become corruptedRainer Gerhards2007-07-181-1/+1
|
* fully integrated patch from mildew@gmail.comRainer Gerhards2007-07-161-2/+5
|
* applied patch by mildew@gmail.com to support IPv6 in $AllowedSendersRainer Gerhards2007-07-161-33/+97
|
* moving towards autotools build system - config.h include forgotten & nowRainer Gerhards2007-07-111-0/+2
| | | | fixed
* cleaned up some issues with $FileCreateModeRainer Gerhards2007-07-041-0/+8
|
* applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed aRainer Gerhards2007-07-031-14/+14
| | | | number of char to unsigned char
* added allowedSender support for TCPRainer Gerhards2005-09-271-0/+14
|
* nearing completion of allowedSenders functionalityRainer Gerhards2005-09-271-1/+179
|
* added capability to filter on any property in selector linesRainer Gerhards2005-09-191-6/+13
|
* added parsing of property-filter (but not complete property selector lineRainer Gerhards2005-09-191-4/+129
| | | | yet)
* on the way to adding property-based filters - right before changingRainer Gerhards2005-09-151-0/+154
cfline()