summaryrefslogtreecommitdiffstats
path: root/runtime/nsdpoll_ptcp.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix (kind of): memory leak with tcp reception epoll handlerRainer Gerhards2011-04-131-2/+12
* Merge branch 'v5-devel'Rainer Gerhards2011-03-141-5/+8
|\
| * Fall back to epoll_create() if epoll_create1() is not availableMichael Biebl2011-03-141-5/+8
* | fixing regression: multi-threading had racesRainer Gerhards2011-01-311-0/+8
* | resolved problem with intermixing requestsRainer Gerhards2011-01-271-2/+2
* | experimental: added thread pool to tcpsrv epoll handlerRainer Gerhards2011-01-271-1/+2
* | interim commit: refactored epoll processingRainer Gerhards2011-01-261-5/+4
* | improved tcpsrv performance by enabling multiple-entry epollRainer Gerhards2011-01-251-10/+18
|/
* bugfix: compile failed with --enable-unlimited-selectvarmojfekoj2010-11-051-1/+0
* bugfix: failed to compile on systems without epoll supportRainer Gerhards2010-03-021-0/+4
* solved some platform issues with nsdpoll_ptcpRainer Gerhards2009-11-251-3/+3
* fixing some potential segfault conditionsRainer Gerhards2009-11-251-5/+10
* milestone commit: first working version with epoll/tcpRainer Gerhards2009-11-231-10/+50
* milestone commit: first driver layer call doneRainer Gerhards2009-11-181-4/+123
* added skeleton for supporting epoll() API in netstream subsystemRainer Gerhards2009-11-181-0/+120