1. 36f8f1b Stub implementation for WSALookupServiceBeginA/W. by Rein Klazes · 21 years ago
  2. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  3. 589e115 We no longer use the .exe.spec.c files. by Alexandre Julliard · 21 years ago
  4. e8a339c Portability fixes for LSB compatibility. by Alexandre Julliard · 21 years ago
  5. 774c88a More stubs and better headers for mswsock.dll. by Patrik Stridvall · 21 years ago
  6. 47c13f5 Add stub for WSAStringToAddressA. by Christian Costa · 21 years ago
  7. 333ecf3 Fixed typo in memset call. by Alexey Spiridonov · 21 years ago
  8. f229c91 Add trailing '\n's to ok() calls. by Francois Gouget · 21 years ago
  9. 774304d Authors: Jeremy White <jwhite@codeweavers.com>, Francois Gouget <fgouget@codeweavers.com> by Alexandre Julliard · 21 years ago
  10. 0d914df Remove forced WS_SO_REUSEADDR on all binds. by Jeremy Shaw · 21 years ago
  11. 1694844 Clear struct sockaddr_ipx directly instead of just the sipx_zero field. by Wim Lewis · 21 years ago
  12. 15be906 Fix types in WSAHtonl. by Gerald Pfeifer · 21 years ago
  13. 32f296b Added stub and prototype for WSAJoinLeaf. by Kirill Smelkov · 21 years ago
  14. 04ecca5 Use wine_server_release_fd() instead of close() everywhere we use by Alexandre Julliard · 21 years ago
  15. b05861d Removed annoying message about missing entry in /etc/services. by Juan Lang · 21 years ago
  16. 0d7bdc7 Moved the 16-bit code out of socket.c and into a separate file. by Alexandre Julliard · 21 years ago
  17. 2581db8 Fixed some problems found while compiling and linking Wine under Cygwin. by Dmitry Timoshkov · 21 years ago
  18. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  19. ee1eb63 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  20. a613de2 Use #ifdef instead of #if for all feature tests. by Daniel Marmier · 22 years ago
  21. 8b25584 Remove the obsolete pascal16 (replaced by pascal -ret16). by Dimitrie O. Paun · 22 years ago
  22. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  23. 3a35544 _ws_gethostbyname() and WSAAsyncGetHostByName() when called with a by Rein Klazes · 22 years ago
  24. 85abf9c - improve some parameter checking in WSAIoctl by Juan Lang · 22 years ago
  25. 7df1b9e Start using the exported TEB structure from winternl.h where possible. by Alexandre Julliard · 22 years ago
  26. 19b6a49 Allocate DebugInfo field for all critical sections (based on a patch by Alexandre Julliard · 22 years ago
  27. 1bec372 Make do_block use poll() rather than select() (based on a patch by Mike Hearn). by Alexandre Julliard · 22 years ago
  28. a3989b1 Add an empty hook function for WSASetBlockingHook to return. by Mike McCormack · 22 years ago
  29. 4e1ef0c For all DLLs with defined DllMain and which do not require by Dmitry Timoshkov · 22 years ago
  30. 9bd4f6b - made async.h ready for use in ntdll: replaced all calls to kernel32 by Eric Pouech · 22 years ago
  31. 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
  32. cb98365 Check for a null pointer in WS_setsockopt. by Kester Maddock · 22 years ago
  33. f6a838c Added WSASetEvent forward. by Antonio Larrosa Jiménez · 22 years ago
  34. fe0bae3 Added version information. by Francois Gouget · 22 years ago
  35. 090f597 Use iphlpapi to implement SIO_GET_INTERFACE_LIST in WSAIoctl, and by Juan Lang · 22 years ago
  36. 7ea1033 Add and fix a few stubs to return correct error. by Vitaliy Margolen · 22 years ago
  37. 7b007b4 Cleaned up the option mapping code a bit. by Alexandre Julliard · 22 years ago
  38. ceb86a9 - Map winsock sockopts to the POSIX equivalents for IP multicast. by Mike Hearn · 22 years ago
  39. 9ee2413 Handle htonl() and friends like select(), this will hopefully avoid by Alexandre Julliard · 22 years ago
  40. 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
  41. e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
  42. 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
  43. 42a9ca5 Treat blank protocol the same as NULL in getservbyname & getservbyport. by Paul Rupe · 22 years ago
  44. a9c51cb Replaced forwards by normal function declarations. by Alexandre Julliard · 22 years ago
  45. 745a78f Remove some unreachable code. by Michael Stefaniuc · 22 years ago
  46. cfda84e Properly #define sipx_node for FreeBSD. by Gerald Pfeifer · 22 years ago
  47. c422dae Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED by Martin Wilck · 22 years ago
  48. 701ab7d Improve portability wrt. struct sockaddr_ipx. by Gerald Pfeifer · 22 years ago
  49. 9b0b1e0 Remove (POINTER)NULL casts. by Francois Gouget · 22 years ago
  50. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  51. 72e1c64 Added list of symbols to ignore by default in winebuild. by Alexandre Julliard · 22 years ago
  52. 983088a Force (WS_)SO_REUSEADDR before binding to a socket; ignore by Christoph Frick · 22 years ago
  53. 4577875 Correct 2 bugs connected to asynchronous shutdown(): by Martin Wilck · 22 years ago
  54. b5fc589 Set the socket to overlapped mode. by Martin Wilck · 22 years ago
  55. 2a5f290 Fixed test to run fine (0 errors) on Win NT. by Martin Wilck · 22 years ago
  56. 947a74f Add stubs and declarations for WSAInstallServiceClassA/W. by Mike McCormack · 22 years ago
  57. 9cec0a5 Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
  58. 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
  59. 9fc8b11 - Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall). by Martin Wilck · 22 years ago
  60. 97db7b4 Added WSASendDisconnect. by Hagen Heiduck · 22 years ago
  61. 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
  62. 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
  63. e6d8fdb - fixed up some semantic misunderstandings using the helpful advice of by Greg Turner · 23 years ago
  64. 96e3e92 Accept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO; translate to by Greg Turner · 23 years ago
  65. 71f8fc2 IDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION by Francois Gouget · 23 years ago
  66. 2b54cf9 Fix the behavior of GetOverlappedResult() and WSAGetOverlappedResult() by Martin Wilck · 23 years ago
  67. f476a0f Make all spec files grep-able. by Dimitrie O. Paun · 23 years ago
  68. e149b37 Finish the conversion of HWND to a void*. by Michael Stefaniuc · 23 years ago
  69. 9dccb29 WS2_register_async_shutdown(): Try immediate completion, in case an by Martin Wilck · 23 years ago
  70. c01cb75 Fixed typo in check_buffer_se(). by Martin Wilck · 23 years ago
  71. 3ad35f8 In WSAStartup() don't touch the lpVendorInfo field of the WSADATA structure. by Rein Klazes · 23 years ago
  72. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  73. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
  74. cd6b50e Moved the #ifdefs for the getnetby* etc. functions directly into the by Alexandre Julliard · 23 years ago
  75. bac7131 Removed non-static structure initializers. by Gregg Mattinson · 23 years ago
  76. 75de8fe Added printf format checking to the ok() and trace() macros, and fixed by Alexandre Julliard · 23 years ago
  77. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  78. 083bf18 Authors: Peter Hunnisett <peter@transgaming.com>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 23 years ago
  79. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  80. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  81. 4c31400 Make the tests compile with Visual C++. by Francois Gouget · 23 years ago
  82. 5e6943f Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  83. ac70c40 Add mswsock.h, move relevant definitions to this header. by Francois Gouget · 23 years ago
  84. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  85. d8d313d Fixed struct msghdr access for platforms that have msg_accrights by Alexandre Julliard · 23 years ago
  86. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  87. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  88. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  89. b28f933 Added unit test for winsock. by Martin Wilck · 23 years ago
  90. cf518bc SO_OPENTYPE has to be a per-thread setting. by Martin Wilck · 23 years ago
  91. ff1f320 Fixed some bugs in my recently submitted patch series. by Martin Wilck · 23 years ago
  92. af16c98 Implemented overlapped WSARecvFrom(), WSASendTo(), and by Martin Wilck · 23 years ago
  93. d15bf1c Fixed handling of deferred connections in WSAAccept(). by Martin Wilck · 23 years ago
  94. aba5947 _get_sock_fd_type: New function, retrieve fd type and flags like by Martin Wilck · 23 years ago
  95. f25efa0 Compile fixes for gcc 2.7.2.3. by Stefan Leichter · 23 years ago
  96. 37e87f7 Also #include <sys/uio.h>. by Gerald Pfeifer · 23 years ago
  97. 5885443 Make the recv() and send() family of functions use WSARecvFrom() and by Martin Wilck · 23 years ago
  98. ee77955 Add stub for WSAEnumProtocols(A/W) functions. by Mike McCormack · 23 years ago
  99. 9e881be Fix for the unistd.h vs. winsock.h problem in Winelib applications. by Francois Gouget · 23 years ago
  100. 5a82fa1 Added missing header. by Marcus Meissner · 23 years ago