Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / winsock /
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-08  Saulius KrasuckasAdded last error code for XP SP1.
2005-11-05  Saulius Krasuckas- Stricten cases for NT in a two tests.
2005-11-04  Saulius KrasuckasMake 4 WSAStringToAddress* tests don't fail on Win9x.
2005-10-24  Eric PouechMade accept thread safe(r).
2005-10-03  Dmitry TimoshkovMove user32 to delay loaded imports.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-27  Hans LeidekkerAvoid using the obsolete inet_addr.
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-08-25  Mike McCormackgcc 4.0 warning fixes.
2005-08-03  Alexandre JulliardMerged some of the header checks to reduce the size...
2005-08-01  Andreas MohrSync ws2_32.spec with XP.
2005-07-15  Stefan HuehnerFix some write-strings warnings.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-25  Hans LeidekkerFix some -Wmissing-declarations warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Troy RolloChange WS_bind to accept an sa_family of 0 as "don...
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-05-14  Alexandre JulliardStore the winsock per-thread data in NtCurrentTeb(...
2005-05-09  Eric PouechSome fixes on async shutdown.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Robert LunnonAdded a conditionally compiled definition of INADDR_NON...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-05  Marcus MeissnerInitialize iosb.
2005-04-28  Marcus MeissnerFixed stack overwrite by using sizeof(WS_sockaddr_ipx).
2005-03-31  Rein KlazesFix a copy&paste bug in get_buffer_pe.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-21  Thomas KhoAdded tests for sendto, recvfrom, and getservbyname.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-03-17  Jakob ErikssonMore trace info.
2005-03-11  Thomas KhoAdded select_server() test that uses select() in servin...
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-02-14  Francois GougetTests cannot use wine/debug.h because it does not exist...
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-10  Hans LeidekkerStub implementations for WPUCompleteOverlappedRequest,
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Robert ShearmanConvert per-process hostent, servent and protent buffer...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-06  Alexandre JulliardFixed a leak in getsockname.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-06  Gerald PfeiferFix format string in WSAAddressToStringA().
2004-11-04  Hans LeidekkerImplement WSAAddressToString{A,W}.
2004-11-02  Stefan DösingerAdded WSAAddressToStringA/W stubs.
2004-11-02  Hans LeidekkerMake sure we match output of Win2k protocol enumeration...
2004-11-01  Hans LeidekkerFill WSAPROTOCOL_INFO structures instead of PROTOCOL_IN...
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-06  Rein Klazes- Fix WS_getsockopt for the options SO_LINGER, SO_RCVTI...
2004-10-04  Robert Shearman- Fix calculation of required buffer size.
2004-10-04  Rein Klazes- Time out on recv from and send to blocking sockets.
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...
next