summaryrefslogtreecommitdiffstats
path: root/parse.c
Commit message (Expand)AuthorAgeFilesLines
* enhanced test environment (including testbench)Rainer Gerhards2009-10-221-2/+3
* going forward in moving string-handling functions to new interface...Rainer Gerhards2009-06-171-9/+9
* done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-8/+8
* moved files to the runtimeRainer Gerhards2008-04-161-1/+1
* some cleanupRainer Gerhards2008-04-111-32/+23
* properties are now case-insensitive everywhere (script, filters, templates)Rainer Gerhards2008-04-031-2/+3
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-7/+7
* 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
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-24/+26
* 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
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-8/+9
* fixed a memory leak in config file parsing thanks to varmojfekoj for theRainer Gerhards2007-07-231-11/+11
* 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
* 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
* 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
* on the way to adding property-based filters - right before changingRainer Gerhards2005-09-151-0/+154