Fixed some more traces to use the right printf format and avoid
[wine] / dlls / winsock / async.c
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-06-25  Hans LeidekkerFix some -Wmissing-declarations warnings.
2005-01-10  Hans LeidekkerStub implementations for WPUCompleteOverlappedRequest,
2004-02-28  Patrik StridvallMore stubs and better headers for mswsock.dll.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Rein Klazes_ws_gethostbyname() and WSAAsyncGetHostByName() when...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2002-10-30  Martin Wilck- Define SOCKET as UINT_PTR for Win64 (thanks to P...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Alexandre JulliardMoved the #ifdefs for the getnetby* etc. functions...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-14  Francois GougetMake winsock.h and winsock2.h independent from the...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-09  Patrik StridvallAdded new include file ws2spi.h for adding needed types.
2001-10-01  Andreas MohrAdded stub for WSApSetPostRoutine.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-26  Hidenori TakeshimaAdded checking for netdb.h.
2000-09-24  Rein KlazesMake calls to gethostbyname, gethostbyaddr, getservbyname,
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-03  Andreas MohrFixed the Win16/Win32 structure size/alignment differen...
2000-07-23  Eric PouechInsured that all parameters of async functions are...
2000-04-18  Rein KlazesConvert service and protocol names to lowercase before...
2000-04-06  Rein KlazesCorrected error handling for ws_getprotobyname/number.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.