summaryrefslogtreecommitdiffstats
path: root/tcpclt.c
Commit message (Collapse)AuthorAgeFilesLines
* enhanced test environment (including testbench)Rainer Gerhards2009-10-221-3/+3
| | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future.
* added tcp output rebinding option.Rainer Gerhards2009-07-141-0/+14
| | | | needs some more testing and doc
* 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)