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
Commit message (
Expand
)
Author
Age
Files
Lines
*
enhanced syslogd memory structures to support multiple actions per selector
Rainer Gerhards
2007-08-02
1
-111
/
+298
*
enhanced linkedList class, new method to get count, new method to execute a
Rainer Gerhards
2007-08-02
2
-0
/
+51
*
shuffeled code in cfline() to prepare for a better system of processing the
Rainer Gerhards
2007-08-01
4
-139
/
+237
*
moved definition of selector_t to syslogd.c again, as this now no longer is
Rainer Gerhards
2007-08-01
2
-42
/
+42
*
moved action-describing data fields out of selector_t to its own structure;
Rainer Gerhards
2007-08-01
2
-138
/
+200
*
prepared code to move action-specifc selector_t data members to their own
Rainer Gerhards
2007-08-01
1
-53
/
+74
*
even more cleanup ;)
Rainer Gerhards
2007-08-01
3
-29
/
+31
*
modified rklogd to only change the console log level if -c is specified
Rainer Gerhards
2007-08-01
1
-2
/
+5
*
bumped version number
Rainer Gerhards
2007-08-01
2
-2
/
+5
*
modified rklogd to only change the console log level if -c is specified
Rainer Gerhards
2007-08-01
1
-3
/
+3
*
preparing for 1.17.6
v1-17-6
Rainer Gerhards
2007-08-01
3
-9
/
+14
*
enhanced/renamed $include(config) directive
Rainer Gerhards
2007-08-01
1
-11
/
+40
*
- changed name of $Include to $IncludeConfig - sound better as it is more
Rainer Gerhards
2007-08-01
2
-12
/
+2
*
enhanced $Include to allow inclusion of a complete directory
Rainer Gerhards
2007-08-01
3
-8
/
+100
*
- applied a patch from mildew to prevent rsyslogd from freezing under heavy
Rainer Gerhards
2007-08-01
3
-2
/
+21
*
added $include directive
Rainer Gerhards
2007-08-01
1
-1
/
+24
*
added $include config directive
Rainer Gerhards
2007-08-01
2
-6
/
+39
*
- some more code cleanup
Rainer Gerhards
2007-08-01
5
-55
/
+47
*
fixed typo
Rainer Gerhards
2007-08-01
1
-1
/
+1
*
- loading default values as done yesterday *is* clean (I've just reviewed
Rainer Gerhards
2007-08-01
7
-48
/
+28
*
- 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
3
-23
/
+46
*
- all cfsysline directives now use new table-driven cfsysline system except
Rainer Gerhards
2007-07-31
4
-52
/
+37
*
omfile.c now uses the new table-driven cfsysline system
Rainer Gerhards
2007-07-31
5
-15
/
+102
*
- got the basic code in place to create an in-memory list of cfsysline
Rainer Gerhards
2007-07-31
8
-41
/
+141
*
- added interface to register a cfsysline command handler (basic
Rainer Gerhards
2007-07-31
4
-5
/
+54
*
- changed modInit() interface to contain pointer to host-function query
Rainer Gerhards
2007-07-31
14
-10
/
+66
*
prepared cfsysline.c for integration into output modules
Rainer Gerhards
2007-07-31
6
-27
/
+29
*
- fixed a typo that caused the default template for MySQL to be wrong.
Rainer Gerhards
2007-07-31
1
-1
/
+1
*
added some more functions to linkedList class
Rainer Gerhards
2007-07-31
3
-5
/
+84
*
added a generic linked list object (files linkedlist.h/c)
Rainer Gerhards
2007-07-31
4
-1
/
+178
*
- added doCustomHdlr() to cfsysline.c - this completes implementing
Rainer Gerhards
2007-07-31
3
-9
/
+39
*
moved debug printf code out of init() into its own function
Rainer Gerhards
2007-07-31
2
-68
/
+79
*
- fixed bug in objomsr.c that caused program to abort in debug mode with an
Rainer Gerhards
2007-07-31
1
-1
/
+1
*
moved code to open config file into separate function processConfFile()
Rainer Gerhards
2007-07-31
2
-90
/
+113
*
- added macro to abort a function and go to finalizer
Rainer Gerhards
2007-07-31
4
-35
/
+46
*
added macro to consistently define iRet
Rainer Gerhards
2007-07-31
5
-17
/
+17
*
- added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler to
Rainer Gerhards
2007-07-31
4
-44
/
+70
*
- moved the SetCCEscapeCharacter config file directive to cfsysline.c and
Rainer Gerhards
2007-07-31
3
-49
/
+39
*
- moved umask & file/dir creation mode parsing to cfsysline.c
Rainer Gerhards
2007-07-31
5
-84
/
+119
*
moved doGetGID() to cfsysline.c
Rainer Gerhards
2007-07-31
3
-35
/
+49
*
fixed insufficient memory allocation in addAction() and its helpers. The
Rainer Gerhards
2007-07-30
2
-22
/
+47
*
moved doBinaryOption() and doGetGUID() to cfsysline.c
Rainer Gerhards
2007-07-30
5
-116
/
+152
*
- fixed a memory leak in syslogd/init() that happend when the config file
Rainer Gerhards
2007-07-30
2
-2
/
+4
*
fixed a mem leak in OMSRdestruct - freeing the object itself was forgotten
Rainer Gerhards
2007-07-30
2
-0
/
+3
*
fixed a bug that caused ommysql to always complain about missing templates
Rainer Gerhards
2007-07-30
2
-0
/
+7
*
- added cfsysline objects - initial set of functions
Rainer Gerhards
2007-07-30
5
-4
/
+212
*
bumping up version number
Rainer Gerhards
2007-07-30
1
-2
/
+2
*
preparing for 1.17.5
v1-17-5
Rainer Gerhards
2007-07-30
4
-6
/
+15
*
fixed a problem with shutting down the worker thread and freeing the
Rainer Gerhards
2007-07-29
2
-5
/
+18
[next]