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
*
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
*
- loading default values as done yesterday *is* clean (I've just reviewed
Rainer Gerhards
2007-08-01
1
-28
/
+9
*
- loading default values as done yesterday *is* clean (I've just reviewed
Rainer Gerhards
2007-08-01
1
-21
/
+8
*
- $ResetConfigVariables now also works vir the table-driven sytem. However,
Rainer Gerhards
2007-07-31
1
-23
/
+19
*
- all cfsysline directives now use new table-driven cfsysline system except
Rainer Gerhards
2007-07-31
1
-50
/
+33
*
omfile.c now uses the new table-driven cfsysline system
Rainer Gerhards
2007-07-31
1
-10
/
+20
*
- got the basic code in place to create an in-memory list of cfsysline
Rainer Gerhards
2007-07-31
1
-31
/
+2
*
- added doCustomHdlr() to cfsysline.c - this completes implementing
Rainer Gerhards
2007-07-31
1
-9
/
+20
*
moved debug printf code out of init() into its own function
Rainer Gerhards
2007-07-31
1
-68
/
+77
*
moved code to open config file into separate function processConfFile()
Rainer Gerhards
2007-07-31
1
-90
/
+112
*
- added macro to abort a function and go to finalizer
Rainer Gerhards
2007-07-31
1
-23
/
+34
*
added macro to consistently define iRet
Rainer Gerhards
2007-07-31
1
-5
/
+5
*
- added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler to
Rainer Gerhards
2007-07-31
1
-36
/
+16
*
- moved the SetCCEscapeCharacter config file directive to cfsysline.c and
Rainer Gerhards
2007-07-31
1
-23
/
+1
*
- moved umask & file/dir creation mode parsing to cfsysline.c
Rainer Gerhards
2007-07-31
1
-75
/
+14
*
moved doGetGID() to cfsysline.c
Rainer Gerhards
2007-07-31
1
-35
/
+2
*
fixed insufficient memory allocation in addAction() and its helpers. The
Rainer Gerhards
2007-07-30
1
-22
/
+43
*
moved doBinaryOption() and doGetGUID() to cfsysline.c
Rainer Gerhards
2007-07-30
1
-116
/
+10
*
- fixed a memory leak in syslogd/init() that happend when the config file
Rainer Gerhards
2007-07-30
1
-2
/
+2
*
fixed a problem with shutting down the worker thread and freeing the
Rainer Gerhards
2007-07-29
1
-5
/
+14
*
removed selector_t f references from output modules
Rainer Gerhards
2007-07-27
1
-7
/
+7
*
- added omsr object (objomsr.c, objomsr.h) - template request for output
Rainer Gerhards
2007-07-27
1
-76
/
+169
*
forgot to undo some changes - now done
Rainer Gerhards
2007-07-27
1
-5
/
+0
*
undone last change - was not a good idea. Designed a smarter interface.
Rainer Gerhards
2007-07-27
1
-27
/
+0
*
added IDs to selector_t
Rainer Gerhards
2007-07-26
1
-1
/
+32
*
- changed doAction() interface to contain the full message string
Rainer Gerhards
2007-07-26
1
-183
/
+10
*
- implemented needUDPSocket() interface
Rainer Gerhards
2007-07-26
1
-13
/
+8
*
- removed f_type from omshell.c, omdiscard.c, omusrmsg.c, ommysql.c
Rainer Gerhards
2007-07-26
1
-8
/
+0
*
- changed doAction() interface to include module data pointer
Rainer Gerhards
2007-07-26
1
-1
/
+1
*
- implemented onSelectReadyWrite() interface
Rainer Gerhards
2007-07-26
1
-17
/
+7
*
fixed a situation where rsyslogd could create zombie processes thanks to
Rainer Gerhards
2007-07-26
1
-1
/
+1
*
introduced getWriteFDForSelect() module API
Rainer Gerhards
2007-07-25
1
-6
/
+5
*
brought emergency logging to a somewhat cleaner state
Rainer Gerhards
2007-07-25
1
-47
/
+15
*
moved some references to module data from syslogd.c to modules
Rainer Gerhards
2007-07-25
1
-34
/
+11
*
moved code to output module
Rainer Gerhards
2007-07-25
1
-14
/
+0
*
use new dbgPrintInstInfo() interface
Rainer Gerhards
2007-07-25
1
-41
/
+1
*
changed calling interface for freeInstance() - need to work with dual
Rainer Gerhards
2007-07-25
1
-1
/
+1
*
changed output modules to use a template-based code generation system for
Rainer Gerhards
2007-07-25
1
-4
/
+6
*
added fix for startup permission checks - thanks to Michel Samia
Rainer Gerhards
2007-07-25
1
-0
/
+2
*
fixed a bug that caused rsyslogd to segfault on exit (and probably also on
Rainer Gerhards
2007-07-25
1
-1
/
+5
*
hardned syslogd for a very unusual low memory condition
Rainer Gerhards
2007-07-24
1
-2
/
+7
*
removed previous emergency logging system on startup, because it is not
Rainer Gerhards
2007-07-24
1
-21
/
+1
*
applied patch from Michel Samia which solved problems when compiling
Rainer Gerhards
2007-07-24
1
-3
/
+7
*
TypeName is now pulled from the module itself
Rainer Gerhards
2007-07-24
1
-11
/
+3
[next]