ws2_32/tests: Fix a test failure on NT4.
[wine] / dlls / ws2_32 / tests / sock.c
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  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/tests: Avoid printing pointer differences in...
2008-12-04  Michael Stefaniucws2_32/tests: Remove some superfluous casts.
2008-09-12  Francois Gougetws2_32/tests: Fix a race in sock.c:test_write_events().
2008-09-11  Kai Blinws2_32: Win98 closesocket() does not wake up select.
2008-09-11  Kai Blinws2_32: Win NT4 does not zero the sockaddr_in structure...
2008-09-10  Kai Blinws2_32: Fix the SO_REUSEADDR tests to work on Win2k3...
2008-09-10  Jeff Zaroykows2_32: ioctlsocket should try to check if argp is...
2008-09-09  Paul Vriensws2_32/tests: Remove redundant NULL check before HeapFree.
2008-09-08  Damjan Jovanovicws2_32: Only enable FD_WRITE on short sends.
2008-09-05  Paul Vriensws2_32/tests: Use CreateEventA for win9x.
2008-07-18  Daniel Santosws2_32: WSASendTo() should clear last error on success.
2008-06-23  Marcus Meissnerws2_32/tests: Initialize buffer to avoid valgrind warning.
2008-06-21  Marcus Meissnerws2_32/tests: Initialize memory to send.
2008-06-21  Jeff Zaroykows2_32: Ignore lpFrom for connected sockets.
2008-05-28  Paul Vriensws2_32/tests: Fix crash on win98.
2008-05-26  Kai Blinws2_32: Add support for FROM_PROTOCOL_INFO to WSASocket().
2008-05-19  Kai Blinws2_32: Test for invalid hostnames again.
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.