Fix signed/unsigned comparison warnings.
[wine] / dlls / winsock /
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-14  Alexandre JulliardAuthors: Roderick Colenbrander <thunderbird2k@gmx.net...
2004-09-13  Andreas RosenbergImplementation of WSAStringToAddress(A/W), WSAHtonl...
2004-09-07  Roderick Colenbrander- set ipx packet type
2004-09-06  Hans LeidekkerMove implementation of EnumProtocols{A,W} from wsock32...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-10  Ulrich CzekallaHandle EINTR when polling.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-02  Hans LeidekkerStub for WSCUnInstallNameSpace.
2004-04-05  Rein KlazesStub implementation for WSALookupServiceBeginA/W.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-28  Patrik StridvallMore stubs and better headers for mswsock.dll.
2004-01-28  Christian CostaAdd stub for WSAStringToAddressA.
2004-01-27  Alexey SpiridonovFixed typo in memset call.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-13  Alexandre JulliardAuthors: Jeremy White <jwhite@codeweavers.com>, Francoi...
2004-01-13  Jeremy ShawRemove forced WS_SO_REUSEADDR on all binds.
2004-01-02  Wim LewisClear struct sockaddr_ipx directly instead of just...
2003-12-12  Gerald PfeiferFix types in WSAHtonl.
2003-12-11  Kirill SmelkovAdded stub and prototype for WSAJoinLeaf.
2003-12-02  Alexandre JulliardUse wine_server_release_fd() instead of close() everywh...
2003-11-30  Juan LangRemoved annoying message about missing entry in /etc...
2003-11-28  Alexandre JulliardMoved the 16-bit code out of socket.c and into a separa...
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Rein Klazes_ws_gethostbyname() and WSAAsyncGetHostByName() when...
2003-08-30  Juan Lang- improve some parameter checking in WSAIoctl
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-08  Alexandre JulliardMake do_block use poll() rather than select() (based...
2003-07-22  Mike McCormackAdd an empty hook function for WSASetBlockingHook to...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-07  Kester MaddockCheck for a null pointer in WS_setsockopt.
2003-06-04  Antonio Larrosa... Added WSASetEvent forward.
2003-05-13  Francois GougetAdded version information.
2003-05-13  Juan LangUse iphlpapi to implement SIO_GET_INTERFACE_LIST in...
2003-04-09  Vitaliy MargolenAdd and fix a few stubs to return correct error.
2003-04-04  Alexandre JulliardCleaned up the option mapping code a bit.
2003-04-04  Mike Hearn- Map winsock sockopts to the POSIX equivalents for...
2003-04-02  Alexandre JulliardHandle htonl() and friends like select(), this will...
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.
next