index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
finshed implementation of strgen modules
Rainer Gerhards
2010-06-04
1
-8
/
+15
*
first implementation of strgen interface
Rainer Gerhards
2010-06-01
1
-57
/
+13
*
experimental commit: facility to generate template via C function
Rainer Gerhards
2010-06-01
1
-5
/
+97
*
some cleanup
Rainer Gerhards
2010-04-19
1
-1
/
+0
*
added new property replacer option "date-rfc3164-buggyday"
Rainer Gerhards
2010-03-05
1
-0
/
+2
*
Merge branch 'v4-beta' into beta
Rainer Gerhards
2010-02-10
1
-1
/
+1
|
\
|
*
fixed a small memory leak during config file parsing
Rainer Gerhards
2010-02-09
1
-1
/
+4
*
|
Merge branch 'v4-beta' into beta
Rainer Gerhards
2010-02-04
1
-4
/
+1
|
\
|
|
*
Merge branch 'v4-stable' into v4-beta
Rainer Gerhards
2010-02-04
1
-4
/
+1
|
|
\
|
|
*
bugfix: several smaller bugs resolved after flexelint review
varmojfekoj
2010-02-04
1
-4
/
+1
|
*
|
bugfix: message could be truncated after TAG, often when forwarding
Rainer Gerhards
2009-07-09
1
-2
/
+4
*
|
|
some cleanup (removal of debug code)
Rainer Gerhards
2009-10-30
1
-4
/
+0
*
|
|
enhanced test environment (including testbench)
Rainer Gerhards
2009-10-22
1
-2
/
+2
*
|
|
bugfix: message processing states were not set correctly in all cases
Rainer Gerhards
2009-10-19
1
-1
/
+1
*
|
|
bugfix in debug system and more instrumentation to find an issue
Rainer Gerhards
2009-10-08
1
-1
/
+5
*
|
|
bugfix: minor static memory leak while reading configuration
Rainer Gerhards
2009-07-20
1
-1
/
+4
*
|
|
bugfix: message could be truncated after TAG, often when forwarding
Rainer Gerhards
2009-07-09
1
-2
/
+4
|
/
/
*
|
optimization: propert names are now internally identified by integers
Rainer Gerhards
2009-06-26
1
-10
/
+6
*
|
some more stringbuffer optimization
Rainer Gerhards
2009-06-25
1
-1
/
+0
*
|
optimized template string generation
Rainer Gerhards
2009-06-19
1
-51
/
+46
*
|
fixed abort condition with oversize tags
Rainer Gerhards
2009-06-18
1
-0
/
+1
*
|
slight optimization of template generation
Rainer Gerhards
2009-06-18
1
-3
/
+3
|
/
*
done various optimizations to the stringbuf and its users
Rainer Gerhards
2009-06-16
1
-27
/
+27
*
added a new way how output plugins may be passed parameters.
Rainer Gerhards
2009-04-03
1
-0
/
+56
*
added new "csv" property replacer option
Rainer Gerhards
2009-04-02
1
-0
/
+5
*
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-11-11
1
-2
/
+6
|
\
|
*
enhance: regex nomatch option "ZERO" has been added
Rainer Gerhards
2008-11-11
1
-2
/
+6
*
|
added new capability to property replacer.
Zhuang Yuyao
2008-09-10
1
-0
/
+5
|
/
*
Merge branch 'v3-stable' into beta
Rainer Gerhards
2008-07-18
1
-0
/
+11
|
\
|
*
added new poperty replacer option, added missing documentation
Rainer Gerhards
2008-07-18
1
-0
/
+11
*
|
added (internal) error codes to error messages
Rainer Gerhards
2008-06-27
1
-7
/
+7
*
|
added new property replacer option "time-subseconds"
Rainer Gerhards
2008-06-06
1
-0
/
+2
*
|
enhanced property replacer to support multiple regex matches
Rainer Gerhards
2008-06-04
1
-4
/
+22
*
|
capability for replacement text in no match regex case added
Rainer Gerhards
2008-05-30
1
-2
/
+23
*
|
enhanced property replacer's regex to support submatches
Rainer Gerhards
2008-05-29
1
-4
/
+35
*
|
some more cleanup
Rainer Gerhards
2008-04-16
1
-1
/
+1
|
/
*
some cleanup
Rainer Gerhards
2008-04-11
1
-28
/
+20
*
properties are now case-insensitive everywhere (script, filters, templates)
Rainer Gerhards
2008-04-03
1
-2
/
+2
*
bugfix: fixed small memory leak in template regular expressions
Rainer Gerhards
2008-03-28
1
-4
/
+24
*
prevented potential flood of error messages if regexp lib could not be
Rainer Gerhards
2008-03-28
1
-2
/
+6
*
renamed library module file names to lm*, so that they match the overall
Rainer Gerhards
2008-03-07
1
-2
/
+2
*
fixed potential infinite loop condition when module load failed on startup
Rainer Gerhards
2008-03-07
1
-1
/
+1
*
extracted regexp functionality to its own dynamically loadable module
Rainer Gerhards
2008-03-07
1
-3
/
+13
*
some cleanup
Rainer Gerhards
2008-03-07
1
-3
/
+3
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-8
/
+23
*
changed rsCStrObj name to cstr_t, which is more inline with the rest of
Rainer Gerhards
2008-02-21
1
-4
/
+4
*
changed rsCStrDestruct() to use the new interface conventions
Rainer Gerhards
2008-02-20
1
-5
/
+5
*
- added doc on how expressions will work
Rainer Gerhards
2008-02-19
1
-7
/
+4
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-1
/
+1
*
removed some no-longer-needed code (thanks Michael Biebl for the help)
Rainer Gerhards
2008-01-05
1
-4
/
+0
[next]