libuv/src
Bert Belder 6e8eb33249 windows: abort accept requests when a shared tcp server is closed
Just closing the listening socket handle does not cancel AcceptEx
operations when another handle is keeping the underlying socket
open. Thus the AcceptEx operations have to be explicitly canceled
in uv_tcp_close.
2012-06-20 03:33:15 +02:00
..
ares Prepare libuv for shared library build 2011-10-29 00:52:32 +02:00
unix sunos: allow suppression of ifaddrs.h 2012-06-18 23:07:46 +02:00
win windows: abort accept requests when a shared tcp server is closed 2012-06-20 03:33:15 +02:00
cares.c Move shared c-ares glue code from uv-common to cares.c 2012-05-22 16:11:23 +02:00
fs-poll.c unix, windows: update uv_fs_poll API 2012-06-16 04:54:25 +02:00
uv-common.c unix, windows: add debug mode handle printer 2012-06-06 04:25:12 +02:00
uv-common.h unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00