ws2_32: Signal overlapped completion in WSAIoctl.
[wine] / dlls / ws2_32 / socket.c
2011-04-19  Alexandre Julliardws2_32: Signal overlapped completion in WSAIoctl.
2011-04-19  Alexandre Julliardws2_32: Merge ioctlsocket implementation into WSAIoctl.
2011-04-19  Alexandre Julliardws2_32: Use saner parameter names in WSAIoctl.
2011-03-29  Hans Leidekkerws2_32: Implement GetNameInfoW.
2011-03-14  André Hentschelws2_32: Downgrade FIXME for WS_SIO_SET_COMPATIBILITY_MO...
2011-03-07  Aric Stewartws2_32: async_send with no buffers does not need to...
2011-02-23  Alexandre Goujonws2_32: Make gethostbyname fail if WSAStartup was not...
2011-01-26  Marcus Meissnerws2_32: Implemented SO_CONNECT_TIME stub.
2011-01-24  Mike Kaplinskiyws2_32: Finish an overlapped send only if we sent every...
2011-01-24  Mike Kaplinskiyws2_32: Use the iosb to keep track of how many bytes...
2011-01-24  Mike Kaplinskiyws2_32: Fix up iovecs after transmission in WS2_send...
2011-01-24  Mike Kaplinskiyws2_32: Allow sending FD_WRITE right after scheduling...
2011-01-10  Gerald Pfeiferws2_32: Restructure and simplify debugstr_wsaioctl...
2010-12-08  Alexandre Julliardws2_32: Fix a compile failure when control messages...
2010-12-07  Erich Hooverws2_32: Add support for WSARecvMsg and IP_PKTINFO.
2010-12-03  Juan Langws2_32: Set length on successful return from WSAStringT...
2010-11-23  André Hentschelws2_32: Map AI_ADDRCONFIG.
2010-11-02  Francois Gougetws2_32: Add a trailing '\n' to a FIXME() call.
2010-10-28  Louis Lendersws2_32: Return SOCKET_ERROR in stubbed WSALookupService...
2010-10-18  Dan Kegelws2_32: Null select() should fail with WSAEINVAL.
2010-09-29  Juan Langws2_32: Implement WSAIoctl for SIO_ROUTING_INTERFACE_QUERY.
2010-09-29  Francois Gougetws2_32: Make WS2_AcceptEx() and WS2_GetAcceptExSockaddr...
2010-09-28  Mike Kaplinskiyws2_32: Implement SO_UPDATE_ACCEPT_CONTEXT.
2010-09-27  Juan Langws2_32: Unpack ioctl codes in WSAIoctl trace.
2010-09-22  Mike Kaplinskiyws2_32: Implement AcceptEx and GetAcceptExSockaddrs.
2010-09-20  Alexandre Julliardws2_32: Fail when select is called with an invalid fd.
2010-09-09  Austin Englishws2_32: Add a stub for WSANSPIoctl.
2010-08-24  Francois Gougetws2_32: Add a trailing '\n' to a TRACE() call.
2010-08-20  Wolfgang Schwotzerws2_32: Initialize variable lsap_sel.
2010-08-16  Mike Kaplinskiyws2_32: Fix a bad pointer crash.
2010-08-16  Mike Kaplinskiyws2_32: Implement SO_UPDATE_CONNECT_CONTEXT.
2010-08-04  Dmitry Timoshkovws2_32: Rearrange the code to avoid a needless release_...
2010-08-03  Mike Kaplinskiyws2_32: Implement ConnectEx.
2010-08-03  Mike Kaplinskiyws2_32: Create a wrapper for connect.
2010-08-03  Mike Kaplinskiyws2_32: Don't set FD_READ/FD_WRITE before the connectio...
2010-07-21  Austin Englishws2_32: Remove unused variable.
2010-07-19  Howell Tamws2_32: Wrapped WSASendTo/WSARecvFrom with a different...
2010-07-05  Alexandre Goujonws2_32: Add host unreachable case.
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-23  Mike Kaplinskiyws2_32: Use ntstatus in overlapped functions.
2010-02-12  Jason Edmeadesws2_32: Support indefinite receive timeouts.
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-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-09-29  Alexandre Julliardws2_32: Make winsock.dll into a stand-alone 16-bit...
2009-09-29  Alexandre Julliardws2_32: Move the getXXXbyYYY critical section to socket.c.
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-02  Juan Langws2_32: Add a fixme for IPPROTO_IPV6.
2009-08-25  Detlef Riekenbergws2_32: Set WSAEINVAL on invalid levels in set+getsockopt.
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-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-20  Marcus Meissnerws2_32: Fixed buffer size to MultiByteToWideChar.
2009-07-17  Jeff Latimerws2_32: IPv6 functionality 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-09  Alexandre Julliardws2_32: Check buffers before recvmsg() to trigger write...
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-27  Jeff Latimerws2_32: Make inet_ntop conform to msdn definition.
2009-04-27  Hans Leidekkerws2_32: Implement GetAddrInfoW and FreeAddrInfoW.
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-01-08  Alexandre Julliardws2_32: Fix an error return value in bind().
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-29  Francois Gougetconfigure: Fix the linux/ipx.h check.
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-22  Alexandre Julliardws2_32: Added implementation for inet_ntop.
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-11  Andrew Talbotws2_32: Sign-compare warnings fix.
2008-12-09  Hans Leidekkerws2_32: Implement WSAIoctl(SIO_KEEPALIVE_VALS).
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-06  Jeff Zaroykows2_32: Test WSAAccept optional callback parameter...
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-29  Aric Stewartws2_32: Only set the overlapped hEvent if it exists.
next