summaryrefslogtreecommitdiffstats
path: root/plugins/imptcp/imptcp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-141-0/+1
|\
| * added missing initialization of stats countersRainer Gerhards2012-03-141-0/+1
* | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-121-1/+3
|\|
| * bugfix: imptcp stats sometimes incorrectly reported socket as IPv6Rainer Gerhards2012-02-201-1/+3
* | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-181-15/+41
|\|
| * imptcp: added additional information to stats recordRainer Gerhards2012-01-181-6/+10
| * imptcp: added basic stats countersRainer Gerhards2012-01-181-10/+32
* | Merge branch 'v5-stable-elasticsearch' into v5-devel-tmpRainer Gerhards2012-01-171-17/+16
|\|
| * licensing updateRainer Gerhards2012-01-161-17/+16
* | added support to control KEEPALIVE settings in imptcpRainer Gerhards2011-05-131-2/+66
* | imptcp: added capability to activate keep-alive at socket layerRainer Gerhards2011-05-111-4/+37
|/
* fixed compile problem from epoll_create patchRainer Gerhards2011-03-141-1/+1
* Fall back to epoll_create() if epoll_create1() is not availableMichael Biebl2011-03-141-5/+8
* added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
* streamlined epoll_create() code a little bitRainer Gerhards2010-11-251-2/+5
* fixed compile problem in imptcp if no epoll_create1() is presentDavid Hill2010-11-251-0/+1
* provide clear error message if platform does not support imptcpRainer Gerhards2010-11-051-0/+7
* permitted imptcp to work on systems which support epoll(), but not epoll_crea...Rainer Gerhards2010-11-051-1/+8
* solved minor compile problem (caused by merge)Rainer Gerhards2010-10-151-1/+0
* imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-111-5/+8
* fixed minor issue: imptcp did a close(-1) on each acceptRainer Gerhards2010-08-111-1/+2
* imptcp: added $InputPTCPServerNotifyOnConnectionClose directiveRainer Gerhards2010-08-111-5/+8
* some cleanup and minor optimizationRainer Gerhards2010-08-101-33/+32
* added tests for imptcp and fixed some problems with itRainer Gerhards2010-08-101-18/+41
* added imptcpRainer Gerhards2010-08-101-0/+1146