summaryrefslogtreecommitdiffstats
path: root/template.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for optional JSON fieldsHEADommongodbMiloslav Trmač2012-08-281-0/+5
* Handle $!all-json in field templatesMiloslav Trmač2012-08-281-28/+16
* Implement ACT_FIELDS_PASSING, test in mongodbMiloslav Trmač2012-08-281-0/+59
* add capability to configure outname for constant (inside template)Rainer Gerhards2012-08-251-13/+8
* milestone: LIST-type templates support full option setRainer Gerhards2012-08-251-0/+72
* milestone: LIST-type template now only missing regex supportRainer Gerhards2012-08-251-0/+41
* milestone: LIST-type templates work, but no all options yet presentRainer Gerhards2012-08-251-2/+264
* milestone: base plumbing for LIST-type templates mostly in placeRainer Gerhards2012-08-251-11/+33
* Merge branch 'master' into master-newtemplateRainer Gerhards2012-08-251-14/+23
|\
| * Merge branch 'v6-stable'Rainer Gerhards2012-08-251-15/+24
| |\
| | * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-08-251-15/+24
| | |\
| | | * Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stableRainer Gerhards2012-08-251-15/+24
| | | |\
| | | | * change template.[ch] to ASL 2.0, removing a GPLv3-only patchRainer Gerhards2012-08-251-15/+24
| | | * | Merge branch 'v5-stable-field-substring' into v5-betaRainer Gerhards2012-04-271-8/+29
| | | |\ \
| | | | * | added capability to specify substrings for field extraction modeRainer Gerhards2012-04-271-8/+29
| | | | |/
* | | | / v6 config/templates: legacy types are now supported via template()Rainer Gerhards2012-08-251-1/+177
|/ / / /
* / / / Fix printing of some template optionsMiloslav Trmač2012-08-211-1/+4
|/ / /
* | | Merge branch 'master-fieldext'Rainer Gerhards2012-04-261-8/+29
|\ \ \
| * | | added capability to specify substrings for field extraction modeRainer Gerhards2012-04-261-8/+29
* | | | cleanup: removed unused but set parametersRainer Gerhards2012-04-231-2/+1
|/ / /
* | | added the "jsonf" property replacer option (and fieldname) & bugfixRainer Gerhards2012-04-191-18/+55
* | | added "date-unixtimestamp" property replacer option to format as a unix times...Rainer Gerhards2012-03-291-0/+5
* | | added "json" property replacer optionRainer Gerhards2012-03-161-1/+16
* | | cleanup: different text escape types made more portableRainer Gerhards2012-01-191-10/+0
* | | Merge branch 'v5-devel' into masterRainer Gerhards2012-01-181-32/+60
|\| |
| * | add JSON escaping optionNathan Scott2012-01-171-33/+57
| |/
* | milestone: conf obj interface now utilzes rsconf_tRainer Gerhards2011-04-191-7/+0
* | milestone: templates are now in config objectRainer Gerhards2011-04-191-23/+27
* | 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