Add support for WM_WINDOWPOSCHANGED to save new origin of window.
[wine] / dlls / winsock /
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-14  Lawson WhitneyProtect against NULL wsaddrlen in ws_sockaddr_alloc.
2002-01-29  Rein KlazesCorrect optlen when WS_setsockopt is called with SO_LINGER.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-29  Francois GougetRename s_addr to src_addr to avoid a conflict on Solaris.
2002-01-21  Francois GougetFix a couple of warnings and a typo.
2002-01-18  Patrik StridvallFixed some issues found by winapi_check.
2002-01-15  Michael C. MaggioCode used AF_IPX in some places where it should have...
2002-01-14  Daniel WalkerImplemented WSAAccept().
2002-01-10  Francois GougetFix previous patch: the ws_sockaddr_u2ws return value...
2002-01-09  Martin WilckMoved the functionality of WS_socket() to WSASocketA().
2002-01-09  Paul RupeReturn length of WS_sockaddr structure in ws_sockaddr_u2ws.
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-14  Paul RupeVery simple support for SO_OPENTYPE in getsockopt and...
2001-11-30  Paul RupeFixed WS_getpeername parameter in WS_accept.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
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-11-05  Gerard PatelTest for ws_timeout=NULL in winsock select().
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-08  Francois GougetFix the SOCKADDR_IPX declaration.
2001-10-02  Andreas MohrAdded WSC*InstallProvider stubs.
2001-10-01  Andreas MohrAdded stub for WSApSetPostRoutine.
2001-09-21  David HammertonFixed typos.
2001-09-14  Francois GougetFix the WSAStartup prototype.
2001-09-07  Francois GougetConvert the socket type (necessary on Solaris).
2001-08-24  Francois GougetAdded WSASTARTUP16 a 1 byte alignment version of WSASTA...
2001-08-24  Francois GougetRename the regular WS_FD_XXX macros to FD_XXX.
2001-08-23  Daniel Walker- Fix for nonblocking sockets using WSAEventSelect...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-10  Peter HunnisettImplemented a stub for WSARecvFrom.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-07  Francois GougetFixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom.
2001-04-10  Peter HunnisettAdded stub for WSASend.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-20  Alexandre JulliardGot rid of the WSINFO structure. Fixed a couple of...
2001-02-14  Andreas MohrCosmetics.
2001-01-17  James HathewayIn WsControl, don't mix Linux and Wine socket calls...
2001-01-17  Gerard PatelChange WSACleanup - wsinfo is a static structure now.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2001-01-02  Marcus MeissnerA socket becomes readable after connect in Linux 2...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-27  Alexandre JulliardFixed SEGPTR_GET usage.
2000-11-26  Marcus MeissnerIgnore SOL_SOCKET/SO_DEBUG setsockopt() calls.
2000-11-26  Hidenori TakeshimaAdded checking for netdb.h.
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
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...
next