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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
added a --enable/disable-rsyslogd configure option so that source-based
Rainer Gerhards
2008-03-31
1
-1
/
+4
*
worked a bit on atomic memory operations to support problem-free threading
Rainer Gerhards
2008-03-31
1
-0
/
+4
*
bugfix: tcp receiver could segfault due to uninitialized variable
Rainer Gerhards
2008-03-31
1
-0
/
+1
*
- bugfix: accidently set debug option in 3.12.5 reset to production This
Rainer Gerhards
2008-03-29
1
-0
/
+5
*
bumped version number
Rainer Gerhards
2008-03-28
1
-0
/
+2
*
- bugfix: regular expressions inside property replacer did not work
Rainer Gerhards
2008-03-28
1
-6
/
+8
*
bugfix: fixed small memory leak in template regular expressions
Rainer Gerhards
2008-03-28
1
-2
/
+4
*
added build-in templates
Rainer Gerhards
2008-03-28
1
-0
/
+1
*
- added support for high-precision timestamps when receiving legacy syslog
Rainer Gerhards
2008-03-28
1
-0
/
+4
*
- changed default file output format to include high-precision timestamps
Rainer Gerhards
2008-03-28
1
-0
/
+3
*
updated v3 compatibility doc to cover new compatibility mode
Rainer Gerhards
2008-03-27
1
-0
/
+9
*
bugfix: $ModDir did invalid bounds checking, potential overlow in
Rainer Gerhards
2008-03-27
1
-0
/
+3
*
bugfix: QHOUR and HHOUR properties were wrongly calculated
Rainer Gerhards
2008-03-26
1
-1
/
+2
*
bumping version number
Rainer Gerhards
2008-03-25
1
-0
/
+2
*
preparing for 3.12.4
Rainer Gerhards
2008-03-25
1
-8
/
+21
*
added $HHOUR and $QHOUR system properties - can be used for half- and
Rainer Gerhards
2008-03-25
1
-0
/
+2
*
bugfix: internally generated messages had "FROMHOST" property not set
Rainer Gerhards
2008-03-22
1
-0
/
+14
*
removed a now-longer needed callback from the output module interface.
Rainer Gerhards
2008-03-22
1
-0
/
+2
*
changed queue's discard severities default value to 8 (do not discard) to
Rainer Gerhards
2008-03-22
1
-0
/
+2
*
bugfix: some slightly invalid memory accesses
Rainer Gerhards
2008-03-20
1
-0
/
+1
*
bugfix: fixed some minor memory leaks
Rainer Gerhards
2008-03-20
1
-0
/
+1
*
bugfix: potential segfault on module unload. Thanks to varmojfekoj for the
Rainer Gerhards
2008-03-19
1
-0
/
+2
*
bugfix: imklog leaked several hundered KB on each HUP. Thanks to
Rainer Gerhards
2008-03-19
1
-0
/
+2
*
added flow control options to other input sources
Rainer Gerhards
2008-03-19
1
-0
/
+2
*
bumping version number
Rainer Gerhards
2008-03-18
1
-0
/
+2
*
preparing for 3.12.3
v3-12-3
Rainer Gerhards
2008-03-18
1
-1
/
+5
*
bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patch
Rainer Gerhards
2008-03-17
1
-1
/
+2
*
bugfix: duplicate public symbol in omfwd and omgssapi could lead to
Rainer Gerhards
2008-03-14
1
-0
/
+2
*
bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in all
Rainer Gerhards
2008-03-14
1
-0
/
+6
*
added advanced flow control for congestion cases (mode depending on message
Rainer Gerhards
2008-03-14
1
-0
/
+2
*
cleanup
Rainer Gerhards
2008-03-14
1
-0
/
+3
*
cleaned up new relp code files to make them suitable for implementation
Rainer Gerhards
2008-03-13
1
-0
/
+1
*
added initial set of RELP support (i/omrelp) - not working yet, just stage
Rainer Gerhards
2008-03-13
1
-0
/
+2
*
preparing 3.12.2
Rainer Gerhards
2008-03-13
1
-1
/
+1
*
bugfix: imgssapi segfaulted under some conditions; this fix is actually not
Rainer Gerhards
2008-03-13
1
-0
/
+4
*
improved session recovery when outbound tcp connection breaks, reduces
Rainer Gerhards
2008-03-12
1
-0
/
+3
*
bugfix: rsyslogd segfaulted when imfile read an empty line - thanks to
Rainer Gerhards
2008-03-12
1
-0
/
+6
*
bugfix: debug.c now survives module unloads in all cases tracker:
Rainer Gerhards
2008-03-10
1
-0
/
+2
*
- added RSYSLOGD_MODDIR environment variable
Rainer Gerhards
2008-03-07
1
-0
/
+3
*
bumped version number
Rainer Gerhards
2008-03-06
1
-0
/
+2
*
preparing for 3.12.1 release
Rainer Gerhards
2008-03-06
1
-0
/
+3
*
added capability to ignore client-provided timestamp on unix sockets and
Rainer Gerhards
2008-03-06
1
-0
/
+9
*
portability: no longer using pthread mutex auto-init macros as they seem to
Rainer Gerhards
2008-03-06
1
-3
/
+3
*
changed module loader to automatically add ".so" suffix if not specified
Rainer Gerhards
2008-03-05
1
-0
/
+3
*
bugfix: actions were not correctly retried; caused message loss
Rainer Gerhards
2008-03-05
1
-0
/
+1
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-2
/
+4
*
did some portability changes to make rsyslog compile on HP UX
Rainer Gerhards
2008-03-05
1
-2
/
+1
*
tweaked omsnmp doc a bit
Rainer Gerhards
2008-03-04
1
-1
/
+2
*
converted conf.c to an abstract class
Rainer Gerhards
2008-02-29
1
-0
/
+1
*
some stage work on rsyslog loader
Rainer Gerhards
2008-02-29
1
-0
/
+1
[next]