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
/
rsconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
cleanup & fix of mini-leak
Rainer Gerhards
2012-06-25
1
-2
/
+0
*
|
|
implemented freeCnf() module interface & fixed some mem leaks
Rainer Gerhards
2012-06-25
1
-0
/
+26
*
|
|
milestone: module() config statement basically works
Rainer Gerhards
2012-06-21
1
-11
/
+11
*
|
|
milestone: module() can load module in legacy mode
Rainer Gerhards
2012-06-20
1
-0
/
+3
*
|
|
Merge branch 'beta'
Rainer Gerhards
2012-06-06
1
-0
/
+1
|
\
|
|
|
*
|
fixing small memleak during config read phase
Rainer Gerhards
2012-06-05
1
-0
/
+1
*
|
|
imrelp now supports non-cancel thread termination
Rainer Gerhards
2012-05-31
1
-1
/
+2
|
/
/
*
/
better debug instrumentation --> input thread names used for reporting
Rainer Gerhards
2012-05-02
1
-1
/
+2
|
/
*
bugfix: rsyslog aborted during startup if there is an error in loading an action
Rainer Gerhards
2012-01-27
1
-18
/
+16
*
Merge branch 'v6-stable-noscoping' into master
Rainer Gerhards
2012-01-19
1
-46
/
+46
*
Merge branch 'v5-devel' into master
Rainer Gerhards
2012-01-18
1
-0
/
+3
*
milestone: queue object now has a param handler for new conf interface
Rainer Gerhards
2011-07-22
1
-1
/
+5
*
milestone: all syntaxes for new config handler implemented
Rainer Gerhards
2011-07-22
1
-1
/
+0
*
bugfix: abort in omfile (in brand-new code)
Rainer Gerhards
2011-07-21
1
-2
/
+6
*
milestone: omfile basically gets its parameters via the new system
Rainer Gerhards
2011-07-21
1
-0
/
+1
*
fixing minor memory leaks
Rainer Gerhards
2011-07-21
1
-5
/
+5
*
milestone: done plumbing to call plugin create action instance entry point
Rainer Gerhards
2011-07-20
1
-1
/
+5
*
milestone: size syntax implemented
Rainer Gerhards
2011-07-19
1
-9
/
+0
*
milestone: glbl obj parameters settable via new conf interface
Rainer Gerhards
2011-07-19
1
-3
/
+16
*
milestone: first steps at global() conf obj implementation
Rainer Gerhards
2011-07-19
1
-0
/
+5
*
bugfix: misaddressing in config handler
Rainer Gerhards
2011-07-15
1
-1
/
+1
*
more cleanup
Rainer Gerhards
2011-07-15
1
-3
/
+3
*
removed emergency config, do error reporting on fatal config file error
Rainer Gerhards
2011-07-12
1
-85
/
+16
*
more cleanup, working on emergency config system
Rainer Gerhards
2011-07-11
1
-13
/
+54
*
fixed lexer: facilities local0-local7 were not correctly handled
Rainer Gerhards
2011-07-11
1
-1
/
+2
*
cleaup & emergency config system reactivated
Rainer Gerhards
2011-07-09
1
-38
/
+18
*
milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)
Rainer Gerhards
2011-07-08
1
-2
/
+97
*
milestone/[PARTWORK]: implemented comparison operations
Rainer Gerhards
2011-07-08
1
-3
/
+0
*
milestone/[PARTWORK]: implemented "CONTAINS"
Rainer Gerhards
2011-07-08
1
-1
/
+1
*
milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for strings
Rainer Gerhards
2011-07-07
1
-2
/
+12
*
milestone/[PARTWORK]: integrted script filter, but var access is missing
Rainer Gerhards
2011-07-07
1
-10
/
+10
*
milestone:/[PARTWORK]: config is processed using new parser, except...
Rainer Gerhards
2011-07-06
1
-15
/
+55
*
milestone/[NONWORKING]: first integration of new parser, rules are not yet ha...
Rainer Gerhards
2011-07-06
1
-0
/
+106
*
cleaned-up umask handling
Rainer Gerhards
2011-06-01
1
-14
/
+17
*
regression fix: config validation code affected by recent changes
Rainer Gerhards
2011-05-30
1
-5
/
+10
*
step: imtcp did not properly handle privilege drop
Rainer Gerhards
2011-05-06
1
-1
/
+1
*
step: conf interface now natively supports priv drop
Rainer Gerhards
2011-05-06
1
-9
/
+41
*
step: generalized new config interface for all module types
Rainer Gerhards
2011-05-06
1
-16
/
+19
*
step: imudp utilizes interim new input module interface
Rainer Gerhards
2011-05-04
1
-1
/
+7
*
step: small improvements to input mod config plumbing
Rainer Gerhards
2011-05-03
1
-6
/
+10
*
step: put plumbing in place for new input module config system
Rainer Gerhards
2011-05-03
1
-16
/
+88
*
step: action queues now activated only AFTER privilege drop
Rainer Gerhards
2011-05-02
1
-0
/
+1
*
step: moved main message queue activation to after priv drop
Rainer Gerhards
2011-04-27
1
-0
/
+21
*
minor: some better debug instrumentation
Rainer Gerhards
2011-04-27
1
-2
/
+4
*
step: config-specific module list used during config processing
Rainer Gerhards
2011-04-27
1
-12
/
+8
*
step: added config-specific module list
Rainer Gerhards
2011-04-27
1
-22
/
+43
*
step: $ModLoad handler no longe requries conf obj
Rainer Gerhards
2011-04-27
1
-13
/
+3
*
step: shuffled module-related code from syslogd.c to rsconf.c
Rainer Gerhards
2011-04-27
1
-0
/
+173
*
step: outchannel list integrated into main config object
Rainer Gerhards
2011-04-26
1
-0
/
+4
*
step: moved config validation code
Rainer Gerhards
2011-04-26
1
-9
/
+33
[prev]
[next]