summaryrefslogtreecommitdiffstats
path: root/tcpclt.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-15/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.h configure.ac doc/manual.html plugins/immark/immark.c plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c runtime/cfsysline.c runtime/cfsysline.h runtime/conf.c runtime/ctok.c runtime/ctok.h runtime/ctok_token.c runtime/ctok_token.h runtime/dnscache.h runtime/expr.c runtime/expr.h runtime/rule.c runtime/rule.h runtime/ruleset.h runtime/sysvar.c runtime/vm.h runtime/vmop.c runtime/vmop.h runtime/vmprg.c runtime/vmprg.h runtime/vmstk.c runtime/vmstk.h tools/omusrmsg.c
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-15/+14
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c
| | * some more files to ASL 2.0Rainer Gerhards2012-01-111-15/+14
| | |
| | * added tcp output rebinding option.Rainer Gerhards2009-07-141-0/+14
| | | | | | | | | | | | | | | | | | added tcp output rebinding option. needs some more testing and doc
* | | omfwd: speeded up tcp forwarding by reducing number of API callsRainer Gerhards2011-04-041-1/+1
|/ /
* | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
| | | | | | | | | | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | 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)