summaryrefslogtreecommitdiffstats
path: root/template.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v5-devel'Rainer Gerhards2011-03-311-9/+32
|\
| * Merge branch 'v5-beta-strgen-bind' into v5-betaRainer Gerhards2011-03-291-2/+2
| |\
| | * bugfix: strgen could not be used together with database outputsRainer Gerhards2011-03-211-2/+2
| * | bugfix: rsyslog did not build with --disable-regexp configure optionRainer Gerhards2011-03-281-3/+9
| |/
| * potential fix to issue that strgen's do not support SQL optionRainer Gerhards2011-03-211-6/+23
* | Merge branch 'v5-devel'Rainer Gerhards2010-12-171-6/+4
|\|
| * bugfix: unitialized variable could cause issues under extreme conditionsRainer Gerhards2010-12-161-6/+4
* | milestone: added support for CEE-properties in property-based filtersRainer Gerhards2010-12-011-2/+4
* | milestone: template supports CEE output via %$!all-json%Rainer Gerhards2010-12-011-1/+17
|/
* bugfix: segfault when an *empty* template was usedRainer Gerhards2010-11-051-2/+10
* finshed implementation of strgen modulesRainer Gerhards2010-06-041-8/+15
* first implementation of strgen interfaceRainer Gerhards2010-06-011-57/+13
* experimental commit: facility to generate template via C functionRainer Gerhards2010-06-011-5/+97
* some cleanupRainer Gerhards2010-04-191-1/+0
* added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-051-0/+2
* Merge branch 'v4-beta' into betaRainer Gerhards2010-02-101-1/+1
|\
| * fixed a small memory leak during config file parsingRainer Gerhards2010-02-091-1/+4
* | Merge branch 'v4-beta' into betaRainer Gerhards2010-02-041-4/+1
|\|
| * 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
* | | some cleanup (removal of debug code)Rainer Gerhards2009-10-301-4/+0
* | | enhanced test environment (including testbench)Rainer Gerhards2009-10-221-2/+2
* | | bugfix: message processing states were not set correctly in all casesRainer Gerhards2009-10-191-1/+1
* | | bugfix in debug system and more instrumentation to find an issueRainer Gerhards2009-10-081-1/+5
* | | bugfix: minor static memory leak while reading configurationRainer Gerhards2009-07-201-1/+4
* | | 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