- ff915d4 Make sure ip_mreq is not exported by winsock2.h. by Francois Gouget · 21 years ago
- 18a0045 Define ip_mreq. by Felix Nawothnig · 21 years ago
- 774c88a More stubs and better headers for mswsock.dll. by Patrik Stridvall · 21 years ago
- 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
- cf2f57f MSVC fixes. by Jon Griffiths · 22 years ago
- 1b3755e Include time.h instead of sys/time.h. by Yorick Hardy · 22 years ago
- 78b38a1 Include sys/time.h for struct timeval definition. by Yorick Hardy · 22 years ago
- d93f081 Add prototype for __WSAFDIsSet. Fix syntax error. by Dimitrie O. Paun · 22 years ago
- 9aee7c6 Yet another attempt at fixing the htonl functions. by Alexandre Julliard · 22 years ago
- da7d5ac Added more extended error codes. by Vitaliy Margolen · 22 years ago
- ceb86a9 - Map winsock sockopts to the POSIX equivalents for IP multicast. by Mike Hearn · 22 years ago
- 15f0ac3 Yet another hack to try to make this file compile in all circumstances. by Alexandre Julliard · 22 years ago
- 9ee2413 Handle htonl() and friends like select(), this will hopefully avoid by Alexandre Julliard · 22 years ago
- 70c47b6 Try to make winsock.h more portable (based on a patch by Francois Gouget). by Alexandre Julliard · 22 years ago
- 76883a8 Define the u_{char,short,int,long} in msvcrt/sys/types.h for Unix by Dimitrie O. Paun · 22 years ago
- 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
- ce1a430 Add definition for WSAEDISCON. by Dimitrie O. Paun · 22 years ago
- 2b529f1 Fixed circular include sequence winsock.h -> windows.h -> winsock2.h by Martin Wilck · 22 years ago
- 9fc8b11 - Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall). by Martin Wilck · 22 years ago
- 3e2217c Removed the #undef of WS_DEFINE_SELECT so that select is in fact by Patrick J. McNerthney · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- ac70c40 Add mswsock.h, move relevant definitions to this header. by Francois Gouget · 23 years ago
- 493e9d7 Fixed cut&paste bug. by Martin Wilck · 23 years ago
- 9e881be Fix for the unistd.h vs. winsock.h problem in Winelib applications. by Francois Gouget · 23 years ago
- 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 04ecd18 Avoid conflict with htonl & friends in Winelib on FreeBSD. by Francois Gouget · 23 years ago
- 99ed342 Very simple support for SO_OPENTYPE in getsockopt and setsockopt. by Paul Rupe · 23 years ago
- 2720231 Make winsock.h and winsock2.h independent from the Unix headers. by Francois Gouget · 23 years ago
- 76f6ffa Fix the SOCKADDR_IPX declaration. by Francois Gouget · 23 years ago
- d97fe26 Fix the WSAStartup prototype. Fix handling of timeout parameter in select. by Francois Gouget · 24 years ago
- 126e6b8 Rename the regular WS_FD_XXX macros to FD_XXX. by Francois Gouget · 24 years ago
- 88edb86 Define HAVE_SYS_SOCKET_H on NetBSD and FreeBSD. by Bang Jun-Young · 24 years ago
- 45d4f29 Work around problems on Solaris if config.h is not included. by Ulrich Weigand · 24 years ago
- a11664c Added a prototype for closesocket. by Francois Gouget · 24 years ago
- 5d1a638 Added checking for netdb.h. by Hidenori Takeshima · 24 years ago
- ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
- 5e4b7de Completed/corrected the list of include files. by Francois Gouget · 24 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 24 years ago
- 65cab52 Adjusted to allow MFC compilation; prevent definition of struct fd_set by Jeremy White · 25 years ago
- ae50941 Fixed the Win16/Win32 structure size/alignment differences of by Andreas Mohr · 25 years ago
- 544f711 FreeBSD 3.4 compile fix. by Bang Jun-Young · 25 years ago
- e0a3ba5 Added implementation for WSARecvEx function. This is a Microsoft by Moses DeJong · 25 years ago
- f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
- 019211f Added socket interface to wineserver. by Ove Kaaven · 25 years ago
- b8684a2 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- 14da7b1 Added extern "C" if __cplusplus is defined. by Patrik Stridvall · 26 years ago
- 89fc6fd Moved WINSOCK network IO event handling to special thread. by Ulrich Weigand · 26 years ago
- 01f3dc3 WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors, by Marcus Meissner · 26 years ago
- 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
- c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
- bdb6bec Reimplemented winsock asynchronous DNS services. No longer use a by Marcus Meissner · 26 years ago
- e577052 Removed definitions for FIONREAD and FIONBIO. by Pavel Roskin · 26 years ago
- 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
- 89b21b4 Many new defines, and structs to help compile MFC. As well as a few by Paul Quinn · 26 years ago
- 5eaf775 Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY. by Marcus Meissner · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- 231dfa2 Fixed a couple of faulty names used in wine and typos so that it will by Bertho Stultiens · 26 years ago
- 94d9964 configure first checks whether it is possible to compile IPX code with by Pavel Roskin · 26 years ago
- a143963 Fix to Linux IPX so compiles on non-linux platforms. by Constantine Sapuntzakis · 26 years ago
- 12392cd ugfixes for IPX code and preliminary groundwork for other address by Stephen Langasek · 26 years ago
- dc16342 Support for IPX networking via winsock under Linux. by Stephen Langasek · 26 years ago
- 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
- a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
- 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
- 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
- 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
- 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
- 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
- 3db94ef Release 970928 by Alexandre Julliard · 27 years ago wine-970928
- 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
- 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
- b1bac32 Release 961215 by Alexandre Julliard · 28 years ago wine-961215
- 7e6ae4b Release 961208 by Alexandre Julliard · 28 years ago wine-961208
- da0cfb3 Release 961201 by Alexandre Julliard · 28 years ago wine-961201
- bf9130a Release 961013 by Alexandre Julliard · 28 years ago wine-961013
- 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
- 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506
- 7d654eb Release 960225 by Alexandre Julliard · 29 years ago wine-960225
- 4f8c37b Release 960114 by Alexandre Julliard · 29 years ago wine-960114
- ade697e Release 951124 by Alexandre Julliard · 29 years ago wine-951124
- af0bae5 Release 951003 by Alexandre Julliard · 29 years ago wine-951003
- b7258be Release 950901 by Alexandre Julliard · 30 years ago wine-950901
- e2991ea Release 950727 by Alexandre Julliard · 30 years ago wine-950727
- 1d62f6b Release 940505 by Alexandre Julliard · 31 years ago wine-940505
- 5819953 Release 940420 by Alexandre Julliard · 31 years ago wine-940420
- 8d24ae6 Release 940405 by Alexandre Julliard · 31 years ago wine-940405
- fb9a919 Release 940301 by Alexandre Julliard · 31 years ago wine-940301