index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
syslogd.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added code to handle situations where senders send us messages ending with
Rainer Gerhards
2007-09-14
1
-2
/
+18
*
- checked -s/-l option and found that they work as expected - closed case
Rainer Gerhards
2007-09-11
1
-2
/
+2
*
fixed invalid dbgprintf() name - patch contained old name, I had forgotten
Rainer Gerhards
2007-09-11
1
-1
/
+3
*
applied patch by varmojfekoj to change signal handling to the new sigaction
Rainer Gerhards
2007-09-11
1
-18
/
+67
*
added comments
Rainer Gerhards
2007-09-10
1
-1
/
+8
*
removed misleading debug message (looked like an error, but was normal
Rainer Gerhards
2007-09-07
1
-1
/
+1
*
modified $ModLoad so that an absolute path may be specified as module name
Rainer Gerhards
2007-09-07
1
-1
/
+5
*
- added eCmdHdlrGetWord command handler
Rainer Gerhards
2007-09-07
1
-3
/
+11
*
- changed part of the CStr interface so that better error tracking is
Rainer Gerhards
2007-09-05
1
-11
/
+6
*
changed some calles to CStr class to their "safe" counterpart - they could
Rainer Gerhards
2007-09-04
1
-13
/
+13
*
applied patch form varmojfekoj to fix some mem leaks and a check to make
Rainer Gerhards
2007-09-04
1
-2
/
+12
*
patches and docu update for 1.19.3
v1-19-3
Michael Meckelein
2007-08-31
1
-2
/
+14
*
applied patches for release 1.19.2, update documentation
v1-19-2
Michael Meckelein
2007-08-28
1
-1
/
+1
*
applied patches which will be released under 1.19.1, changed doc for 1.19.1
v1-19-1
Michael Meckelein
2007-08-22
1
-5
/
+9
*
added some code to support the forward-compatibilty directive $ModLoad
Rainer Gerhards
2007-08-14
1
-2
/
+16
*
- integrated patch from varmojfekoj to make the mysql module a loadable one
Rainer Gerhards
2007-08-14
1
-17
/
+34
*
added important TODO item
Rainer Gerhards
2007-08-09
1
-0
/
+2
*
added module unload functionality; rsyslogd now unloads modules on exit (of
Rainer Gerhards
2007-08-09
1
-12
/
+16
*
some text and code cleanup in cflineParseTemplate() to match the changed
Rainer Gerhards
2007-08-09
1
-11
/
+7
*
fixed bug: default for $DropMsgsWithMaliciousDnsPTRRecords was not reset on
Rainer Gerhards
2007-08-08
1
-0
/
+1
*
added config file directive $ActionResumeInterval
Rainer Gerhards
2007-08-08
1
-0
/
+9
*
changed function name dprintf() to dbgprintf() as it conflicts with the
Rainer Gerhards
2007-08-08
1
-115
/
+115
*
all compile-time settings are now shown in rsyslogd -v, not just the active
Rainer Gerhards
2007-08-08
1
-24
/
+46
*
optimized select handling, after select polling cycle is now finished when
Rainer Gerhards
2007-08-08
1
-44
/
+59
*
moved the "after select polling code (for fds)" to its own function
Rainer Gerhards
2007-08-08
1
-153
/
+175
*
add config directive $MainMsgQueueSize, which now allows to configure the
Rainer Gerhards
2007-08-07
1
-7
/
+21
*
moved code to create/delete message queue to init(), after reading the conf
Rainer Gerhards
2007-08-07
1
-10
/
+17
*
applied patch from Michel Samia to fix compilation when the pthreads
Rainer Gerhards
2007-08-07
1
-0
/
+4
*
moved action object out of syslogd.c to its own fileset (action.c/h)
Rainer Gerhards
2007-08-06
1
-177
/
+1
*
applied a patch from varmojfekoj which solved a potential segfault of
Rainer Gerhards
2007-08-06
1
-4
/
+11
*
- I found out that we finally have problems with the (somewhat recursive)
Rainer Gerhards
2007-08-03
1
-16
/
+74
*
- added CODE_STD_FINALIZERparseSelectorAct to module-generation macros
Rainer Gerhards
2007-08-03
1
-16
/
+19
*
some cleanup
Rainer Gerhards
2007-08-02
1
-3
/
+0
*
implemented $ActionExecOnlyWhenPreviousIsSuspended config directive
Rainer Gerhards
2007-08-02
1
-10
/
+21
*
got a working version of suspension/resumption logic including omfwd.c
Rainer Gerhards
2007-08-02
1
-6
/
+94
*
added resumption logic to rsyslogd (but not yet any module)
Rainer Gerhards
2007-08-02
1
-4
/
+18
*
added tryResume() API to module interface
Rainer Gerhards
2007-08-02
1
-2
/
+11
*
changed doAction() syslogd internal functions to allow for larger data &
Rainer Gerhards
2007-08-02
1
-3
/
+10
*
enabled functionality to have more than one action per selector
Rainer Gerhards
2007-08-02
1
-26
/
+17
*
moved cfsysline-calling into cfline() - now a unified interface again
Rainer Gerhards
2007-08-02
1
-18
/
+11
*
enhanced syslogd memory structures to support multiple actions per selector
Rainer Gerhards
2007-08-02
1
-111
/
+298
*
shuffeled code in cfline() to prepare for a better system of processing the
Rainer Gerhards
2007-08-01
1
-136
/
+235
*
moved definition of selector_t to syslogd.c again, as this now no longer is
Rainer Gerhards
2007-08-01
1
-0
/
+42
*
moved action-describing data fields out of selector_t to its own structure;
Rainer Gerhards
2007-08-01
1
-118
/
+199
*
prepared code to move action-specifc selector_t data members to their own
Rainer Gerhards
2007-08-01
1
-53
/
+74
*
- changed name of $Include to $IncludeConfig - sound better as it is more
Rainer Gerhards
2007-08-01
1
-11
/
+1
*
enhanced $Include to allow inclusion of a complete directory
Rainer Gerhards
2007-08-01
1
-3
/
+83
*
- applied a patch from mildew to prevent rsyslogd from freezing under heavy
Rainer Gerhards
2007-08-01
1
-2
/
+17
*
added $include config directive
Rainer Gerhards
2007-08-01
1
-6
/
+38
*
- some more code cleanup
Rainer Gerhards
2007-08-01
1
-14
/
+14
[prev]
[next]