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
Commit message (
Expand
)
Author
Age
Files
Lines
*
preparing for 1.18.0
v1-18-0
Rainer Gerhards
2007-08-03
4
-6
/
+11
*
perparing for 1.18.0 release
Rainer Gerhards
2007-08-03
1
-1
/
+4
*
- I found out that we finally have problems with the (somewhat recursive)
Rainer Gerhards
2007-08-03
12
-33
/
+386
*
- added CODE_STD_FINALIZERparseSelectorAct to module-generation macros
Rainer Gerhards
2007-08-03
9
-258
/
+137
*
cleanup (removed unused code)
Rainer Gerhards
2007-08-02
1
-14
/
+0
*
some cleanup
Rainer Gerhards
2007-08-02
4
-6
/
+3
*
added $ActionExecOnlyIfPreviousIsSuspended config directive
Rainer Gerhards
2007-08-02
1
-4
/
+33
*
implemented $ActionExecOnlyWhenPreviousIsSuspended config directive
Rainer Gerhards
2007-08-02
2
-10
/
+22
*
got a working version of suspension/resumption logic including omfwd.c
Rainer Gerhards
2007-08-02
2
-82
/
+153
*
added resumption logic to rsyslogd (but not yet any module)
Rainer Gerhards
2007-08-02
2
-4
/
+19
*
added tryResume() API to module interface
Rainer Gerhards
2007-08-02
11
-19
/
+82
*
changed doAction() syslogd internal functions to allow for larger data &
Rainer Gerhards
2007-08-02
1
-3
/
+10
*
added capability to have multiple actions per selector
Rainer Gerhards
2007-08-02
2
-4
/
+20
*
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
*
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
[next]