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