oledb32: Add tests for DBTYPE_CY to DBTYPE_WSTR/DBTYPE_STR conversion.
[wine] / dlls / ws2_32 / socket.c
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.
2008-10-09  Alexandre Julliardws2_32: Allow arbitrary-sized iovecs again in WSASendTo...
2008-09-10  Jeff Zaroykows2_32: ioctlsocket should try to check if argp is...
2008-09-08  Damjan Jovanovicws2_32: Only enable FD_WRITE on short sends.
2008-07-18  Daniel Santosws2_32: WSASendTo() should clear last error on success.
2008-07-14  Andrew Talbotws2_32: Remove unneeded address-of operators from array...
2008-07-04  Kai Blinws2_32: Prevent segfault in trace for NULL AddressString.
2008-06-21  Jeff Zaroykows2_32: Ignore lpFrom for connected sockets.
2008-06-18  Albert Leews2_32: WS_getaddrinfo TRACE message can crash Wine.
2008-05-28  Kai Blinws2_32: Change back magic 127.12.34.56 to loopback...
2008-05-26  Kai Blinws2_32: Add support for FROM_PROTOCOL_INFO to WSASocket().
2008-05-22  Andrew Talbotws2_32: Remove unused function.
2008-04-28  Kai Blinws2_32: Handle gethostbyname call failure, add tests.
2008-04-24  Kai Blinws2_32: Work around the host name resolving to 127...
2008-03-06  Francois Gougetws2_32: s/#if/#ifdef/ so it still works if HAVE_XXX...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-08  Andrew Talbotws2_32: Remove unneeded casts.
2008-02-05  Rob Shearmanws2_32: Add a FIXME for WS_SIO_GET_EXTENSION_FUNCTION_P...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-04  Austin EnglishMore spelling fixes.
2007-12-26  Alexander Dorofeyevws2_32: Fix timeout check.
2007-12-23  Johannes Stezenbachws2_32: Set *res = NULL for error return from WS_getadd...
2007-12-18  Kirill K. Smirnovws2_32: Fix flags conversion in getnameinfo() function.
2007-11-15  Andrey Turkinserver: Pass Information field from async I/O APCs.
2007-11-15  Andrey Turkinws2_32: Make certain winsock functions generate i/o...
2007-11-15  Andrey Turkinserver: Allow async i/o operations to send completion...
2007-11-12  Kai Blinws2_32: Cope with buggy apps passing setsockopt optval...
2007-11-05  Kai Blinws2_32: Map SO_REUSEADDR.
2007-10-15  Juan Langws2_32: Fix broadcast address calculation.
2007-10-04  Damjan Jovanovicws2_32: Silently ignore WS_IP_DONTFRAGMENT.
2007-09-25  Philip Nilssonws2_32: Set IPV6_V6ONLY when required to be compatible...
2007-07-25  Aric Stewartws2_32: Initialize the address to 0 in ws_sockaddr_ws2u.
2007-07-24  Damjan Jovanovicws2_32: Sending 0 bytes shouldn't cause an infinite...
2007-07-16  Damjan Jovanovicws2_32: Update WSASendTo's iovec properly.
2007-07-03  Ben Hodgettsws2_32: Don't tell users to run Wine as root when socke...
2007-07-02  Kai Blinws2_32: Handle IPv6 in WSAStringToAddress.
2007-06-29  Kai Blinws2_32: Return WSAEINVAL for unhandled address families...
2007-06-29  Alexandre Julliardws2_32: Don't print traces from async I/O callbacks.
2007-06-15  Damjan Jovanovicws2_32: getsockname should fail on unbound socket.
2007-06-06  Kai Blinws2_32: Add mapping for STATUS_OBJECT_TYPE_MISMATCH...
2007-06-04  Alexandre Julliardws2_32: Rewrite WSAGetOverlappedResult for the new...
next