1. 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
  2. 42a9ca5 Treat blank protocol the same as NULL in getservbyname & getservbyport. by Paul Rupe · 22 years ago
  3. a9c51cb Replaced forwards by normal function declarations. by Alexandre Julliard · 22 years ago
  4. 745a78f Remove some unreachable code. by Michael Stefaniuc · 22 years ago
  5. cfda84e Properly #define sipx_node for FreeBSD. by Gerald Pfeifer · 22 years ago
  6. c422dae Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED by Martin Wilck · 22 years ago
  7. 701ab7d Improve portability wrt. struct sockaddr_ipx. by Gerald Pfeifer · 22 years ago
  8. 9b0b1e0 Remove (POINTER)NULL casts. by Francois Gouget · 22 years ago
  9. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  10. 72e1c64 Added list of symbols to ignore by default in winebuild. by Alexandre Julliard · 22 years ago
  11. 983088a Force (WS_)SO_REUSEADDR before binding to a socket; ignore by Christoph Frick · 22 years ago
  12. 4577875 Correct 2 bugs connected to asynchronous shutdown(): by Martin Wilck · 22 years ago
  13. b5fc589 Set the socket to overlapped mode. by Martin Wilck · 22 years ago
  14. 2a5f290 Fixed test to run fine (0 errors) on Win NT. by Martin Wilck · 22 years ago
  15. 947a74f Add stubs and declarations for WSAInstallServiceClassA/W. by Mike McCormack · 22 years ago
  16. 9cec0a5 Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
  17. 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
  18. 9fc8b11 - Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall). by Martin Wilck · 22 years ago
  19. 97db7b4 Added WSASendDisconnect. by Hagen Heiduck · 22 years ago
  20. 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
  21. 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
  22. e6d8fdb - fixed up some semantic misunderstandings using the helpful advice of by Greg Turner · 23 years ago
  23. 96e3e92 Accept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO; translate to by Greg Turner · 23 years ago
  24. 71f8fc2 IDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION by Francois Gouget · 23 years ago
  25. 2b54cf9 Fix the behavior of GetOverlappedResult() and WSAGetOverlappedResult() by Martin Wilck · 23 years ago
  26. f476a0f Make all spec files grep-able. by Dimitrie O. Paun · 23 years ago
  27. e149b37 Finish the conversion of HWND to a void*. by Michael Stefaniuc · 23 years ago
  28. 9dccb29 WS2_register_async_shutdown(): Try immediate completion, in case an by Martin Wilck · 23 years ago
  29. c01cb75 Fixed typo in check_buffer_se(). by Martin Wilck · 23 years ago
  30. 3ad35f8 In WSAStartup() don't touch the lpVendorInfo field of the WSADATA structure. by Rein Klazes · 23 years ago
  31. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  32. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
  33. cd6b50e Moved the #ifdefs for the getnetby* etc. functions directly into the by Alexandre Julliard · 23 years ago
  34. bac7131 Removed non-static structure initializers. by Gregg Mattinson · 23 years ago
  35. 75de8fe Added printf format checking to the ok() and trace() macros, and fixed by Alexandre Julliard · 23 years ago
  36. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  37. 083bf18 Authors: Peter Hunnisett <peter@transgaming.com>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 23 years ago
  38. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  39. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  40. 4c31400 Make the tests compile with Visual C++. by Francois Gouget · 23 years ago
  41. 5e6943f Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  42. ac70c40 Add mswsock.h, move relevant definitions to this header. by Francois Gouget · 23 years ago
  43. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  44. d8d313d Fixed struct msghdr access for platforms that have msg_accrights by Alexandre Julliard · 23 years ago
  45. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  46. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  47. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  48. b28f933 Added unit test for winsock. by Martin Wilck · 23 years ago
  49. cf518bc SO_OPENTYPE has to be a per-thread setting. by Martin Wilck · 23 years ago
  50. ff1f320 Fixed some bugs in my recently submitted patch series. by Martin Wilck · 23 years ago
  51. af16c98 Implemented overlapped WSARecvFrom(), WSASendTo(), and by Martin Wilck · 23 years ago
  52. d15bf1c Fixed handling of deferred connections in WSAAccept(). by Martin Wilck · 23 years ago
  53. aba5947 _get_sock_fd_type: New function, retrieve fd type and flags like by Martin Wilck · 23 years ago
  54. f25efa0 Compile fixes for gcc 2.7.2.3. by Stefan Leichter · 23 years ago
  55. 37e87f7 Also #include <sys/uio.h>. by Gerald Pfeifer · 23 years ago
  56. 5885443 Make the recv() and send() family of functions use WSARecvFrom() and by Martin Wilck · 23 years ago
  57. ee77955 Add stub for WSAEnumProtocols(A/W) functions. by Mike McCormack · 23 years ago
  58. 9e881be Fix for the unistd.h vs. winsock.h problem in Winelib applications. by Francois Gouget · 23 years ago
  59. 5a82fa1 Added missing header. by Marcus Meissner · 23 years ago
  60. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  61. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  62. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  63. f6a3a52 Protect against NULL wsaddrlen in ws_sockaddr_alloc. by Lawson Whitney · 23 years ago
  64. e2a55be Correct optlen when WS_setsockopt is called with SO_LINGER. by Rein Klazes · 23 years ago
  65. 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
  66. f885024 Rename s_addr to src_addr to avoid a conflict on Solaris. by Francois Gouget · 23 years ago
  67. e6ebf42 Fix a couple of warnings and a typo. by Francois Gouget · 23 years ago
  68. 9ff202e Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  69. f3b01aa Code used AF_IPX in some places where it should have used WS_AF_IPX. by Michael C. Maggio · 23 years ago
  70. 40491ec Implemented WSAAccept(). by Daniel Walker · 23 years ago
  71. 8549821 Fix previous patch: the ws_sockaddr_u2ws return value was wrong. by Francois Gouget · 23 years ago
  72. 65b7e64 Moved the functionality of WS_socket() to WSASocketA(). by Martin Wilck · 23 years ago
  73. 06ffc1a Return length of WS_sockaddr structure in ws_sockaddr_u2ws. by Paul Rupe · 23 years ago
  74. 8512979 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
  75. 99ed342 Very simple support for SO_OPENTYPE in getsockopt and setsockopt. by Paul Rupe · 23 years ago
  76. 8111f04 Fixed WS_getpeername parameter in WS_accept. by Paul Rupe · 23 years ago
  77. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  78. 2720231 Make winsock.h and winsock2.h independent from the Unix headers. by Francois Gouget · 23 years ago
  79. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  80. 0331374 Test for ws_timeout=NULL in winsock select(). by Gerard Patel · 23 years ago
  81. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  82. e668a9d Added new include file ws2spi.h for adding needed types. by Patrik Stridvall · 23 years ago
  83. 76f6ffa Fix the SOCKADDR_IPX declaration. by Francois Gouget · 23 years ago
  84. ab96845 Added WSC*InstallProvider stubs. by Andreas Mohr · 23 years ago
  85. 3064005 Added stub for WSApSetPostRoutine. by Andreas Mohr · 23 years ago
  86. 75b5251 Fixed typos. by David Hammerton · 24 years ago
  87. d97fe26 Fix the WSAStartup prototype. Fix handling of timeout parameter in select. by Francois Gouget · 24 years ago
  88. 27eaac6 Convert the socket type (necessary on Solaris). by Francois Gouget · 24 years ago
  89. 14b06d4 Added WSASTARTUP16 a 1 byte alignment version of WSASTARTUP for win16. by Francois Gouget · 24 years ago
  90. 126e6b8 Rename the regular WS_FD_XXX macros to FD_XXX. by Francois Gouget · 24 years ago
  91. c86517f - Fix for nonblocking sockets using WSAEventSelect() (patch from Ove by Daniel Walker · 24 years ago
  92. 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
  93. e994d50 Added Interlocked*Pointer functions. Fixed InterlockedCompareExchange prototype. by Alexandre Julliard · 24 years ago
  94. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  95. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  96. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  97. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  98. 7736876 Implemented a stub for WSARecvFrom. by Peter Hunnisett · 24 years ago
  99. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  100. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago