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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
refactor var desctruction in script engine
Rainer Gerhards
2013-10-25
1
-25
/
+42
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
bugfix: buffer overrun if re_extract function was called for submatch 50
Rainer Gerhards
2013-10-25
2
-1
/
+3
|
*
|
|
|
bugfix: memleak in re_extract() function
Rainer Gerhards
2013-10-25
2
-1
/
+4
|
|
|
/
/
|
|
/
|
|
|
*
|
|
doc: add fix to ChangeLog
Rainer Gerhards
2013-10-25
1
-0
/
+2
|
*
|
|
bugfix: memory leak in omhiredis
Pavel Levshin
2013-10-25
1
-1
/
+1
*
|
|
|
cleanup: remove no longer needed code
Rainer Gerhards
2013-10-24
1
-86
/
+0
*
|
|
|
refactor regression fix: misadressing during script variable evaluation in de...
Rainer Gerhards
2013-10-24
1
-1
/
+1
*
|
|
|
refactoring regression fix: segfault if $$now is used in script
Rainer Gerhards
2013-10-24
1
-0
/
+6
*
|
|
|
Merge branch 'master' into master-var-refactor
Rainer Gerhards
2013-10-24
1
-1
/
+5
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge branch 'v7-stable'
Rainer Gerhards
2013-10-24
1
-1
/
+5
|
|
\
|
|
|
|
*
|
doc: update ChangeLog
Rainer Gerhards
2013-10-24
1
-0
/
+4
|
|
*
|
Merge branch 'v7-stable' of git+ssh://git.adiscon.com/git/rsyslog into v7-stable
Rainer Gerhards
2013-10-24
3
-3
/
+3
|
|
|
\
\
|
|
|
*
|
preparing for 7.4.5
v7.4.5
Rainer Gerhards
2013-10-16
3
-3
/
+3
|
|
*
|
|
bugfix: Segmentation fault on incorrect variable assignment
Pavel Levshin
2013-10-24
1
-0
/
+6
|
|
|
/
/
*
|
|
|
Merge branch 'master' into master-var-refactor
Rainer Gerhards
2013-10-24
5
-35
/
+29
|
\
|
|
|
|
*
|
|
doc: update ChangeLog
Rainer Gerhards
2013-10-24
1
-0
/
+2
|
*
|
|
bugfix: Segmentation fault on incorrect variable assignment
Pavel Levshin
2013-10-24
1
-0
/
+6
|
*
|
|
doc: add imuxsock fix to ChangeLog
Rainer Gerhards
2013-10-24
1
-0
/
+2
|
*
|
|
imuxsock: add some clarifiying comments
Rainer Gerhards
2013-10-24
1
-2
/
+4
|
*
|
|
imuxsock: When syssock.use set to off, additional listeners cannot be created
Pavel Levshin
2013-10-24
1
-2
/
+0
|
*
|
|
re-enable global vars, but as an undocumented & unsupported feature
Rainer Gerhards
2013-10-23
1
-1
/
+1
|
*
|
|
remove global variable support
Rainer Gerhards
2013-10-22
3
-32
/
+16
*
|
|
|
(temporarily?) re-enable global vars in string templates
Rainer Gerhards
2013-10-23
1
-0
/
+2
*
|
|
|
refactoring regression fix: invalid free for JSON properties
Rainer Gerhards
2013-10-23
1
-1
/
+4
*
|
|
|
permit writing not only msg variables via the msgAddJSON() API
Rainer Gerhards
2013-10-23
1
-18
/
+17
*
|
|
|
bugfix: unset statement always worked on message var, even if local var was g...
Rainer Gerhards
2013-10-23
2
-9
/
+23
*
|
|
|
fix VAR handling in script grammar and code
Rainer Gerhards
2013-10-23
5
-11
/
+5
*
|
|
|
fix refactoring regression: make message and system properties work again in ...
Rainer Gerhards
2013-10-23
1
-2
/
+3
*
|
|
|
enable error message for invalid property names
Rainer Gerhards
2013-10-23
1
-4
/
+3
*
|
|
|
improve debug output
Rainer Gerhards
2013-10-23
1
-2
/
+2
*
|
|
|
fix another small memleak introduced during refactoring
Rainer Gerhards
2013-10-23
1
-0
/
+1
*
|
|
|
fix small memleak introduced during refactoring
Rainer Gerhards
2013-10-23
1
-2
/
+3
*
|
|
|
refactor: align jsonFind() calling interface with recent changes
Rainer Gerhards
2013-10-23
3
-6
/
+6
*
|
|
|
minor cleanup
Rainer Gerhards
2013-10-23
1
-2
/
+0
*
|
|
|
refactor: remove now no-longer needed functions
Rainer Gerhards
2013-10-23
5
-109
/
+0
*
|
|
|
refactor RainerScript variable access
Rainer Gerhards
2013-10-23
1
-1
/
+11
*
|
|
|
refactor get.*PropVal() series of functions
Rainer Gerhards
2013-10-23
4
-51
/
+47
*
|
|
|
remove no longer necessary cases
Rainer Gerhards
2013-10-23
1
-6
/
+2
*
|
|
|
fix potential segfault introduced by last refactoring
Rainer Gerhards
2013-10-23
1
-2
/
+5
*
|
|
|
refactor: simplify JSON variable access
Rainer Gerhards
2013-10-23
6
-60
/
+32
*
|
|
|
refactor: use common code for message property description processing
Rainer Gerhards
2013-10-22
11
-158
/
+170
*
|
|
|
refactor: more simplification in property handling
Rainer Gerhards
2013-10-21
2
-13
/
+9
*
|
|
|
refactor: somewhat simplify property-name-to-id mapping
Rainer Gerhards
2013-10-21
3
-23
/
+6
*
|
|
|
work a bit toward string handling unification
Rainer Gerhards
2013-10-21
8
-130
/
+101
*
|
|
|
prep work to support one-char variable namepaces
Rainer Gerhards
2013-10-21
1
-6
/
+6
|
/
/
/
*
|
|
regression fix: global variable access did not work
Rainer Gerhards
2013-10-21
1
-2
/
+2
*
|
|
regression fix: global variables could not be accessed via script
Rainer Gerhards
2013-10-21
1
-1
/
+1
*
|
|
cleanup: remove (no longer?) needed structure member
Rainer Gerhards
2013-10-21
1
-4
/
+0
*
|
|
doc: document impstats ruleset parameter
Rainer Gerhards
2013-10-20
2
-0
/
+3
*
|
|
impstats: initial shot at multi-ruleset support
Rainer Gerhards
2013-10-19
1
-1
/
+39
[prev]
[next]