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
*
fixed memory leaks in stream class and imfile
Rainer Gerhards
2008-03-27
2
-9
/
+35
*
required "syslog" relp command on client connect
Rainer Gerhards
2008-03-27
1
-1
/
+1
*
changed the "syslog" relp command to be required for rsyslogd
Rainer Gerhards
2008-03-27
1
-1
/
+1
*
made relp modules use new relpengine-provided feature selection functions
Rainer Gerhards
2008-03-27
2
-1
/
+2
*
used new librelp entry point to set "syslog" command as desired feature
Rainer Gerhards
2008-03-27
1
-0
/
+1
*
bugfix: QHOUR and HHOUR properties were wrongly calculated
Rainer Gerhards
2008-03-26
2
-3
/
+4
*
linking to relp fixed
Rainer Gerhards
2008-03-25
1
-1
/
+1
*
disabling librelp entry point check as I don't know how to do it
Rainer Gerhards
2008-03-25
1
-8
/
+11
*
bumping version number
Rainer Gerhards
2008-03-25
2
-1
/
+3
*
removing valgrind instrumentation for release
v3-12-4
Rainer Gerhards
2008-03-25
1
-1
/
+1
*
preparing for 3.12.4
Rainer Gerhards
2008-03-25
2
-12
/
+25
*
added $HHOUR and $QHOUR system properties - can be used for half- and
Rainer Gerhards
2008-03-25
3
-141
/
+293
*
fixed typo, euro pricing
Rainer Gerhards
2008-03-25
1
-4
/
+4
*
small cleanup
Rainer Gerhards
2008-03-25
1
-1
/
+1
*
bugfix: continue parsing if tag is oversize (discard oversize part) -
Rainer Gerhards
2008-03-25
1
-0
/
+5
*
handled case where relp server is not available on startup
Rainer Gerhards
2008-03-23
1
-2
/
+3
*
enabled relp session recovery
Rainer Gerhards
2008-03-23
1
-3
/
+13
*
handled relp return states
Rainer Gerhards
2008-03-23
1
-1
/
+4
*
bugfix: internally generated messages had "FROMHOST" property not set
Rainer Gerhards
2008-03-22
2
-0
/
+15
*
- Greatly enhanced rsyslogd's filw write performance by disabling file
Rainer Gerhards
2008-03-22
3
-7
/
+29
*
removed a now-longer needed callback from the output module interface.
Rainer Gerhards
2008-03-22
17
-132
/
+4
*
changed queue's discard severities default value to 8 (do not discard) to
Rainer Gerhards
2008-03-22
4
-7
/
+11
*
some more cleanup
Rainer Gerhards
2008-03-21
1
-7
/
+1
*
prepared omrelp for real "relp action"
Rainer Gerhards
2008-03-21
1
-77
/
+32
*
cleanup of omrelp
Rainer Gerhards
2008-03-21
1
-50
/
+5
*
fixed some problems in initial imrelp implementation
Rainer Gerhards
2008-03-21
1
-2
/
+2
*
added capability to receive RELP messages and forward them to the main
Rainer Gerhards
2008-03-21
2
-63
/
+17
*
begun to harden omrelp against non-reachable relp server
Rainer Gerhards
2008-03-21
1
-2
/
+5
*
made debug module free some memory on exit to make memory debugger happy
Rainer Gerhards
2008-03-20
1
-0
/
+13
*
made librelp and rsyslog relp system send the first messages to the remote
Rainer Gerhards
2008-03-20
2
-36
/
+10
*
fixed small memory leak
Rainer Gerhards
2008-03-20
1
-0
/
+2
*
bugfix: some slightly invalid memory accesses
Rainer Gerhards
2008-03-20
3
-3
/
+16
*
bugfix: fixed some minor memory leaks
Rainer Gerhards
2008-03-20
8
-14
/
+59
*
bugfix: potential segfault on module unload. Thanks to varmojfekoj for the
Rainer Gerhards
2008-03-19
2
-1
/
+5
*
bugfix: imklog leaked several hundered KB on each HUP. Thanks to
Rainer Gerhards
2008-03-19
5
-0
/
+19
*
changes to follow librelp development
Rainer Gerhards
2008-03-19
1
-57
/
+9
*
librelp header name change
Rainer Gerhards
2008-03-19
1
-1
/
+1
*
librelp changed header name
Rainer Gerhards
2008-03-19
3
-4
/
+3
*
added flow control options to other input sources
Rainer Gerhards
2008-03-19
7
-12
/
+23
*
bugfix/doc: removed no longer supported -h option from man page
Rainer Gerhards
2008-03-18
1
-7
/
+0
*
bumping version number
Rainer Gerhards
2008-03-18
2
-1
/
+3
*
preparing for 3.12.3
v3-12-3
Rainer Gerhards
2008-03-18
2
-5
/
+9
*
fixed librelp check (necessary due to ongoing librelp development)
Rainer Gerhards
2008-03-18
1
-1
/
+1
*
added a clarification comment, which hopefully will be useful in the future
Rainer Gerhards
2008-03-18
1
-0
/
+4
*
bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patch
Rainer Gerhards
2008-03-18
1
-9
/
+17
*
bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patch
Rainer Gerhards
2008-03-17
1
-1
/
+2
*
done a bit to support librelp testing
Rainer Gerhards
2008-03-17
2
-27
/
+21
*
worked a bit on the actual RELP interface (not yet working)
Rainer Gerhards
2008-03-16
1
-64
/
+36
*
oversize message handling in TCP/GSSAPI receiver
Rainer Gerhards
2008-03-14
1
-3
/
+15
*
bugfix: duplicate public symbol in omfwd and omgssapi could lead to
Rainer Gerhards
2008-03-14
4
-3
/
+5
[next]