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
/
modules.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add freeWrkrInstance to output module interface
Rainer Gerhards
2013-10-29
1
-0
/
+1
*
move all builtin-modules to new wrkr activation interface; make this mandatory
Rainer Gerhards
2013-10-29
1
-5
/
+1
*
milestone: action engine changed to partially support wrkr instance action in...
Rainer Gerhards
2013-10-28
1
-0
/
+6
*
Merge branch 'v7-stable'
Rainer Gerhards
2013-05-06
1
-1
/
+5
|
\
|
*
bugfix: potential segfault on startup when builtin module was specified in mo...
Rainer Gerhards
2013-05-06
1
-1
/
+5
*
|
add output module interface to facilitate cooperative shutdown
Rainer Gerhards
2013-04-08
1
-0
/
+4
|
/
*
Merge branch 'v6-devel'
Rainer Gerhards
2012-09-27
1
-10
/
+60
|
\
|
*
Do not load module if it had errorneous parameters
Rainer Gerhards
2012-09-27
1
-9
/
+52
|
*
input stmt: add core engine plumbing
Rainer Gerhards
2012-09-26
1
-1
/
+8
*
|
fix invalid free caused by optimized script execution
Rainer Gerhards
2012-09-25
1
-1
/
+2
|
/
*
Merge branch 'v6-stable'
Rainer Gerhards
2012-08-25
1
-4
/
+4
|
\
|
*
Merge branch 'v5-stable' into v6-stable
Rainer Gerhards
2012-08-25
1
-4
/
+4
|
|
\
|
|
*
changed TRUE/FALSE to RSTRUE/RSFALSE
Rainer Gerhards
2012-08-22
1
-4
/
+4
*
|
|
modules: call new-style entry point only when new-style stmt is used
Rainer Gerhards
2012-06-26
1
-2
/
+4
*
|
|
implemented freeCnf() module interface & fixed some mem leaks
Rainer Gerhards
2012-06-25
1
-6
/
+16
*
|
|
milestone: module() config statement basically works
Rainer Gerhards
2012-06-21
1
-12
/
+37
*
|
|
milestone: module() can load module in legacy mode
Rainer Gerhards
2012-06-20
1
-3
/
+49
|
/
/
*
|
Merge branch 'v5-beta' into beta
Rainer Gerhards
2012-06-06
1
-27
/
+4
|
\
|
|
*
Merge branch 'v5-stable' into v5-beta
Rainer Gerhards
2012-06-06
1
-27
/
+4
|
|
\
|
|
*
bugfix: potential hang due to mutex deadlock
Rainer Gerhards
2012-06-06
1
-27
/
+4
*
|
|
Merge branch 'v6-stable'
Rainer Gerhards
2012-01-19
1
-4
/
+0
|
\
\
\
|
*
|
|
removing the newScope/resumeScope macro interfaces
Rainer Gerhards
2012-01-19
1
-4
/
+0
*
|
|
|
Merge branch 'v5-devel'
Rainer Gerhards
2011-12-16
1
-38
/
+51
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
enhanced module loader to not rely on PATH_MAX
Rainer Gerhards
2011-12-16
1
-34
/
+46
|
|
|
/
|
|
/
|
*
|
|
fixing minor memory leaks
Rainer Gerhards
2011-07-21
1
-2
/
+2
*
|
|
milestone: new output plugin interface call added
Rainer Gerhards
2011-07-21
1
-18
/
+40
*
|
|
milestone: done plumbing to call plugin create action instance entry point
Rainer Gerhards
2011-07-20
1
-1
/
+21
*
|
|
milestone: on the way to a new action conf interface to plugins...
Rainer Gerhards
2011-07-20
1
-5
/
+9
*
|
|
milestone: added module config names
Rainer Gerhards
2011-07-20
1
-2
/
+9
*
|
|
regression fix: activation for legacy modules handled incorrectly
Rainer Gerhards
2011-05-12
1
-0
/
+1
*
|
|
step: conf interface now natively supports priv drop
Rainer Gerhards
2011-05-06
1
-2
/
+9
*
|
|
step: generalized new config interface for all module types
Rainer Gerhards
2011-05-06
1
-12
/
+32
*
|
|
step: imudp utilizes interim new input module interface
Rainer Gerhards
2011-05-04
1
-1
/
+1
*
|
|
step: put plumbing in place for new input module config system
Rainer Gerhards
2011-05-03
1
-14
/
+26
*
|
|
step: config-specific module list used during config processing
Rainer Gerhards
2011-04-27
1
-10
/
+23
*
|
|
step: added config-specific module list
Rainer Gerhards
2011-04-27
1
-24
/
+100
*
|
|
step: shuffled module-related code from syslogd.c to rsconf.c
Rainer Gerhards
2011-04-27
1
-1
/
+1
*
|
|
step: config handler setting from syslogd.c moved to rsconf.c
Rainer Gerhards
2011-04-21
1
-4
/
+5
|
|
/
|
/
|
*
|
Merge branch 'v5-beta'
Rainer Gerhards
2011-03-11
1
-4
/
+52
|
\
|
|
*
bugfix: regression: memory leak in module loader
Bojan Smojver
2011-03-04
1
-10
/
+18
|
*
added work-around for bug in gtls, which causes fd leak when using TLS
Bojan Smojver
2011-02-23
1
-4
/
+44
*
|
milestone commit: output plugin interface changes (may NOT run)
Rainer Gerhards
2010-07-27
1
-2
/
+5
|
/
*
first implementation of strgen interface
Rainer Gerhards
2010-06-01
1
-5
/
+31
*
enhanced module debug output
Rainer Gerhards
2009-11-25
1
-3
/
+27
*
finalized parser module calling interface
Rainer Gerhards
2009-11-04
1
-1
/
+5
*
one step closer to dynamically loadable parsers
Rainer Gerhards
2009-11-03
1
-3
/
+28
*
more cleanup and working towards a parser module calling interface
Rainer Gerhards
2009-11-03
1
-0
/
+6
*
Merge branch 'v4-beta' into beta
Rainer Gerhards
2009-10-05
1
-1
/
+1
|
\
|
*
bugfix[minor]: CHKiRet improperly used
Rainer Gerhards
2009-10-02
1
-1
/
+1
*
|
bugfix: discard action caused segfault
Rainer Gerhards
2009-07-30
1
-3
/
+5
[next]