index
:
rsyslog
master
v3-stable
v3-stable-kaz
Modifications to rsyslog---see v3-stable-kaz branch
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
grammar
/
rainerscript.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'v7-stable-call-ruleset-queue' into v7-stable
Rainer Gerhards
2013-11-05
1
-3
/
+10
|
\
|
*
bugfix: call to ruleset with async queue did not use the queue
Rainer Gerhards
2013-06-26
1
-3
/
+10
*
|
bugfix: abort if "if $syslogfacility-text..." was being used
Pavel Levshin
2013-10-29
1
-3
/
+6
*
|
bugfix: memory leak in strlen() RainerScript function
Rainer Gerhards
2013-10-25
1
-0
/
+1
*
|
bugfix: buffer overrun if re_extract function was called for submatch 50
Rainer Gerhards
2013-10-25
1
-1
/
+1
*
|
bugfix: memleak in re_extract() function
Rainer Gerhards
2013-10-25
1
-1
/
+2
*
|
bugfix: invalid property filter was not properly disabled in ruleset
Rainer Gerhards
2013-10-18
1
-2
/
+3
*
|
bugfix: segfault if re_extract() function was used and no match found
Rainer Gerhards
2013-10-18
1
-1
/
+4
*
|
bugfix: array-based ==/!= comparisions lead to invalid results
Rainer Gerhards
2013-10-10
1
-3
/
+4
*
|
bugfix: imtcp addtlframedelimiter could not be set to zero
Rainer Gerhards
2013-08-26
1
-1
/
+1
*
|
fix regression that caused freeInstance not to be correctly called
Rainer Gerhards
2013-07-15
1
-1
/
+1
*
|
bugfix: potential segfault during startup on invalid config
Rainer Gerhards
2013-07-05
1
-49
/
+60
|
/
*
bugfix: RainerScript object required parameters were not properly checked
Rainer Gerhards
2013-06-24
1
-2
/
+9
*
Merge branch 'v7-stable'
Rainer Gerhards
2013-04-08
1
-61
/
+125
|
\
|
*
bugfix: nested if/prifilt conditions did not work properly
Rainer Gerhards
2013-04-04
1
-61
/
+127
|
*
bugfix: script == comparison did not work properly on JSON objects
Rainer Gerhards
2013-04-04
1
-0
/
+23
*
|
add RainerScript re_extract() function
Rainer Gerhards
2013-03-27
1
-2
/
+103
*
|
Fix for glob(3)s that lack GLOB_NOMAGIC
Martin Carpenter
2013-03-21
1
-4
/
+8
*
|
Merge branch 'v7-stable' into tmp
Rainer Gerhards
2013-03-20
1
-1
/
+5
|
\
|
|
*
bugfix: RainerScript getenv() function caused segfault when var was not found
Philippe Muller
2013-03-20
1
-1
/
+5
*
|
bugfix: segfault in expression optimizer
Rainer Gerhards
2013-03-15
1
-4
/
+4
*
|
Merge branch 'v7-stable'
Rainer Gerhards
2013-03-13
1
-2
/
+7
|
\
|
|
*
bugfix: include files got included in the wrong order
Rainer Gerhards
2013-02-28
1
-2
/
+7
*
|
field() function now supports a string as field delimiter
Rainer Gerhards
2013-02-10
1
-7
/
+58
*
|
bugfix: script == comparison did not work properly on JSON objects
Rainer Gerhards
2013-02-08
1
-0
/
+23
*
|
optimize: use binary search on EQ/NEQ array matches
Rainer Gerhards
2013-01-27
1
-20
/
+46
*
|
Merge branch 'v7-stable'
Rainer Gerhards
2013-01-08
1
-5
/
+5
|
\
|
|
*
bugfix: doGetFileCreateMode() had invalid validity check ;)
Chandler Latour
2013-01-08
1
-5
/
+5
*
|
Merge branch 'v7-stable'
Rainer Gerhards
2012-12-18
1
-0
/
+4
|
\
|
|
*
cosmetic: silence compiler warning
Rainer Gerhards
2012-12-18
1
-0
/
+4
*
|
Merge branch 'master-optimize-facilitext'
Rainer Gerhards
2012-12-14
1
-14
/
+354
|
\
\
|
|
/
|
/
|
|
*
script optimizer: support textual severities in compare operations as well
Rainer Gerhards
2012-12-11
1
-0
/
+17
|
*
script optimizer: support numerical facilities in compare operations as well
Rainer Gerhards
2012-12-11
1
-5
/
+58
|
*
script optimizer: severity lt/le/gt/ge to prifilt()
Rainer Gerhards
2012-12-11
1
-16
/
+46
|
*
script optimizer: severity eq/ne to prifilt()
Rainer Gerhards
2012-12-11
1
-5
/
+37
|
*
bugfix: optimizer stopped prematurely on some operations
Rainer Gerhards
2012-12-11
1
-0
/
+11
|
*
script optimizer: optimize and/or on PRI filters
Rainer Gerhards
2012-12-11
1
-0
/
+37
|
*
script optimizer: support NOT pri matches
Rainer Gerhards
2012-12-11
1
-4
/
+42
|
*
enhance optimizer: detect eq-comparison for syslog facility
Rainer Gerhards
2012-12-11
1
-9
/
+131
*
|
fix missing functionality: ruleset(){} could not specify ruleset queue
Rainer Gerhards
2012-11-30
1
-0
/
+24
|
/
*
silence some primarily cosmetic compiler warning messages
Rainer Gerhards
2012-11-28
1
-2
/
+4
*
improve $IncludeConfig error messages
Rainer Gerhards
2012-11-20
1
-4
/
+7
*
regression fix: rsyslog terminated when wild-card $includeFile did not find f...
Rainer Gerhards
2012-11-20
1
-2
/
+5
*
make sure inaccessible config file is not tried to be processed
Rainer Gerhards
2012-11-14
1
-3
/
+3
*
Silently ignore wildcard includes that match nothing
Georgi Georgiev
2012-11-13
1
-4
/
+16
*
Merge branch 'v6-stable' into v7-stable
Rainer Gerhards
2012-11-09
1
-16
/
+18
|
\
|
*
bugfix: $IncludeConfig did not correctly process directories
Rainer Gerhards
2012-11-09
1
-18
/
+19
*
|
Merge branch 'v7.2.1-bugfix' into v7-stable
Rainer Gerhards
2012-11-09
1
-1
/
+1
|
\
\
|
*
|
bugfix: potential segfault due to invalid param handling in comparisons
Rainer Gerhards
2012-11-08
1
-1
/
+1
*
|
|
bugfix: potential segfault when re_match() function was used
oxpa
2012-11-02
1
-1
/
+0
|
/
/
[next]