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
*
changed obj base object's calling interface to use the new obj_if_t
Rainer Gerhards
2008-02-29
21
-87
/
+246
*
some stage work on rsyslog loader
Rainer Gerhards
2008-02-29
2
-5
/
+11
*
fixed document title
Rainer Gerhards
2008-02-29
1
-1
/
+1
*
added "help" command to runtime debug flags
Rainer Gerhards
2008-02-28
3
-2
/
+22
*
bumped version number
Rainer Gerhards
2008-02-28
1
-1
/
+1
*
bugfix: removed debugging code that I forgot to remove before releasing
Rainer Gerhards
2008-02-28
2
-17
/
+4
*
enabled debug-support to pull runtime options from environment (bug 18)
Rainer Gerhards
2008-02-28
2
-26
/
+95
*
implemented environment-settable debug options
Rainer Gerhards
2008-02-28
4
-42
/
+142
*
prepared for 3.12.0
v3-12-0
Rainer Gerhards
2008-02-28
2
-4
/
+8
*
preparing for 3.12.0
Rainer Gerhards
2008-02-28
2
-83
/
+119
*
- wrote doc on how to use the expression engine
Rainer Gerhards
2008-02-28
13
-78
/
+238
*
worked a bit on the rsyslog/syslog-ng comparsion - slowly gets in better
Rainer Gerhards
2008-02-28
2
-162
/
+354
*
updated "mysql paper" to include information for other databases, too
Rainer Gerhards
2008-02-28
1
-16
/
+25
*
bumped version number (again... let's see if we finally get to 3.12.0 ;))
Rainer Gerhards
2008-02-27
2
-1
/
+3
*
prepared for 3.11.6
v3-11-6
Rainer Gerhards
2008-02-27
2
-6
/
+6
*
- bugfix: queue aborted when it was shut down, DA-enabled, DA mode was just
Rainer Gerhards
2008-02-27
7
-28
/
+83
*
bugfix: object property deserializer did not handle negative numbers
Rainer Gerhards
2008-02-27
3
-2
/
+18
*
bugfix: during queue shutdown, an assert invalidly triggered when the
Rainer Gerhards
2008-02-27
4
-4
/
+23
*
removed TODO that was long implemented
Rainer Gerhards
2008-02-27
1
-13
/
+0
*
bugfix: queue disk file were not properly persisted when immediately after
Rainer Gerhards
2008-02-27
4
-3
/
+14
*
bugfix: imfile could abort under extreme stress conditions (when it was
Rainer Gerhards
2008-02-27
1
-3
/
+7
*
bugfix: queue cancel cleanup handler could be called with invalid pointer
Rainer Gerhards
2008-02-27
5
-15
/
+25
*
worked on queue stability
Rainer Gerhards
2008-02-26
6
-16
/
+56
*
- fixed wrong pointer in imgssapi config coding
Rainer Gerhards
2008-02-26
2
-10
/
+6
*
fixed wrong pointer in imgssapi config coding
Rainer Gerhards
2008-02-26
1
-1
/
+1
*
some stage work for library modules
Rainer Gerhards
2008-02-26
2
-12
/
+6
*
bugfix: rsyslogd segfaulted on second SIGHUP tracker:
Rainer Gerhards
2008-02-26
3
-11
/
+49
*
removed left-over dbgprintf which could even cause multi-threading troubles
Rainer Gerhards
2008-02-26
1
-1
/
+0
*
shuffled some more code, added comments varmojfekoj sent me a while ago to
Rainer Gerhards
2008-02-26
2
-21
/
+45
*
split off imgssapi from imtcp, but still with a lot of dependency
Rainer Gerhards
2008-02-26
9
-302
/
+380
*
implemented STARTSWITH vm instruction
Rainer Gerhards
2008-02-26
4
-12
/
+34
*
declared some things in imtcp.c static so that they don't conflict if
Rainer Gerhards
2008-02-26
1
-5
/
+5
*
added some user doc on RainerScript
Rainer Gerhards
2008-02-26
4
-31
/
+99
*
applied patch from varmojfekoj to fix an issue with compatibility mode and
Rainer Gerhards
2008-02-26
2
-2
/
+11
*
applied Michael Biebl's fix for building rsyslog core without gssapi
Rainer Gerhards
2008-02-26
5
-9
/
+18
*
fixed segfault when pure string values were tried to be added
Rainer Gerhards
2008-02-25
2
-12
/
+14
*
added string concatenation operator & to RainerScript
Rainer Gerhards
2008-02-25
9
-4
/
+44
*
improved class diagram
Rainer Gerhards
2008-02-25
1
-0
/
+0
*
- added sysvar class
Rainer Gerhards
2008-02-25
7
-6
/
+270
*
- added PUSHMSGVAR operation
Rainer Gerhards
2008-02-25
9
-22
/
+213
*
- added some temporary testing aids to conf.c, so that we can debug
Rainer Gerhards
2008-02-25
7
-13
/
+104
*
implemented majority of comparison operations
Rainer Gerhards
2008-02-25
3
-25
/
+138
*
bumped version number
Rainer Gerhards
2008-02-25
2
-2
/
+4
*
preparing for 3.11.5
v3-11-5
Rainer Gerhards
2008-02-25
2
-5
/
+5
*
implemented data type conversion
Rainer Gerhards
2008-02-25
6
-44
/
+131
*
- added some thoughts on RainerScript
Rainer Gerhards
2008-02-24
8
-35
/
+170
*
worked a bit on var_t data type conversion
Rainer Gerhards
2008-02-22
3
-17
/
+78
*
simplified var object, now only supports strings and numbers as a single
Rainer Gerhards
2008-02-22
9
-104
/
+107
*
worked a bit on type conversion (specified the interface)
Rainer Gerhards
2008-02-22
3
-0
/
+85
*
begun implementing rsyslog virtual machine (vm class)
Rainer Gerhards
2008-02-22
5
-1
/
+285
[next]