Sweden-Number/dlls/ws2_32
Zebediah Figura 51e5995d47 server: Avoid reporting POLLOUT on connection failure in poll_single_socket().
Ideally we should be using sock_get_poll_events() and sock_poll_event() instead,
but that seems like an overly risky change for this late in code freeze.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51442
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-07 11:57:00 +01:00
..
tests server: Avoid reporting POLLOUT on connection failure in poll_single_socket(). 2022-01-07 11:57:00 +01:00
Makefile.in ws2_32: Implement AI_DNS_ONLY using DNS APIs. 2021-11-30 22:07:21 +01:00
async.c ws2_32: Use malloc() instead of HeapAlloc(). 2021-08-19 11:33:25 +02:00
hosts
networks
protocol
protocol.c ws2_32: Return WSAEINVAL from GetAddrInfoExOverlappedResult if overlapped is NULL. 2021-12-15 20:44:29 +01:00
services
socket.c ws2_32: Trace the address bound to in bind(). 2022-01-06 11:34:55 +01:00
unixlib.c ws2_32: Correctly null-terminate the addrinfo chain. 2021-12-29 21:48:26 +01:00
version.rc
ws2_32.spec ws2_32: Do not use the WS_ prefix in PE code. 2021-08-06 14:33:22 +02:00
ws2_32_private.h ws2_32: Do not assume that an fd_set is bounded by FD_SETSIZE. 2021-12-30 23:09:45 +01:00