server: Move socket async activation to sock_poll_event.
[wine] / dlls / ws2_32 /
2010-05-17  Mike Kaplinskiyserver: Move socket async activation to sock_poll_event.
2010-05-17  Mike Kaplinskiyws2_32/tests: fix test failures on wine and win98.
2010-05-14  Alexandre Julliardws2_32/tests: Fix non-portable syntax.
2010-05-13  Mike Kaplinskiyws2_32/tests: Add some socket event tests.
2010-05-11  Kai Blinws2_32: Stub out WS_SIO_UDP_CONNRESET WSioctl.
2010-05-10  Mike Kaplinskiyws2_32: Improve SIO_GET_EXTENSION_FUNCTION_POINTER...
2010-04-05  Stefan Leichterws2_32: In setsockopt implement IPV6_ADD_MEMBERSHIP...
2010-04-02  Stefan Leichterws2_32: Partly implement level IPPROTO_IPV6 of getsockopt.
2010-03-31  Stefan Leichterws2_32: Partly implement level IPPROTO_IPV6 of setsockopt.
2010-03-29  Mikhail Maroukhinews2_32: Fix compiler warnings with flag -Wcast-qual.
2010-03-24  Mike Kaplinskiyws2_32/tests: Fix win9x test failure.
2010-03-23  Mike Kaplinskiyws2_32/tests: Test a WSARecv error condition.
2010-03-23  Mike Kaplinskiyws2_32: Use ntstatus in overlapped functions.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-12  Jason Edmeadesws2_32: Support indefinite receive timeouts.
2010-02-08  Paul Vriensws2_32/tests: Fix test failures on Win9x/WinMe.
2010-02-04  Marcus Meissnerws2_32: Check namelen before dereferencing it in TRACE...
2010-02-03  Andrew Nguyenws2_32: Fix parameter validation order in getpeername.
2009-12-15  Erich Hooverws2_32: Fix allocating a hostent with no h_aliases...
2009-12-10  Erich Hooverws2_32: Return the full list of local IP addresses...
2009-12-10  Erich Hooverws2_32: Separate out hostent creation from duplication.
2009-12-08  Roderick Colenbranderws2_32: Use winediag for socket failures.
2009-12-01  Rob Shearmanws2_32: Initialise buffer eventually passed into send...
2009-11-10  André Hentschelws2_32/tests: Test for initial state of SIOCATMARK.
2009-11-09  André Hentschelws2_32: Fix a comment.
2009-11-09  Marcus Meissnerws2_32: Use correct buffer for 17 byte write.
2009-10-29  Hans Leidekkerws2_32: Add a test for GetAddrInfoW.
2009-10-29  Hans Leidekkerws2_32: Avoid accessing uninitialized memory in GetAddr...
2009-10-21  Dmitriy Anisimkovws2_32: Ignore EINTR poll result code in WS_select.
2009-10-19  Juan Langws2_32: Don't overwrite address length before checking it.
2009-10-19  Alexandre Julliardws2_32: Set Information to 0 upon completion of an...
2009-10-07  Francois Gougetws2_32: Make wsaErrno() and wsaHerrno() static.
2009-10-06  Michael Stefaniucws2_32/tests: Use LONG instead of long.
2009-10-05  Mike Kaplinskiyws2_32/tests: fix failure on win98/me.
2009-09-29  Alexandre Julliardws2_32: Make winsock.dll into a stand-alone 16-bit...
2009-09-29  Alexandre Julliardws2_32: Remove remaining 16-bit code from async.c and...
2009-09-29  Alexandre Julliardws2_32: Move the 16-bit async functions to socket16.c.
2009-09-29  Alexandre Julliardws2_32: Move the getXXXbyYYY critical section to socket.c.
2009-09-29  Alexandre Julliardws2_32: Use the standard winsock functions to implement...
2009-09-29  Alexandre Julliardws2_32: Define a specific structure for each query...
2009-09-29  Alexandre Julliardws2_32: Define a common header struct for async queries...
2009-09-29  Alexandre Julliardws2_32: Split the async function callback by type of...
2009-09-25  Mike Kaplinskiyws2_32/tests: Test WSAAccept with CF_DEFER.
2009-09-25  Mike Kaplinskiyws2_32: Try accepting a connection before blocking.
2009-09-15  Mike Kaplinskiyws2_32: Remember to convert ports to network byte order.
2009-09-08  Ge van Geldorpws2_32/tests: Add acceptable error codes for Win7.
2009-09-02  Juan Langws2_32: Add a fixme for IPPROTO_IPV6.
2009-08-27  Alexandre Julliardws2_32/tests: Fix test failures on Vista.
2009-08-25  Mike Kaplinskiyws2_32/tests: Fix failure on NT4.
2009-08-25  Detlef Riekenbergws2_32/tests: Add tests for setsockopt with invalid...
2009-08-25  Detlef Riekenbergws2_32/tests: Add tests for getsockopt with invalid...
2009-08-25  Detlef Riekenbergws2_32: Set WSAEINVAL on invalid levels in set+getsockopt.
2009-08-25  Detlef Riekenbergws2_32: Use only the lower 16 bit as level when calling...
2009-08-20  Mike Kaplinskiyws2_32/tests: Test connecting a pending accept socket.
2009-08-13  Juan Langws2_32: Implement getsockopt(SOL_IRLMP, IRLMP_ENUMDEVICES).
2009-08-13  Juan Langws2_32: Add debug support for IrDA addresses.
2009-08-13  Juan Langws2_32: Implement ws_sockaddr_u2ws for AF_IRDA.
2009-08-13  Juan Langws2_32: Implement ws_sockaddr_ws2u for AF_IRDA.
2009-08-13  Juan Langws2_32: Allow binding to IrDA sockets if IrDA support...
2009-08-13  Juan Langws2_32: Add AF_IRDA to the address family map.
2009-08-10  Jeff Latimerws2_32/tests: Tests for invalid conditions in InetNtop.
2009-08-10  Mike Kaplinskiyws2_32/tests: Fix the last failures on NT4/2000.
2009-08-07  Mike Kaplinskiyws2_32/tests: Test closing (and CancelIo'ing) accepting...
2009-08-05  Jeff Latimerws2_32: Add the scope_id to the IPv6 address string...
2009-08-05  Jeff Latimerws2_32: Add the port to the IPv6 address string if...
2009-08-04  Juan Langws2_32: Add debug support for IPv6 addresses.
2009-07-24  Rein Klazesws2_32: Do not make the unix file descriptor blocking...
2009-07-22  Mike Kaplinskiyws2_32/tests: Fix the last failures on NT4.
2009-07-20  Mike Kaplinskiyws2_32/tests: Fix test failures on NT4/x86_64.
2009-07-20  Mike Kaplinskiyws2_32/tests: Test closing listener during pending...
2009-07-20  Mike Kaplinskiyws2_32/tests: Test AcceptEx during pending AcceptEx...
2009-07-20  Marcus Meissnerws2_32: Fixed buffer size to MultiByteToWideChar.
2009-07-17  Jeff Latimerws2_32: IPv6 functionality for WSAAddressToStringW.
2009-07-17  Jeff Latimerws2_32/tests: IPv6 tests for WSAAddressToStringW.
2009-07-17  Juan Langws2_32: Make sure sockaddr is big enough when formattin...
2009-07-17  Juan Langws2_32: Remove an unnecessary cast.
2009-07-14  Mike Kaplinskiyws2/tests: Test AcceptEx with a deferred socket.
2009-07-10  Damjan Jovanovicws2_32: Test AcceptEx early disconnects and invalid...
2009-07-09  Alexandre Julliardws2_32: Check buffers before recvmsg() to trigger write...
2009-07-08  Paul Vriensws2_32/tests: Fix a test failure on NT4.
2009-07-07  Damjan Jovanovicws2_32: Test AcceptEx short reads.
2009-07-06  Damjan Jovanovicws2_32: Add some AcceptEx tests.
2009-05-04  Austin Englishws2_32/tests: Add initial tests for WSAStartup.
2009-04-29  Alexandre Julliardws2_32: Use SIZE_T instead of size_t for inet_ntop...
2009-04-29  Jeff Latimerws2_32: IPv6 functionality for WSAAddressToStringA.
2009-04-29  Jeff Latimerws2_32/tests: IPv6 tests for WSAAddressToStringA.
2009-04-28  Paul Vriensws2_32/tests: Run tests again on several platforms...
2009-04-27  Jeff Latimerws2_32: Make inet_ntop conform to msdn definition.
2009-04-27  Jeff Latimerws2_32/tests: Add tests for Inet_Ntop and inet_ntoa.
2009-04-27  Hans Leidekkerws2_32: Implement GetAddrInfoW and FreeAddrInfoW.
2009-04-22  Alexandre Julliardws2_32/tests: Avoid sizeof in traces.
2009-04-20  Jeff Latimerws2_32: WSAAddressToStringW should return length of...
2009-04-20  Jeff Latimerws2_32: WSAAddressToStringA should return length of...
2009-04-20  Michael Stefaniucws2_32: Use better types for some variables.
2009-03-31  Alexandre Julliardws2_32/tests: Don't use socklen_t.
2009-01-25  Alexandre Julliardws2_32/tests: Fix a test failure on WinME.
2009-01-08  Alexandre Julliardws2_32: Fix an error return value in bind().
2009-01-08  Alexandre Julliardws2_32/tests: Avoid printing pointer differences in...
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
next