Moved standard syslevel APIs declaration to winbase.h.
[wine] / dlls / winsock /
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-24  Aric StewartAdded forward for WSAResetEvent.
2000-10-24  Rein KlazesConvert the value of level when setsockopt is called...
2000-10-13  Rein KlazesIgnore setsockopt calls that make the size of the recei...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-24  Rein KlazesMake calls to gethostbyname, gethostbyaddr, getservbyname,
2000-09-16  John GilmoreCleaned it up so that code paths which have unsupported...
2000-09-01  Stephane LussierWhen checking the socket return by the server request...
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-03  Andreas MohrFixed the Win16/Win32 structure size/alignment differen...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-29  Uwe BonnesWe always have strerror, so no need to ifdef HAVE_STRERROR.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-25  James HathewayPortability fixes.
2000-07-23  James HathewayAdds an initial WSAIoctl function with support for...
2000-07-23  Eric PouechInsured that all parameters of async functions are...
2000-07-15  Andreas MohrAdded WSAWaitForMultipleEvents (alias to WaitForMultipl...
2000-07-10  Gerard PatelFakes a negotiation of the winsock version.
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-06-23  Patrik StridvallFixed some issues found by winapi_check.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-18  James HathewayCreated an initial Winsock 2 (ws2_32) DLL. Makes use...
2000-06-01  Gerald PfeiferFixed warning.
2000-05-23  Gerald PfeiferFix a mismatch between format string and parameter.
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-28  Alexandre JulliardFixed small bug in WSOCK32_accept
2000-03-26  Ove KaavenHandle POLLHUP better (delay FD_CLOSE notification...
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Lars HeeteCorrected handling of proto==NULL in WINSOCK_getservbyn...
2000-03-12  Rein KlazesCorrect conversion of level parameter if WINSOCK_setsoc...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-07  Rein KlazesAdd a message and fix error code if __ws_getservbyname...
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-03-04  Ove KaavenWSACleanup should set last error to WSANOTINITIALISED...
2000-03-04  Rein KlazesMade WINSOCK_setsockopt handle option SO_DONTLINGER...
2000-02-14  Ove Kaavenioctlsocket() now returns success if the app sets nonbl...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.