summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
Commit message (Expand)AuthorAgeFilesLines
* tcpsrv: cleaned up patch, works now with multiple users as wellRainer Gerhards2012-05-181-7/+26
* regression: tcpsrv.c always activated first worker, what lead to hangRainer Gerhards2012-05-161-1/+1
* bugfix: imtcp could cause hang during receptionRainer Gerhards2012-05-161-12/+30
* minor issue: tcpsrv did not decrement wrkr cnt on shutdownRainer Gerhards2012-05-151-1/+3
* Merge branch 'v5-stable-newstats'Rainer Gerhards2012-04-071-3/+5
|\
| * added configuration directive to disable octet-counted framingRainer Gerhards2012-03-191-3/+4
| * added missing initialization of stats countersRainer Gerhards2012-03-141-0/+1
| * Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-01-161-16/+19
| |\
* | \ Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-16/+19
|\ \ \ | | |/ | |/|
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-16/+19
| |\ \
| | * | some more files to ASL 2.0Rainer Gerhards2012-01-111-16/+16
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-12-201-1/+14
|\ \ \ \
| * \ \ \ Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2011-12-201-1/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | imtcp: added stats countersRainer Gerhards2011-12-201-1/+14
| | |/ /
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-06-271-0/+14
|\| | |
| * | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-141-2/+3
| |\| |
| | * | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-101-3/+6
| * | | Merge branch 'v4-devel' into v5-develRainer Gerhards2011-06-141-1/+3
| |\ \ \ | | | |/ | | |/|
| | * | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-141-4/+6
| * | | added capability for imtcp to activate keep-alive packetsRainer Gerhards2011-05-091-0/+14
| * | | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-05-031-1/+2
| |\ \ \ | | | |/ | | |/|
* | | | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-101-6/+11
* | | | step: imtcp did not properly handle privilege dropRainer Gerhards2011-05-061-1/+0
* | | | Merge branch 'v5-stable'Rainer Gerhards2011-05-021-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-05-021-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | bugfix: TCP connection invalidly aborted when messages needed to be discardedRainer Gerhards2011-05-021-1/+1
| | * | slightly more informative errmsg when TCP connection is abortedRainer Gerhards2011-05-021-3/+5
* | | | cosmetic cleanupRainer Gerhards2011-05-021-2/+0
* | | | minor: some better debug instrumentationRainer Gerhards2011-04-271-0/+1
* | | | renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-1/+1
* | | | renamed conf.c to legacyconf.c to make room for new config systemRainer Gerhards2011-04-191-1/+1
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-04-121-0/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | added new config directive $InputTCPFlowControl...Rainer Gerhards2011-04-011-0/+14
| |/ /
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\| |
| * | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
* | | some cleanupRainer Gerhards2011-02-281-32/+0
* | | fixed very recent regression in tcpsrv.c & some cleanupRainer Gerhards2011-02-021-7/+6
* | | (somewhat) improved TLS subsystemRainer Gerhards2011-02-011-4/+8
* | | tcpsrv select-handler experimentally moved to multi-threading as wellRainer Gerhards2011-01-311-13/+44
* | | fixing regression: multi-threading had racesRainer Gerhards2011-01-311-11/+19
* | | interim commit: current debug state of new imptcpRainer Gerhards2011-01-281-0/+14
* | | resolved problem with intermixing requestsRainer Gerhards2011-01-271-4/+23
* | | experimental: added thread pool to tcpsrv epoll handlerRainer Gerhards2011-01-271-25/+124
* | | interim commit: refactored epoll processingRainer Gerhards2011-01-261-10/+58
* | | tcpflood: time display was invalid due to wrong formatRainer Gerhards2011-01-261-0/+2
* | | improved tcpsrv performance by enabling multiple-entry epollRainer Gerhards2011-01-251-13/+21
|/ /
* | added capability to turn off standard LF delimiter in TCP serverRainer Gerhards2010-03-011-1/+15
* | fixing some potential segfault conditionsRainer Gerhards2009-11-251-12/+21
* | milestone commit: first working version with epoll/tcpRainer Gerhards2009-11-231-69/+37
* | milestone: working towards utilizing epoll interfaceRainer Gerhards2009-11-191-9/+24