ws2_32/tests: Cannot reliably detect bad hostnames in "modern" internet.
[wine] / dlls / ws2_32 / tests / sock.c
2008-05-14  Dan Kegelws2_32/tests: Cannot reliably detect bad hostnames...
2008-05-06  Michael Stefaniucws2_32: Fix test output string to match the test.
2008-05-05  Kai Blinws2_32: On Win98, SO_MAX_MSG_SIZE is 65527, not 65507.
2008-04-29  Alexandre Julliardws2_32/tests: Fix the gethostname prototype.
2008-04-28  Kai Blinws2_32: Handle gethostbyname call failure, add tests.
2008-01-04  Austin EnglishMore spelling fixes.
2008-01-03  Gerald Pfeiferws2_32: Remove two noop checks.
2007-11-14  Gerald Pfeiferws2_32/tests: Fix error checking.
2007-11-12  Kai Blinws2_32: Cope with buggy apps passing setsockopt optval...
2007-09-25  Philip Nilssonws2_32/tests: Add a testcase for binding with IPv6...
2007-09-19  Tijl Coosemansws2_32/tests: Don't wait for FD_CONNECT event when...
2007-06-29  Kai Blinws2_32: Return WSAEINVAL for unhandled address families...
2007-06-15  Damjan Jovanovicws2_32: getsockname should fail on unbound socket.
2007-06-01  Damjan Jovanovicws2_32: gethostbyname("") should work.
2007-05-25  Damjan Jovanovicws2_32: Simplify some socket tests by adding a function...
2007-04-25  Paul Vriensws2_32/tests: Add required parameter to CreateThread...
2007-04-11  Michael Stefaniucws2_32/tests: Remove redundant NULL check before HeapFr...
2007-03-22  Damjan Jovanovicws2_32: WSASendTo should always re-enable the FD_WRITE...
2007-03-20  Damjan Jovanovicws2_32: In some cases send should block until the entir...
2007-02-26  Hans Leidekkerws2_32: Handle NULL argument in inet_addr.
2007-01-04  Francois Gougetws2_32/tests: Use '%d' to print GetLastError().
2006-12-20  Kai Blinws2_32: ws_sockaddr_u2ws should zero the sockaddr_in...
2006-12-04  Damjan Jovanovicws2_32: Added tests for closesocket cancelling pending...
2006-12-04  Kai Blinws2_32: Rewrite getsockopt to make it more readable.
2006-11-29  Kai Blinws2_32: Implement SO_GET_MAX_MSG_SIZE for getsockopt.
2006-10-09  Michael Stefaniucws2_32/tests: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-15  Alexandre Julliardwinsock: Renamed the winsock directory to ws2_32.