2005-03-17 |
Dmitry Timoshkov | Match OVERLAPPED structure to the SDK definition. |
blob | commitdiff | raw |
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 |
2002-10-17 |
Alexandre Julliard | Fixed wownt32.h to make it usable from inside Wine... |
blob | commitdiff | raw | diff to current |
2002-09-26 |
Greg Turner | - fixed up some semantic misunderstandings using the... |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Greg Turner | Accept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Martin Wilck | Fix the behavior of GetOverlappedResult() and WSAGetOve... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Finish the conversion of HWND to a void*. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Martin Wilck | WS2_register_async_shutdown(): Try immediate completion... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Martin Wilck | Fixed typo in check_buffer_se(). |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Rein Klazes | In WSAStartup() don't touch the lpVendorInfo field... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Moved the #ifdefs for the getnetby* etc. functions... |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Gregg Mattinson | Removed non-static structure initializers. |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Alexandre Julliard | Authors: Peter Hunnisett <peter@transgaming.com>, Ove... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-05-16 |
Alexandre Julliard | Fixed struct msghdr access for platforms that have... |
blob | commitdiff | raw | diff to current |
2002-04-27 |
Martin Wilck | SO_OPENTYPE has to be a per-thread setting. |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Martin Wilck | Fixed some bugs in my recently submitted patch series. |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Martin Wilck | Implemented overlapped WSARecvFrom(), WSASendTo(), and |
blob | commitdiff | raw | diff to current |
2002-04-23 |
Martin Wilck | Fixed handling of deferred connections in WSAAccept(). |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Martin Wilck | _get_sock_fd_type: New function, retrieve fd type and... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Stefan Leichter | Compile fixes for gcc 2.7.2.3. |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Gerald Pfeifer | Also #include <sys/uio.h>. |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Martin Wilck | Make the recv() and send() family of functions use... |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Mike McCormack | Add stub for WSAEnumProtocols(A/W) functions. |
blob | commitdiff | raw | diff to current |
2002-03-25 |
Marcus Meissner | Added missing header. |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Alexandre Julliard | Send message for WSAAsyncSelect sockets directly from... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Lawson Whitney | Protect against NULL wsaddrlen in ws_sockaddr_alloc. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Rein Klazes | Correct optlen when WS_setsockopt is called with SO_LINGER. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Francois Gouget | Rename s_addr to src_addr to avoid a conflict on Solaris. |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Francois Gouget | Fix a couple of warnings and a typo. |
blob | commitdiff | raw | diff to current |
2002-01-18 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-01-15 |
Michael C. Maggio | Code used AF_IPX in some places where it should have... |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Daniel Walker | Implemented WSAAccept(). |
blob | commitdiff | raw | diff to current |
2002-01-10 |
Francois Gouget | Fix previous patch: the ws_sockaddr_u2ws return value... |
blob | commitdiff | raw | diff to current |
next |