Release 1.5.29.
[wine] / include / winsock2.h
2012-03-28  Matteo Bruniinclude: Fix some winsock definitions.
2011-11-21  Michael Stefaniucinclude: Drop some superfluous l modifiers from numeric...
2011-06-03  Andrew Nguyenws2_32/tests: Avoid casting a WSAAccept function pointe...
2010-09-09  Austin Englishws2_32: Add a stub for WSANSPIoctl.
2010-08-03  Detlef Riekenberginclude: Add a closing bracket.
2010-04-03  Alexandre Julliardinclude: Try harder to redefine u_long, and avoid using...
2009-04-07  Rob Shearmaninclude: Add declaration of sockaddr_storage to ws2def.h.
2008-05-26  Kai Blinws2_32: Add support for FROM_PROTOCOL_INFO to WSASocket().
2007-06-04  Francois Gougetws2_32: Improve the prototypes Win64 compatibility...
2006-11-27  Alexandre Julliardwinsock: Add WS_ prefix on WSAIoctl constants.
2006-10-12  Alexandre Julliardwinsock: Add a WS_ prefix to the BSD types.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-01  Alexandre JulliardFixed some compiler warnings on Darwin.
2005-09-19  Alexandre JulliardUse the default structure packing like Windows does.
2005-01-10  Hans LeidekkerStub implementations for WPUCompleteOverlappedRequest,
2004-11-01  Hans LeidekkerFill WSAPROTOCOL_INFO structures instead of PROTOCOL_IN...
2004-10-04  Robert Shearman- Fix calculation of required buffer size.
2004-09-13  Andreas RosenbergImplementation of WSAStringToAddress(A/W), WSAHtonl...
2004-04-05  Rein KlazesStub implementation for WSALookupServiceBeginA/W.
2004-03-02  Hans LeidekkerAdded protocol type constants.
2003-12-11  Kirill SmelkovAdded stub and prototype for WSAJoinLeaf.
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-05-13  Dimitrie O. PaunAdd prototype for __WSAFDIsSet. Fix syntax error.
2002-11-13  Mike McCormackAdd stubs and declarations for WSAInstallServiceClassA/W.
2002-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-14  Daniel WalkerImplemented WSAAccept().
2002-01-12  Alexandre JulliardFixed typos.
2001-11-14  Francois GougetMake winsock.h and winsock2.h independent from the...
2001-10-02  Andreas MohrAdded WSC*InstallProvider stubs.
2001-07-10  Peter HunnisettImplemented a stub for WSARecvFrom.
2001-04-10  Peter HunnisettAdded stub for WSASend.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2000-12-02  Alexandre JulliardUse ioctlsocket() instead of ioctl() so that we can...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-08-03  Andreas MohrFixed the Win16/Win32 structure size/alignment differen...
2000-06-18  James HathewayCreated an initial Winsock 2 (ws2_32) DLL. Makes use...
1999-09-27  Ove KaavenAdded some basic Winsock2 definitions.