ws2_32: gethostbyname("") should work.
[wine] / dlls / ws2_32 / socket.c
2007-06-01  Damjan Jovanovicws2_32: gethostbyname("") should work.
2007-06-01  Alexandre Julliardws2_32: Don't modify last error in async I/O callback.
2007-06-01  Alexandre Julliardws2_32: Re-enable FD_READ also when returning EWOULDBLO...
2007-05-31  Alexandre Julliardws2_32: Allocate iovec buffers statically using MSG_MAX...
2007-05-31  Alexandre Julliardws2_32: Store the local iosb in the ws2_async structure...
2007-05-31  Alexandre Julliardws2_32: Reimplement WSARecvFrom along the lines of...
2007-05-30  Alexandre Julliardws2_32: Avoid memory allocations for sockaddr conversion.
2007-05-29  Kai Blinws2_32: Make WS2_send trace more readble.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-05  Alexandre Julliardws2_32: Don't access the IO_STATUS_BLOCK until the...
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
2007-03-26  Andrew Talbotws2_32: Replace inline static with static inline.
2007-03-22  Damjan Jovanovicws2_32: WSASendTo should always re-enable the FD_WRITE...
2007-03-21  Alexandre Julliardws2_32: Move the signalling of the completion event...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Damjan Jovanovicws2_32: In some cases send should block until the entir...
2007-03-08  Francois Gougetws2_32: Fix an int/long mismatch in a trace.
2007-03-08  Francois Gougetws2_32: Replace a few -1 literals with SOCKET_ERROR.
2007-02-26  Hans Leidekkerws2_32: Handle NULL argument in inet_addr.
2007-02-14  Francois GougetAssorted spelling fixes.
2007-01-18  Vitaliy Margolenws2_32: Fix trace for WS_setsockopt to look closer...
2006-12-20  Kai Blinws2_32: ws_sockaddr_u2ws should zero the sockaddr_in...
2006-12-19  Hans Leidekkerws2_32: Implement the SIO_ADDRESS_LIST_QUERY ioctl.
2006-12-07  Kai Blinws2_32: Downgrade SO_REUSEADDR fixme to a trace.
2006-12-05  Kai Blinws2_32: Rewrite setsockopt to be more readable.
2006-12-04  Kai Blinws2_32: Rewrite getsockopt to make it more readable.
2006-11-30  Kai Blinws2_32: Implement SO_EXCLUSIVEADDRUSE for setsockopt.
2006-11-30  Kai Blinws2_32: SO_DONTROUTE is ignored on windows, fix comment...
2006-11-29  Kai Blinws2_32: Implement SO_GET_MAX_MSG_SIZE for getsockopt.
2006-11-28  Kai Blinws2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make...
2006-11-27  Alexandre Julliardwinsock: Add WS_ prefix on WSAIoctl constants.
2006-11-24  Andrew Talbotws2_32: Cast-qual warnings fix.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Alexandre Julliardws2_32: Convert WS_select to use poll() instead of...
2006-11-03  Alexandre Julliardws2_32: Don't store the socket file descriptor in the...
2006-10-12  Alexandre Julliardws2_32: Win64 printf format fixes.
2006-10-12  Alexandre Julliardwinsock: Add a WS_ prefix to the BSD types.
2006-10-12  Nicolas Delcroswinsock: Add mapping for SO_ACCEPTCONN.
2006-10-03  Alexandre Julliardws2_32: Avoid retrieving the fd twice in WSAIoctl.
2006-10-03  Marcus Meissnerws2_32: Implemented FIONBIO and FIONREAD in WSAIoctl.
2006-10-02  Dmitry Timoshkovws2_32: Add a comment to ioctlsocket about 'bogus'...
2006-10-02  Dmitry Timoshkovws2_32: Use a symbolic name instead of hand-made value.
2006-09-08  Francois GougetAssorted spelling fixes.
2006-07-13  Robert Shearmaninclude: Add NI_* defines and add a WS(socklen_t) type.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-15  Alexandre Julliardwinsock: Renamed the winsock directory to ws2_32.