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