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
*
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
*
bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in all
Rainer Gerhards
2008-03-14
7
-119
/
+101
*
bugfix: memory leak in imfile
Rainer Gerhards
2008-03-14
1
-2
/
+8
*
bugfix: TCP and GSSAPI framing mode variable was uninitialized, leading to
Rainer Gerhards
2008-03-14
1
-1
/
+1
*
bugfix: framing mode variable was uninitialized, leading to wrong framing
Rainer Gerhards
2008-03-14
1
-1
/
+1
*
added advanced flow control for congestion cases (mode depending on message
Rainer Gerhards
2008-03-14
10
-11
/
+128
*
cleanup
Rainer Gerhards
2008-03-14
2
-1
/
+3
*
bugfix: was programmed as a built-in module
Rainer Gerhards
2008-03-14
1
-1
/
+1
*
bugfix: $ModDir should not be reset on $ResetConfig - this can cause a lot
Rainer Gerhards
2008-03-14
1
-4
/
+0
*
cleaned up new relp code files to make them suitable for implementation
Rainer Gerhards
2008-03-13
7
-325
/
+330
*
cleanup
Rainer Gerhards
2008-03-13
1
-17
/
+0
*
added initial set of RELP support (i/omrelp) - not working yet, just stage
Rainer Gerhards
2008-03-13
9
-1
/
+910
*
added some long-overdue information on important collaborators
Rainer Gerhards
2008-03-13
1
-0
/
+7
*
fixed problem in release build
v3-12-2
Rainer Gerhards
2008-03-13
1
-0
/
+2
*
preparing 3.12.2
Rainer Gerhards
2008-03-13
2
-10
/
+8
*
bugfix: imgssapi segfaulted under some conditions; this fix is actually not
Rainer Gerhards
2008-03-13
7
-59
/
+47
*
some cleanup plus relp-lib added
Rainer Gerhards
2008-03-13
1
-1
/
+30
*
improved session recovery when outbound tcp connection breaks, reduces
Rainer Gerhards
2008-03-12
4
-8
/
+39
*
changed omgssapi and omfwd to utilize new object calling interface; made a
Rainer Gerhards
2008-03-12
12
-336
/
+630
*
class exit function was missing, causing segfault
Rainer Gerhards
2008-03-12
1
-0
/
+11
*
bugfix: rsyslogd segfaulted when imfile read an empty line - thanks to
Rainer Gerhards
2008-03-12
2
-14
/
+25
*
bugfix: not properly initialized data could cause several segfaults if
Rainer Gerhards
2008-03-12
2
-2
/
+4
*
implemented module unload handling (required a number of interface changes)
Rainer Gerhards
2008-03-11
31
-158
/
+679
*
bugfix: debug.c now survives module unloads in all cases tracker:
Rainer Gerhards
2008-03-10
3
-34
/
+78
[next]