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
/
runtime
/
conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
enforce that actions can no longer "do something" on action creation
Rainer Gerhards
2013-11-06
1
-3
/
+2
*
refactor: move action state to wti (as we are now on a per-thread basis)
Rainer Gerhards
2013-11-01
1
-1
/
+0
*
refactor property-based filter decoding
Rainer Gerhards
2013-10-18
1
-104
/
+0
*
include invalid property name in property filter error message
Rainer Gerhards
2013-10-18
1
-4
/
+4
*
bugfix: $template statement with multiple spaces lead to invalid tpl name
Rainer Gerhards
2013-05-27
1
-0
/
+18
*
remove "last message repeated n times" from rsyslog output part
Rainer Gerhards
2012-10-23
1
-7
/
+2
*
new ruleengine: properly remove BSD-style blocks
Rainer Gerhards
2012-09-11
1
-93
/
+0
*
new ruleengine: some cleanup
Rainer Gerhards
2012-09-06
1
-4
/
+0
*
new ruleengine: PROP and PRI legacy filter structures properly created
Rainer Gerhards
2012-09-04
1
-72
/
+39
*
milestone: module() can load module in legacy mode
Rainer Gerhards
2012-06-20
1
-6
/
+3
*
cleanup: remove code for no-longer needed legacy conf functionality
Rainer Gerhards
2012-02-01
1
-1
/
+1
*
conf file: bufgix: legacy parsing of some filters did not work correctly
Rainer Gerhards
2012-02-01
1
-1
/
+1
*
bugfix: rsyslog aborted during startup if there is an error in loading an action
Rainer Gerhards
2012-01-27
1
-5
/
+1
*
Merge branch 'v6-stable'
Rainer Gerhards
2012-01-27
1
-1
/
+1
|
\
|
*
Merge branch 'v5-stable' into v6-stable
Rainer Gerhards
2012-01-27
1
-1
/
+4
|
|
\
|
|
*
Merge branch 'v4-stable' into v5-stable
Rainer Gerhards
2012-01-27
1
-1
/
+4
|
|
|
\
|
|
|
*
increased max config file line size to 64k
Rainer Gerhards
2012-01-24
1
-1
/
+4
*
|
|
|
refactor: removing v6.1 scoping code
Rainer Gerhards
2012-01-19
1
-121
/
+1
*
|
|
|
Merge branch 'v6-stable'
Rainer Gerhards
2012-01-19
1
-4
/
+2
|
\
|
|
|
|
*
|
|
removing the newScope/resumeScope macro interfaces
Rainer Gerhards
2012-01-19
1
-4
/
+2
*
|
|
|
Merge branch 'v6-stable-noscoping' into master
Rainer Gerhards
2012-01-19
1
-6
/
+1
|
\
|
|
|
|
*
|
|
undoing v6.1 config scoping interface, part I
Rainer Gerhards
2012-01-18
1
-6
/
+1
|
*
|
|
Merge branch 'v5-stable' into v6-stable
Rainer Gerhards
2012-01-18
1
-20
/
+16
|
|
\
|
|
*
|
|
|
Merge branch 'v5-stable' into master
Rainer Gerhards
2012-01-18
1
-20
/
+16
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge branch 'v4-stable' into v5-stable
Rainer Gerhards
2012-01-14
1
-20
/
+16
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
license change
Rainer Gerhards
2012-01-14
1
-20
/
+16
|
|
*
|
Merge branch 'v3-stable' into v4-stable
Rainer Gerhards
2010-12-16
1
-1
/
+1
|
|
|
\
\
|
|
|
*
|
improved some code based on clang static analyzer results
Rainer Gerhards
2010-12-16
1
-1
/
+1
*
|
|
|
|
Merge branch 'beta'
Rainer Gerhards
2012-01-09
1
-0
/
+5
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
removing $Begin, $End, $StrictScoping directives
Rainer Gerhards
2012-01-09
1
-0
/
+5
|
*
|
|
|
Merge branch 'v5-stable' into beta
Rainer Gerhards
2011-10-21
1
-1
/
+1
|
|
\
|
|
|
*
|
|
|
|
Merge branch 'v5-devel'
Rainer Gerhards
2011-10-21
1
-1
/
+1
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'v5-stable' into v5-devel
Rainer Gerhards
2011-10-21
1
-1
/
+1
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
bugfix: missing whitespace after property-based filter was not detected
Rainer Gerhards
2011-10-21
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'v5-devel'
Rainer Gerhards
2011-09-26
1
-0
/
+7
|
\
|
|
|
|
|
|
*
|
|
|
|
added capability to emit config error location info for warnings
Rainer Gerhards
2011-08-09
1
-5
/
+26
*
|
|
|
|
|
milestone: generic action parameters parsed via new config system
Rainer Gerhards
2011-08-01
1
-1
/
+2
*
|
|
|
|
|
milestone: queue object now has a param handler for new conf interface
Rainer Gerhards
2011-07-22
1
-1
/
+1
*
|
|
|
|
|
milestone: done plumbing to call plugin create action instance entry point
Rainer Gerhards
2011-07-20
1
-40
/
+0
*
|
|
|
|
|
milestone: added module config names
Rainer Gerhards
2011-07-20
1
-81
/
+0
*
|
|
|
|
|
Merge branch 'master-newconf'
Rainer Gerhards
2011-07-12
1
-365
/
+23
|
\
\
\
\
\
\
|
*
|
|
|
|
|
more cleanup, working on emergency config system
Rainer Gerhards
2011-07-11
1
-2
/
+5
|
*
|
|
|
|
|
more cleanup
Rainer Gerhards
2011-07-11
1
-8
/
+0
|
*
|
|
|
|
|
cleanup, removing now unused code
Rainer Gerhards
2011-07-11
1
-83
/
+0
|
*
|
|
|
|
|
cleaup & emergency config system reactivated
Rainer Gerhards
2011-07-09
1
-257
/
+0
|
*
|
|
|
|
|
milestone/[PARTWORK]: integrted script filter, but var access is missing
Rainer Gerhards
2011-07-07
1
-3
/
+7
|
*
|
|
|
|
|
milestone:/[PARTWORK]: config is processed using new parser, except...
Rainer Gerhards
2011-07-06
1
-16
/
+15
*
|
|
|
|
|
|
Merge branch 'v5-devel'
Rainer Gerhards
2011-07-11
1
-12
/
+5
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
/
/
/
/
/
|
|
/
/
/
/
/
|
*
/
/
/
/
cosmetic: reformatted some code
Rainer Gerhards
2011-06-30
1
-12
/
+5
|
|
/
/
/
/
*
|
|
|
|
step: put plumbing in place for new input module config system
Rainer Gerhards
2011-05-03
1
-16
/
+18
[next]