Framework for the doppler effect.
[wine] / dlls / winsock /
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Paul RupeTreat blank protocol the same as NULL in getservbyname &
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-02-24  Michael StefaniucRemove some unreachable code.
2003-01-28  Gerald PfeiferProperly #define sipx_node for FreeBSD.
2003-01-28  Martin WilckDo not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_C...
2003-01-23  Gerald PfeiferImprove portability wrt. struct sockaddr_ipx.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-12-06  Christoph FrickForce (WS_)SO_REUSEADDR before binding to a socket...
2002-12-05  Martin WilckCorrect 2 bugs connected to asynchronous shutdown():
2002-12-05  Martin WilckSet the socket to overlapped mode.
2002-12-03  Martin WilckFixed test to run fine (0 errors) on Win NT.
2002-11-13  Mike McCormackAdd stubs and declarations for WSAInstallServiceClassA/W.
2002-11-11  Patrik StridvallFixed some issues found by winapi_check.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-30  Martin Wilck- Define SOCKET as UINT_PTR for Win64 (thanks to P...
2002-10-29  Hagen HeiduckAdded WSASendDisconnect.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-26  Greg Turner- fixed up some semantic misunderstandings using the...
2002-09-25  Greg TurnerAccept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO...
2002-09-17  Francois GougetIDI_APPLICATIONW does not exist on Windows. Use IDI_APP...
2002-09-12  Martin WilckFix the behavior of GetOverlappedResult() and WSAGetOve...
2002-09-12  Dimitrie O. PaunMake all spec files grep-able.
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-09-06  Martin WilckWS2_register_async_shutdown(): Try immediate completion...
2002-09-06  Martin WilckFixed typo in check_buffer_se().
2002-08-29  Rein KlazesIn WSAStartup() don't touch the lpVendorInfo field...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-07-31  Alexandre JulliardMoved the #ifdefs for the getnetby* etc. functions...
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-13  Alexandre JulliardAuthors: Peter Hunnisett <peter@transgaming.com>, Ove...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-22  Francois GougetAdd mswsock.h, move relevant definitions to this header.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-16  Alexandre JulliardFixed struct msghdr access for platforms that have...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-27  Martin WilckAdded unit test for winsock.
2002-04-27  Martin WilckSO_OPENTYPE has to be a per-thread setting.
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-25  Martin WilckImplemented overlapped WSARecvFrom(), WSASendTo(), and
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-04-17  Martin Wilck_get_sock_fd_type: New function, retrieve fd type and...
2002-04-11  Stefan LeichterCompile fixes for gcc 2.7.2.3.
2002-04-08  Gerald PfeiferAlso #include <sys/uio.h>.
2002-04-05  Martin WilckMake the recv() and send() family of functions use...
2002-04-03  Mike McCormackAdd stub for WSAEnumProtocols(A/W) functions.
2002-04-01  Francois GougetFix for the unistd.h vs. winsock.h problem in Winelib...
2002-03-25  Marcus MeissnerAdded missing header.
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
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.
next