summaryrefslogtreecommitdiffstats
path: root/runtime/netstrm.c
Commit message (Expand)AuthorAgeFilesLines
* fixing regression: multi-threading had racesRainer Gerhards2011-01-311-0/+2
* strmsrv now supports KEEPALIVE socket optionRainer Gerhards2009-06-021-0/+14
* greatly enhanced testbenchRainer Gerhards2009-05-271-1/+0
* added new testing module imdiagRainer Gerhards2009-05-251-1/+0
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-1/+3
* bugfix: $AllowedSender handled invalidly for plain TCP transportRainer Gerhards2008-11-291-0/+12
* somewhat improved plain tcp syslog reliabilityRainer Gerhards2008-06-091-0/+10
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-5/+7
* added first rough ability to authenticate the server against its certificateRainer Gerhards2008-05-161-0/+32
* support for different forwarding stream drivers addedRainer Gerhards2008-05-051-1/+1
* made imgssapi work with new netstrm driver modelRainer Gerhards2008-05-051-0/+17
* removed loadbale module leakRainer Gerhards2008-04-291-29/+2
* added $ActionSendStreamDriverMode config directiveRainer Gerhards2008-04-281-0/+14
* made gtls server driver work in plain tcp modeRainer Gerhards2008-04-251-7/+0
* Merge branch 'sock-abstract' into tlsRainer Gerhards2008-04-241-105/+62
|\
| * some cleanupRainer Gerhards2008-04-241-1/+0
| * message reception via TCP work againRainer Gerhards2008-04-241-0/+25
| * client functionality works again (with the new socket abstraction)Rainer Gerhards2008-04-231-1/+1
| * removed listener array from inidividual netstrm (mostly finished)Rainer Gerhards2008-04-231-2/+7
| * added new netstrms classRainer Gerhards2008-04-231-74/+14
| * objects for receive-side socket abstraction specifiedRainer Gerhards2008-04-231-45/+37
* | first working TLS-enabled plain TCP senderRainer Gerhards2008-04-181-12/+23
|/
* converted netstrm into generic netstrm and the nsd_pctp driverRainer Gerhards2008-04-181-318/+56
* brought netstrm to a (hopefully) somewhat usable stateRainer Gerhards2008-04-171-25/+23
* imported tcp module from librelp as basis for new stream classRainer Gerhards2008-04-171-113/+437
* added new "netstrm" class (not yet implemented)Rainer Gerhards2008-04-171-0/+284