ws2_32: Delete the static critical section when unloading the dll.
[wine] / dlls / ws2_32 / tests /
2011-11-15  Hans Leidekkerws2_32: Fix handling of NULL and empty hostname in...
2011-11-14  Matej Špindlerws2_32: Test GetAddrInfo with zero port.
2011-10-04  Bruno Jesusws2_32: Fix UDP LINGER support in getsockopt.
2011-09-14  Hans Leidekkerws2_32: Avoid a crash in WS2_recv_base.
2011-09-13  Bruno Jesusws2_32: SO_OOBINLINE sockets must always return TRUE...
2011-09-08  Bruno Jesusws2_32: Fix support for SIO_KEEPALIVE_VALS.
2011-09-06  Bruno Jesusws2_32: Avoid an unhandled exception in WSAIoctl.
2011-08-24  Bruno Jesusws2_32: Fix false-positive write fds on select().
2011-08-22  Bruno Jesusws2_32/tests: Add MSG_PEEK tests on recv().
2011-06-21  André Hentschelws2_32: Handle null pointer for linger values.
2011-06-16  Marcus Meissnerws2_32: Fixed select() number of fds (Coverity).
2011-06-14  Hans Leidekkerws2_32: Accept NULL lpNumberOfBytesSent for overlapped...
2011-06-13  Lauri Kenttäws2_32/tests: Make sure that a structure is initialized...
2011-06-13  André Hentschelws2_32/tests: Don't read return value when we don't...
2011-06-03  Andrew Nguyenws2_32/tests: Fix some test thread procedure prototypes.
2011-06-03  Andrew Nguyenws2_32/tests: Avoid casting a WSAAccept function pointe...
2011-06-02  Peter Urbanecws2_32/tests: Socket error handling and reporting tests.
2011-06-01  Andrew Nguyenws2_32: Avoid a crash with an optional pointer in WSAAs...
2011-06-01  Andrew Nguyenws2_32/tests: Properly destroy the async test window.
2011-05-31  Peter Urbanecws2_32/tests: Use WSAGetLastError() when reporting...
2011-05-31  André Hentschelws2_32/tests: Initialize atmark (valgrind).
2011-05-27  André Hentschelws2_32/tests: Add test for SIOCATMARK.
2011-05-19  Andrew Nguyeninclude: Revise the Winsock include in windows.h to...
2011-05-02  Hans Leidekkerws2_32: Add a test to show that WSAIoctl is synchronous.
2011-02-24  Marcus Meissnerws2_32: name is never NULL as array (Coverity).
2011-02-23  Alexandre Goujonws2_32: Make gethostbyname fail if WSAStartup was not...
2011-02-09  Austin Englishws2_32/tests: Remove unneeded assignments (LLVM/Clang).
2011-02-07  Joris Huizerws2_32/tests: Don't test function directly when reporti...
2011-01-24  Mike Kaplinskiyserver: Fix connect failures on newer kernels.
2011-01-24  Mike Kaplinskiyws2_32: Finish an overlapped send only if we sent every...
2011-01-24  Mike Kaplinskiyws2_32/tests: Add a test for an overlapped send.
2010-12-09  Alexandre Julliardws2_32/tests: Avoid size_t in a trace.
2010-12-07  Erich Hooverws2_32/tests: Add regression tests for WSARecvMsg and...
2010-12-03  Juan Langws2_32: Set length on successful return from WSAStringT...
2010-11-16  Greg Geldorpws2_32/tests: NT4 and Win2000 print IPv6 addresses...
2010-10-18  Dan Kegelws2_32: Null select() should fail with WSAEINVAL.
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-29  Juan Langws2_32: Implement WSAIoctl for SIO_ROUTING_INTERFACE_QUERY.
2010-09-28  Juan Langws2_32/tests: Test SIO_ROUTING_INTERFACE_QUERY.
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-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-15  Vincent Povirkws2_32: Add a test for selecting invalid sockets.
2010-09-03  Alexandre Julliardws2_32/tests: Fix some buffer overflows in traces.
2010-08-24  Francois Gougetws2_32/tests: Add a trailing '\n' to an ok() call.
2010-08-17  Wolfgang Schwotzerws2_32/tests: Only log threads which not terminated...
2010-08-03  Mike Kaplinskiyws2_32: Implement ConnectEx.
2010-08-03  Mike Kaplinskiyws2_32/tests: Test ConnectEx.
2010-07-28  Mike Kaplinskiyserver: Fix some comments.
2010-07-28  Mike Kaplinskiyserver: Consume events triggered.
2010-07-22  André Hentschelws2_32: Fix test message.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-06-22  Francois Gougetws2_32/tests: Fix a typo in a variable name.
2010-06-15  Alexandre Julliardws2_32/tests: Reorder includes so that winsock.h is...
2010-05-17  Mike Kaplinskiyserver: Move socket async activation to sock_poll_event.
2010-05-17  Mike Kaplinskiyws2_32/tests: fix test failures on wine and win98.
2010-05-14  Alexandre Julliardws2_32/tests: Fix non-portable syntax.
2010-05-13  Mike Kaplinskiyws2_32/tests: Add some socket event tests.
2010-03-24  Mike Kaplinskiyws2_32/tests: Fix win9x test failure.
2010-03-23  Mike Kaplinskiyws2_32/tests: Test a WSARecv error condition.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-12  Jason Edmeadesws2_32: Support indefinite receive timeouts.
2010-02-08  Paul Vriensws2_32/tests: Fix test failures on Win9x/WinMe.
2010-02-03  Andrew Nguyenws2_32: Fix parameter validation order in getpeername.
2009-12-01  Rob Shearmanws2_32: Initialise buffer eventually passed into send...
2009-11-10  André Hentschelws2_32/tests: Test for initial state of SIOCATMARK.
2009-11-09  André Hentschelws2_32: Fix a comment.
2009-11-09  Marcus Meissnerws2_32: Use correct buffer for 17 byte write.
2009-10-29  Hans Leidekkerws2_32: Add a test for GetAddrInfoW.
2009-10-06  Michael Stefaniucws2_32/tests: Use LONG instead of long.
2009-10-05  Mike Kaplinskiyws2_32/tests: fix failure on win98/me.
2009-09-25  Mike Kaplinskiyws2_32/tests: Test WSAAccept with CF_DEFER.
2009-09-08  Ge van Geldorpws2_32/tests: Add acceptable error codes for Win7.
2009-08-27  Alexandre Julliardws2_32/tests: Fix test failures on Vista.
2009-08-25  Mike Kaplinskiyws2_32/tests: Fix failure on NT4.
2009-08-25  Detlef Riekenbergws2_32/tests: Add tests for setsockopt with invalid...
2009-08-25  Detlef Riekenbergws2_32/tests: Add tests for getsockopt with invalid...
2009-08-20  Mike Kaplinskiyws2_32/tests: Test connecting a pending accept socket.
2009-08-10  Jeff Latimerws2_32/tests: Tests for invalid conditions in InetNtop.
2009-08-10  Mike Kaplinskiyws2_32/tests: Fix the last failures on NT4/2000.
2009-08-07  Mike Kaplinskiyws2_32/tests: Test closing (and CancelIo'ing) accepting...
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-07-22  Mike Kaplinskiyws2_32/tests: Fix the last failures on NT4.
2009-07-20  Mike Kaplinskiyws2_32/tests: Fix test failures on NT4/x86_64.
2009-07-20  Mike Kaplinskiyws2_32/tests: Test closing listener during pending...
2009-07-20  Mike Kaplinskiyws2_32/tests: Test AcceptEx during pending AcceptEx...
2009-07-17  Jeff Latimerws2_32: IPv6 functionality for WSAAddressToStringW.
2009-07-17  Jeff Latimerws2_32/tests: IPv6 tests for WSAAddressToStringW.
2009-07-14  Mike Kaplinskiyws2/tests: Test AcceptEx with a deferred socket.
2009-07-10  Damjan Jovanovicws2_32: Test AcceptEx early disconnects and invalid...
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.
next