summaryrefslogtreecommitdiffstats
path: root/tcpclt.c
Commit message (Collapse)AuthorAgeFilesLines
* somewhat improved plain tcp syslog reliabilityRainer Gerhards2008-06-091-10/+26
| | | | | | ...by doing a connection check before sending. Credits to Martin Schuette for providing the idea. Details are available at http://blog.gerhards.net/2008/06/reliable-plain-tcp-syslog-once-again.html
* modified omfwd to work with netstrm (and also did some cleanup)Rainer Gerhards2008-04-171-1/+0
|
* some more cleanupRainer Gerhards2008-04-161-1/+1
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* cleanup: removed no longer needed filesRainer Gerhards2008-04-161-1/+0
|
* fixed memory leakRainer Gerhards2008-03-281-1/+2
|
* improved session recovery when outbound tcp connection breaks, reducesRainer Gerhards2008-03-121-7/+32
| | | | | probability of message loss at the price of a highly unlikely potential (single) message duplication
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-121-0/+461
tcpclt class; (stage work, among others, for more intelligent recovery from TCP session recovery)