summaryrefslogtreecommitdiffstats
path: root/stringbuf.c
Commit message (Expand)AuthorAgeFilesLines
* fixed file permissionsRainer Gerhards2008-04-071-0/+0
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-0/+11
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-1/+1
* fixed potential infinite loop condition when module load failed on startupRainer Gerhards2008-03-071-1/+1
* extracted regexp functionality to its own dynamically loadable moduleRainer Gerhards2008-03-071-9/+35
* - wrote doc on how to use the expression engineRainer Gerhards2008-02-281-0/+71
* implemented STARTSWITH vm instructionRainer Gerhards2008-02-261-1/+7
* added string concatenation operator & to RainerScriptRainer Gerhards2008-02-251-0/+9
* - added some thoughts on RainerScriptRainer Gerhards2008-02-241-12/+78
* worked a bit on var_t data type conversionRainer Gerhards2008-02-221-0/+31
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-31/+31
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-1/+7
* - added doc on how expressions will workRainer Gerhards2008-02-191-11/+20
* somewhat improved performance of rsCStr objRainer Gerhards2008-02-121-17/+12
* fixed a bug in stringbuf.c related to STRINGBUF_TRIM_ALLOCSIZE, whichRainer Gerhards2008-02-121-5/+23
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-14/+22
* implemented disk queue as far as I could without an object de-serializerRainer Gerhards2008-01-071-1/+0
* performance-tuned stringbuf classRainer Gerhards2008-01-071-33/+63
* worked a bit on object serializationRainer Gerhards2008-01-061-1/+1
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-1/+19
* removed some compiler warnings in regard to signed / unsigned comparisonRainer Gerhards2007-09-181-1/+1
* - removed compiler warnings in non-debug modev1-19-6bRainer Gerhards2007-09-111-3/+7
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-6/+31
* changed some calles to CStr class to their "safe" counterpart - they couldRainer Gerhards2007-09-041-1/+5
* fixed a memory leak in config file parsing thanks to varmojfekoj for theRainer Gerhards2007-07-231-1/+1
* code cleanup (removed compiler warningsRainer Gerhards2007-07-181-16/+14
* cosmetic: unsigned char changed to ucharRainer Gerhards2007-07-161-29/+29
* integrated patch by Michel Samia to provide regex support for the filterRainer Gerhards2007-07-161-0/+18
* moving towards autotools build system - config.h include forgotten & nowRainer Gerhards2007-07-111-0/+2
* applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed aRainer Gerhards2007-07-031-42/+42
* added support for dynamic file names in selector lines. Can now be createdRainer Gerhards2007-07-031-3/+14
* made "!progname" fully BSD-compliant; added property "programname"Rainer Gerhards2005-10-191-0/+19
* fixing a bug with the "startswith" comparison mode; more work on BSD-styleRainer Gerhards2005-10-191-3/+35
* added support for BSD-style host blocksRainer Gerhards2005-10-191-7/+10
* begin implementing BSD-style program blocksRainer Gerhards2005-10-181-1/+68
* begin implementing RFC 3195 supportRainer Gerhards2005-10-061-1/+1
* added the "startwith" property-filter comparison operationRainer Gerhards2005-09-261-0/+31
* added isequal comparison operation; ability to negat comparison operationsRainer Gerhards2005-09-261-21/+100
* security hardening of the new "call script" actionRainer Gerhards2005-09-221-0/+19
* added capability to filter on any property in selector linesRainer Gerhards2005-09-191-0/+88
* added parsing of property-filter (but not complete property selector lineRainer Gerhards2005-09-191-32/+107
* on the way to adding property-based filters - right before changingRainer Gerhards2005-09-151-9/+53
* prepared for new parse object; now removed allmost all liblogging borrowedRainer Gerhards2005-09-151-13/+38
* initial implementation of the counted string class completed (but so farRainer Gerhards2005-09-091-0/+20
* begin adding counted string class - does NOT compile yet!Rainer Gerhards2005-09-071-63/+87
* fixed a minor bug in usage()Branchpoint_Stable_1-0Rainer Gerhards2005-09-071-1/+1
* removed DOS CRLFs from stringbuf.cRainer Gerhards2005-09-071-188/+188
* removed some #ifdef's BSD because we can do the same on RedHat, too...Rainer Gerhards2005-04-211-9/+0
* FreeBSD portRainer Gerhards2005-04-211-1/+9
* memory leak fixedRainer Gerhards2005-02-221-2/+4