2006-02-20 |
Hans Leidekker | winsock: Implement getnameinfo. |
blob | commitdiff | raw |
2006-02-20 |
Vitaly Lipatov | winsock: Add check for sin6_scope_id. |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Robert Millan | Enable for GNU/kFreeBSD the same kernel-specific interf... |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Marcus Meissner | winsock: Map wildcards for socket type and protocol... |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Marcus Meissner | winsock: AF_UNSPEC mapping. |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Alexandre Julliard | Pass specific access rights to wine_server_handle_to_fd. |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Marcus Meissner | winsock: getaddrinfo - return code mapping. |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Alexandre Julliard | server: Use attributes instead of inherit flag in socke... |
blob | commitdiff | raw | diff to current |
2005-12-05 |
Marcus Meissner | winsock: Rewrote mappers to use sizeof() based loops. |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Rein Klazes | Clear the reference counter in WSACleanup, with regress... |
blob | commitdiff | raw | diff to current |
2005-11-28 |
Ge van Geldorp | Match PSDK STATUS_* definitions. |
blob | commitdiff | raw | diff to current |
2005-11-23 |
Francois Gouget | Add LPADDRINFO, missing IP_* defines and missing APIs. |
blob | commitdiff | raw | diff to current |
2005-11-22 |
Marcus Meissner | EAI_NONAME -> WS_EAI_NODATA, check for EAI_NONAME and... |
blob | commitdiff | raw | diff to current |
2005-11-21 |
Marcus Meissner | Fixed typo in ws_sockaddr_u2ws(). |
blob | commitdiff | raw | diff to current |
2005-11-17 |
Marcus Meissner | Implemented getaddrinfo(), including full mapping of... |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Marcus Meissner | Added mapping between unix and windows sockaddr_in6... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
Saulius Krasuckas | - Stricten cases for NT in a two tests. |
blob | commitdiff | raw | diff to current |
2005-10-24 |
Eric Pouech | Made accept thread safe(r). |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Marcus Meissner | The last argument to MultiByteToWideChar is wide charac... |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Alexandre Julliard | Fixed some more traces to use the right printf format... |
blob | commitdiff | raw | diff to current |
2005-08-27 |
Hans Leidekker | Avoid using the obsolete inet_addr. |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Mike McCormack | gcc 4.0 warning fixes. |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Alexandre Julliard | Merged some of the header checks to reduce the size... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Stefan Huehner | Fix some more -Wmissing-declarations warnings. |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Eric Pouech | Const correctness fixes. |
blob | commitdiff | raw | diff to current |
2005-06-25 |
Hans Leidekker | Fix some -Wmissing-declarations warnings. |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Troy Rollo | Change WS_bind to accept an sa_family of 0 as "don... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Alexandre Julliard | Store the winsock per-thread data in NtCurrentTeb(... |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Eric Pouech | Some fixes on async shutdown. |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Robert Lunnon | Added a conditionally compiled definition of INADDR_NON... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Francois Gouget | Fix nativeapi.pm so it knows about AC_HEADER_STAT(). |
blob | commitdiff | raw | diff to current |
2005-05-05 |
Marcus Meissner | Initialize iosb. |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Marcus Meissner | Fixed stack overwrite by using sizeof(WS_sockaddr_ipx). |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Dmitry Timoshkov | Match OVERLAPPED structure to the SDK definition. |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Steven Edwards | Added a check for poll.h. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Hans Leidekker | Stub implementations for WPUCompleteOverlappedRequest, |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Mike McCormack | Use CreateEventW in preference to CreateEventA for... |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Robert Shearman | Convert per-process hostent, servent and protent buffer... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Alexandre Julliard | Fixed a leak in getsockname. |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Gerald Pfeifer | Fix format string in WSAAddressToStringA(). |
blob | commitdiff | raw | diff to current |
2004-11-04 |
Hans Leidekker | Implement WSAAddressToString{A,W}. |
blob | commitdiff | raw | diff to current |
2004-11-02 |
Stefan Dösinger | Added WSAAddressToStringA/W stubs. |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Vincent Béron | Fix various function prototypes. |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Rein Klazes | - Fix WS_getsockopt for the options SO_LINGER, SO_RCVTI... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Robert Shearman | - Fix calculation of required buffer size. |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Rein Klazes | - Time out on recv from and send to blocking sockets. |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Alexandre Julliard | Authors: Roderick Colenbrander <thunderbird2k@gmx.net... |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Andreas Rosenberg | Implementation of WSAStringToAddress(A/W), WSAHtonl... |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Roderick Colenbrander | - set ipx packet type |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Hans Leidekker | Move implementation of EnumProtocols{A,W} from wsock32... |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
blob | commitdiff | raw | diff to current |
2004-08-10 |
Ulrich Czekalla | Handle EINTR when polling. |
blob | commitdiff | raw | diff to current |
2004-06-02 |
Hans Leidekker | Stub for WSCUnInstallNameSpace. |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Rein Klazes | Stub implementation for WSALookupServiceBeginA/W. |
blob | commitdiff | raw | diff to current |
2004-03-01 |
Alexandre Julliard | Portability fixes for LSB compatibility. |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Patrik Stridvall | More stubs and better headers for mswsock.dll. |
blob | commitdiff | raw | diff to current |
2004-01-28 |
Christian Costa | Add stub for WSAStringToAddressA. |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Alexey Spiridonov | Fixed typo in memset call. |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Jeremy Shaw | Remove forced WS_SO_REUSEADDR on all binds. |
blob | commitdiff | raw | diff to current |
2004-01-02 |
Wim Lewis | Clear struct sockaddr_ipx directly instead of just... |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Gerald Pfeifer | Fix types in WSAHtonl. |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Kirill Smelkov | Added stub and prototype for WSAJoinLeaf. |
blob | commitdiff | raw | diff to current |
2003-12-02 |
Alexandre Julliard | Use wine_server_release_fd() instead of close() everywh... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Juan Lang | Removed annoying message about missing entry in /etc... |
blob | commitdiff | raw | diff to current |
2003-11-28 |
Alexandre Julliard | Moved the 16-bit code out of socket.c and into a separa... |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Dmitry Timoshkov | Fixed some problems found while compiling and linking... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Daniel Marmier | Use #ifdef instead of #if for all feature tests. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Rein Klazes | _ws_gethostbyname() and WSAAsyncGetHostByName() when... |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Juan Lang | - improve some parameter checking in WSAIoctl |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Alexandre Julliard | Make do_block use poll() rather than select() (based... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Mike McCormack | Add an empty hook function for WSASetBlockingHook to... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Dmitry Timoshkov | For all DLLs with defined DllMain and which do not... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Eric Pouech | - made async.h ready for use in ntdll: replaced all... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-06-07 |
Kester Maddock | Check for a null pointer in WS_setsockopt. |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Juan Lang | Use iphlpapi to implement SIO_GET_INTERFACE_LIST in... |
blob | commitdiff | raw | diff to current |
2003-04-09 |
Vitaliy Margolen | Add and fix a few stubs to return correct error. |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Alexandre Julliard | Cleaned up the option mapping code a bit. |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Mike Hearn | - Map winsock sockopts to the POSIX equivalents for... |
blob | commitdiff | raw | diff to current |
2003-03-28 |
Alexandre Julliard | Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Paul Rupe | Treat blank protocol the same as NULL in getservbyname & |
blob | commitdiff | raw | diff to current |
2003-02-24 |
Michael Stefaniuc | Remove some unreachable code. |
blob | commitdiff | raw | diff to current |
2003-01-28 |
Gerald Pfeifer | Properly #define sipx_node for FreeBSD. |
blob | commitdiff | raw | diff to current |
2003-01-28 |
Martin Wilck | Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_C... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Gerald Pfeifer | Improve portability wrt. struct sockaddr_ipx. |
blob | commitdiff | raw | diff to current |
2002-12-06 |
Christoph Frick | Force (WS_)SO_REUSEADDR before binding to a socket... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Martin Wilck | Correct 2 bugs connected to asynchronous shutdown(): |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Mike McCormack | Add stubs and declarations for WSAInstallServiceClassA/W. |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
blob | commitdiff | raw | diff to current |
2002-10-30 |
Martin Wilck | - Define SOCKET as UINT_PTR for Win64 (thanks to P... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Hagen Heiduck | Added WSASendDisconnect. |
blob | commitdiff | raw | diff to current |
next |