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
/
tcpsrv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed compile time fixed message size limit (was 2K)
Rainer Gerhards
2008-09-02
1
-1
/
+1
*
begun implementing a diagnostic plugin (not yet completed)
Rainer Gerhards
2008-07-28
1
-2
/
+1
*
added (internal) error codes to error messages
Rainer Gerhards
2008-06-27
1
-7
/
+7
*
improved gtls error reporting
Rainer Gerhards
2008-06-24
1
-2
/
+2
*
added support for EGAIN while trying to receive data on gTLS session
Rainer Gerhards
2008-06-24
1
-10
/
+14
*
disabled compile warnings caused by third-party libraries
Rainer Gerhards
2008-06-23
1
-0
/
+4
*
changed Rcv-Interface in tcpsrv subsystem
Rainer Gerhards
2008-06-23
1
-5
/
+8
*
re-enabled anon mode (failed if client did not provide cert)
Rainer Gerhards
2008-05-21
1
-1
/
+1
*
first implementation of TLS server client authentication check
Rainer Gerhards
2008-05-19
1
-3
/
+50
*
added fromhost-ip properties and some bugfixes
Rainer Gerhards
2008-05-16
1
-1
/
+4
*
added $InputTCPServerStreamDriverMode config directive
Rainer Gerhards
2008-04-30
1
-0
/
+14
*
made plain tcp syslog via TLS work on the server
Rainer Gerhards
2008-04-30
1
-13
/
+15
*
fixed problem with module unload sequence
Rainer Gerhards
2008-04-29
1
-5
/
+5
*
fixed memory leaks
Rainer Gerhards
2008-04-28
1
-4
/
+2
*
made gtls server driver work in plain tcp mode
Rainer Gerhards
2008-04-25
1
-1
/
+1
*
fixed newly introduced memory leaks
Rainer Gerhards
2008-04-24
1
-5
/
+19
*
message reception via TCP work again
Rainer Gerhards
2008-04-24
1
-15
/
+10
*
removed listener array from inidividual netstrm (mostly finished)
Rainer Gerhards
2008-04-23
1
-1
/
+22
*
added new netstrms class
Rainer Gerhards
2008-04-23
1
-67
/
+87
*
objects for receive-side socket abstraction specified
Rainer Gerhards
2008-04-23
1
-198
/
+37
*
added new "netstrm" class (not yet implemented)
Rainer Gerhards
2008-04-17
1
-1
/
+0
*
moved "option_DisallowWarning" variable to global data pool
Rainer Gerhards
2008-04-17
1
-1
/
+1
*
moved "family" variable to global data pool
Rainer Gerhards
2008-04-17
1
-3
/
+5
*
some more cleanup
Rainer Gerhards
2008-04-16
1
-1
/
+1
*
moved net module to runtime
Rainer Gerhards
2008-04-16
1
-1
/
+0
*
our BSD define conflicted with a BSD system define
Rainer Gerhards
2008-04-09
1
-1
/
+1
*
cleanup
Rainer Gerhards
2008-03-31
1
-26
/
+0
*
bugfix: tcp receiver could segfault due to uninitialized variable
Rainer Gerhards
2008-03-31
1
-2
/
+5
*
bugfix: fixed some minor memory leaks
Rainer Gerhards
2008-03-20
1
-6
/
+16
*
bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in all
Rainer Gerhards
2008-03-14
1
-3
/
+2
*
cleanup
Rainer Gerhards
2008-03-14
1
-1
/
+0
*
bugfix: imgssapi segfaulted under some conditions; this fix is actually not
Rainer Gerhards
2008-03-13
1
-13
/
+22
*
changed omgssapi and omfwd to utilize new object calling interface; made a
Rainer Gerhards
2008-03-12
1
-4
/
+1
*
implemented module unload handling (required a number of interface changes)
Rainer Gerhards
2008-03-11
1
-8
/
+22
*
some cleanup
Rainer Gerhards
2008-03-07
1
-4
/
+0
*
renamed library module file names to lm*, so that they match the overall
Rainer Gerhards
2008-03-07
1
-1
/
+1
*
applied patch from varmojfekoj fixing a deinit bug
Rainer Gerhards
2008-03-07
1
-1
/
+1
*
- added RSYSLOGD_MODDIR environment variable
Rainer Gerhards
2008-03-07
1
-5
/
+4
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-19
/
+22
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-2
/
+26
*
fixed newly introduced bugs in imgssapi and imtcp and their helpers now
Rainer Gerhards
2008-03-03
1
-18
/
+28
*
made imgssapi compile
Rainer Gerhards
2008-03-03
1
-52
/
+98
*
- added class tcps
Rainer Gerhards
2008-03-02
1
-0
/
+762