summaryrefslogtreecommitdiffstats
path: root/template.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a small memory leak during config file parsingRainer Gerhards2010-02-091-1/+4
* Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-02-041-4/+1
|\
| * bugfix: several smaller bugs resolved after flexelint reviewvarmojfekoj2010-02-041-4/+1
* | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-2/+4
* | optimization: propert names are now internally identified by integersRainer Gerhards2009-06-261-10/+6
* | some more stringbuffer optimizationRainer Gerhards2009-06-251-1/+0
* | optimized template string generationRainer Gerhards2009-06-191-51/+46
* | fixed abort condition with oversize tagsRainer Gerhards2009-06-181-0/+1
* | slight optimization of template generationRainer Gerhards2009-06-181-3/+3
|/
* done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-27/+27
* added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-031-0/+56
* added new "csv" property replacer optionRainer Gerhards2009-04-021-0/+5
* Merge branch 'v3-stable' into betaRainer Gerhards2008-11-111-2/+6
|\
| * enhance: regex nomatch option "ZERO" has been addedRainer Gerhards2008-11-111-2/+6
* | added new capability to property replacer.Zhuang Yuyao2008-09-101-0/+5
|/
* Merge branch 'v3-stable' into betaRainer Gerhards2008-07-181-0/+11
|\
| * added new poperty replacer option, added missing documentationRainer Gerhards2008-07-181-0/+11
* | added (internal) error codes to error messagesRainer Gerhards2008-06-271-7/+7
* | added new property replacer option "time-subseconds"Rainer Gerhards2008-06-061-0/+2
* | enhanced property replacer to support multiple regex matchesRainer Gerhards2008-06-041-4/+22
* | capability for replacement text in no match regex case addedRainer Gerhards2008-05-301-2/+23
* | enhanced property replacer's regex to support submatchesRainer Gerhards2008-05-291-4/+35
* | some more cleanupRainer Gerhards2008-04-161-1/+1
|/
* some cleanupRainer Gerhards2008-04-111-28/+20
* properties are now case-insensitive everywhere (script, filters, templates)Rainer Gerhards2008-04-031-2/+2
* bugfix: fixed small memory leak in template regular expressionsRainer Gerhards2008-03-281-4/+24
* prevented potential flood of error messages if regexp lib could not beRainer Gerhards2008-03-281-2/+6
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-2/+2
* 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-3/+13
* some cleanupRainer Gerhards2008-03-071-3/+3
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-8/+23
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-4/+4
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-5/+5
* - added doc on how expressions will workRainer Gerhards2008-02-191-7/+4
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-1/+1
* removed some no-longer-needed code (thanks Michael Biebl for the help)Rainer Gerhards2008-01-051-4/+0
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-1/+19
* fixed some type conversion warnings that appeared on 64 bit machines -Rainer Gerhards2007-12-071-1/+1
* adding sur5r's postgres module - many thanks for providing it! There are aRainer Gerhards2007-12-031-0/+5
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-40/+38
* - fixed bug: a template like this causes an infinite loop: $templateRainer Gerhards2007-09-041-0/+2
* applied patch form varmojfekoj to fix some mem leaks and a check to makeRainer Gerhards2007-09-041-4/+13
* patches and docu update for 1.19.3v1-19-3Michael Meckelein2007-08-311-0/+4
* changed rsyslog.h include order to solve debian sid zlib inlcude issueMichael Meckelein2007-08-081-1/+1
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-49/+49
* moved file write output module to own set of code filesRainer Gerhards2007-07-221-0/+211
* code cleanup (removed compiler warningsRainer Gerhards2007-07-181-3/+4
* fixed minimal memory leak on HUP (caused by templates) thanks toRainer Gerhards2007-07-181-0/+51
* moving towards autotools build system - config.h include forgotten & nowRainer Gerhards2007-07-111-0/+4