- 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
- 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
- c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- f6a3a52 Protect against NULL wsaddrlen in ws_sockaddr_alloc. by Lawson Whitney · 23 years ago
- e2a55be Correct optlen when WS_setsockopt is called with SO_LINGER. by Rein Klazes · 23 years ago
- 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
- f885024 Rename s_addr to src_addr to avoid a conflict on Solaris. by Francois Gouget · 23 years ago
- e6ebf42 Fix a couple of warnings and a typo. by Francois Gouget · 23 years ago
- 9ff202e Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
- f3b01aa Code used AF_IPX in some places where it should have used WS_AF_IPX. by Michael C. Maggio · 23 years ago
- 40491ec Implemented WSAAccept(). by Daniel Walker · 23 years ago
- 8549821 Fix previous patch: the ws_sockaddr_u2ws return value was wrong. by Francois Gouget · 23 years ago
- 65b7e64 Moved the functionality of WS_socket() to WSASocketA(). by Martin Wilck · 23 years ago
- 06ffc1a Return length of WS_sockaddr structure in ws_sockaddr_u2ws. by Paul Rupe · 23 years ago
- 8512979 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
- 99ed342 Very simple support for SO_OPENTYPE in getsockopt and setsockopt. by Paul Rupe · 23 years ago
- 8111f04 Fixed WS_getpeername parameter in WS_accept. by Paul Rupe · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 2720231 Make winsock.h and winsock2.h independent from the Unix headers. by Francois Gouget · 23 years ago
- 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
- 0331374 Test for ws_timeout=NULL in winsock select(). by Gerard Patel · 23 years ago
- 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
- e668a9d Added new include file ws2spi.h for adding needed types. by Patrik Stridvall · 23 years ago
- 76f6ffa Fix the SOCKADDR_IPX declaration. by Francois Gouget · 23 years ago
- ab96845 Added WSC*InstallProvider stubs. by Andreas Mohr · 23 years ago
- 3064005 Added stub for WSApSetPostRoutine. by Andreas Mohr · 23 years ago
- 75b5251 Fixed typos. by David Hammerton · 24 years ago
- d97fe26 Fix the WSAStartup prototype. Fix handling of timeout parameter in select. by Francois Gouget · 24 years ago
- 27eaac6 Convert the socket type (necessary on Solaris). by Francois Gouget · 24 years ago
- 14b06d4 Added WSASTARTUP16 a 1 byte alignment version of WSASTARTUP for win16. by Francois Gouget · 24 years ago
- 126e6b8 Rename the regular WS_FD_XXX macros to FD_XXX. by Francois Gouget · 24 years ago
- c86517f - Fix for nonblocking sockets using WSAEventSelect() (patch from Ove by Daniel Walker · 24 years ago
- 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
- e994d50 Added Interlocked*Pointer functions. Fixed InterlockedCompareExchange prototype. by Alexandre Julliard · 24 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
- e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- 7736876 Implemented a stub for WSARecvFrom. by Peter Hunnisett · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
- 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago