include: Assorted spelling fixes.
[wine] / dlls / ws2_32 /
2012-12-03  Andrew Talbotws2_32: Remove unused semicolon.
2012-11-16  Michael Stefaniucws2_32: Avoid using sizeof on structs with variable...
2012-10-29  Frédéric Delanoyws2_32/tests: Remove dead code (coverity).
2012-10-29  Maarten Lankhorstws2_32: Define IP_UNICAST_IF if not found on linux.
2012-10-12  Erich Hooverws2_32: Silence error when binding to loopback adapter.
2012-10-03  Bruno Jesusws2_32: Fix some style issues.
2012-10-02  Erich Hooverws2_32: Permit broadcast packets on interface-bound...
2012-10-02  Erich Hooverws2_32: Permit broadcast packets on interface-bound...
2012-10-02  Bruno Jesusws2_32: Fix TRACE format in WS_getsockname.
2012-08-15  Michael Stefaniucws2_32: Avoid a FALSE:TRUE conditional expression.
2012-07-03  Francois GougetAssorted spelling fixes.
2012-06-22  Per Johanssonws2_32: In WSAIoctl(SIO_GET_INTERFACE_LIST), skip inter...
2012-06-18  Thomas Faberws2_32/tests: Add missing parentheses to ok() output.
2012-06-12  Bruno Jesusws2_32: Fix hostent memory allocation.
2012-06-07  Erich Hooverws2_32: Use STATUS_MORE_PROCESSING_REQUIRED to indicate...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-07  Erich Hooverws2_32/tests: Fix cleanup for first IOCP duplicated...
2012-05-01  Erich Hooverws2_32/tests: Test for IOCP behavior without AcceptEx...
2012-05-01  Erich Hooverws2_32/tests: Test for AcceptEx IOCP behavior for a...
2012-05-01  Erich Hooverws2_32/tests: Test for AcceptEx IOCP behavior for cance...
2012-05-01  Erich Hooverws2_32/tests: AcceptEx IOCP initialization cleanup.
2012-04-23  André Hentschelws2_32: Remove unneeded shadow variable.
2012-04-11  Bruno Jesusws2_32/tests: Avoid crashing if getservbyname fails.
2012-04-11  Bruno Jesusws2_32/tests: Update hostent struct tests.
2012-04-10  Erich Hooverws2_32: Implement IPV6_UNICAST_IF socket option.
2012-04-10  Erich Hooverws2_32: Implement IP_UNICAST_IF socket option.
2012-04-09  Bruno Jesusws2_32/tests: Add hostent struct tests for gethostbyname.
2012-04-02  Jeff Latimerws2_32: Make a common fixme more meaningful and return...
2012-04-02  Bruno Jesusws2_32/tests: Avoid usage of inet_ntoa since its return...
2012-03-26  Bruno Jesusws2_32: Handle NULL proto in WSAAsyncGetServByName.
2012-01-30  Frédéric Delanoyws2_32/tests: Remove dead code in test_completion_port...
2012-01-23  Francois GougetAssorted spelling fixes.
2012-01-18  Ričardas Barkauskasws2_32/tests: Test AcceptEx behaviour more.
2012-01-03  Marcus Meissnerws2_32: Removed dead code (Coverity).
2011-12-28  Ričardas Barkauskasws2_32: Don't post completion packet if sending fails...
2011-12-28  Ričardas Barkauskasws2_32/tests: Test some completion port behavior.
2011-12-19  Hans Leidekkerws2_32: Return the right value for SO_CONNECT_TIME...
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-12-15  Francois Gougetinclude: Update the nldef.h and *mib.h headers.
2011-12-13  Francois Gougetinclude: Add a missing wincrypt.h include directive...
2011-12-05  Bruno Jesusws2_32: Fix a function name comment.
2011-11-28  Bruno Jesusws2_32: Remove duplicated code.
2011-11-28  Bruno Jesusws2_32: Fix function GetAcceptExSockaddrs.
2011-11-24  Hans Leidekkerws2_32: Pass NULL nodename on to native getaddrinfo.
2011-11-21  Bruno Jesusws2_32: Invert SIOCATMARK logic.
2011-11-17  Francois Gougetws2_32: Delete the static critical section when unloadi...
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-11-04  Andrew Talbotws2_32: Remove unneeded address-of operator from array...
2011-10-21  Andrew Talbotws2_32: Replace switch statement with more suitable...
2011-10-21  Andrew Talbotws2_32: Mark a fall-through in a switch statement.
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-09  Bruno Jesusws2_32: Remove an unnecessary test.
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-09-05  Bruno Jesusws2_32: Fix a leak in WS2_AcceptEx.
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-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-06  Frédéric Delanoyws2_32: Remove dead assignment (Clang).
2011-07-01  Austin Englishws2_32: Define sipx_network / sipx_node for DragonFly...
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-06-01  Andrew Nguyenws2_32: Free the asynchronous query structure if thread...
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-04-19  Alexandre Julliardws2_32: Signal overlapped completion in WSAIoctl.
2011-04-19  Alexandre Julliardws2_32: Merge ioctlsocket implementation into WSAIoctl.
2011-04-19  Alexandre Julliardws2_32: Use saner parameter names in WSAIoctl.
2011-03-29  Hans Leidekkerws2_32: Implement GetNameInfoW.
2011-03-14  André Hentschelws2_32: Downgrade FIXME for WS_SIO_SET_COMPATIBILITY_MO...
2011-03-07  Aric Stewartws2_32: async_send with no buffers does not need to...
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-26  Marcus Meissnerws2_32: Implemented SO_CONNECT_TIME stub.
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: Use the iosb to keep track of how many bytes...
2011-01-24  Mike Kaplinskiyws2_32: Fix up iovecs after transmission in WS2_send...
2011-01-24  Mike Kaplinskiyws2_32: Allow sending FD_WRITE right after scheduling...
2011-01-24  Mike Kaplinskiyws2_32/tests: Add a test for an overlapped send.
2011-01-10  Gerald Pfeiferws2_32: Restructure and simplify debugstr_wsaioctl...
2010-12-09  Alexandre Julliardws2_32/tests: Avoid size_t in a trace.
2010-12-08  Alexandre Julliardws2_32: Fix a compile failure when control messages...
2010-12-07  Erich Hooverws2_32/tests: Add regression tests for WSARecvMsg and...
next