2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-04-27 |
Martin Wilck | Added unit test for winsock. |
tree | commitdiff |
2002-04-27 |
Martin Wilck | SO_OPENTYPE has to be a per-thread setting. |
tree | commitdiff |
2002-04-26 |
Martin Wilck | Fixed some bugs in my recently submitted patch series. |
tree | commitdiff |
2002-04-25 |
Martin Wilck | Implemented overlapped WSARecvFrom(), WSASendTo(), and |
tree | commitdiff |
2002-04-23 |
Martin Wilck | Fixed handling of deferred connections in WSAAccept(). |
tree | commitdiff |
2002-04-17 |
Martin Wilck | _get_sock_fd_type: New function, retrieve fd type and... |
tree | commitdiff |
2002-04-11 |
Stefan Leichter | Compile fixes for gcc 2.7.2.3. |
tree | commitdiff |
2002-04-08 |
Gerald Pfeifer | Also #include <sys/uio.h>. |
tree | commitdiff |
2002-04-05 |
Martin Wilck | Make the recv() and send() family of functions use... |
tree | commitdiff |
2002-04-03 |
Mike McCormack | Add stub for WSAEnumProtocols(A/W) functions. |
tree | commitdiff |
2002-04-01 |
Francois Gouget | Fix for the unistd.h vs. winsock.h problem in Winelib... |
tree | commitdiff |
2002-03-25 |
Marcus Meissner | Added missing header. |
tree | commitdiff |
2002-03-23 |
Alexandre Julliard | Send message for WSAAsyncSelect sockets directly from... |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-14 |
Lawson Whitney | Protect against NULL wsaddrlen in ws_sockaddr_alloc. |
tree | commitdiff |
2002-01-29 |
Rein Klazes | Correct optlen when WS_setsockopt is called with SO_LINGER. |
tree | commitdiff |
2002-01-29 |
Patrik Stridvall | Avoid wildcards in .cvsignore. |
tree | commitdiff |
2002-01-29 |
Francois Gouget | Rename s_addr to src_addr to avoid a conflict on Solaris. |
tree | commitdiff |
2002-01-21 |
Francois Gouget | Fix a couple of warnings and a typo. |
tree | commitdiff |
2002-01-18 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-01-15 |
Michael C. Maggio | Code used AF_IPX in some places where it should have... |
tree | commitdiff |
2002-01-14 |
Daniel Walker | Implemented WSAAccept(). |
tree | commitdiff |
2002-01-10 |
Francois Gouget | Fix previous patch: the ws_sockaddr_u2ws return value... |
tree | commitdiff |
2002-01-09 |
Martin Wilck | Moved the functionality of WS_socket() to WSASocketA(). |
tree | commitdiff |
2002-01-09 |
Paul Rupe | Return length of WS_sockaddr structure in ws_sockaddr_u2ws. |
tree | commitdiff |
2001-12-24 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
tree | commitdiff |
2001-12-14 |
Paul Rupe | Very simple support for SO_OPENTYPE in getsockopt and... |
tree | commitdiff |
2001-11-30 |
Paul Rupe | Fixed WS_getpeername parameter in WS_accept. |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-14 |
Francois Gouget | Make winsock.h and winsock2.h independent from the... |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-11-05 |
Gerard Patel | Test for ws_timeout=NULL in winsock select(). |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-09 |
Patrik Stridvall | Added new include file ws2spi.h for adding needed types. |
tree | commitdiff |
2001-10-08 |
Francois Gouget | Fix the SOCKADDR_IPX declaration. |
tree | commitdiff |
2001-10-02 |
Andreas Mohr | Added WSC*InstallProvider stubs. |
tree | commitdiff |
2001-10-01 |
Andreas Mohr | Added stub for WSApSetPostRoutine. |
tree | commitdiff |
2001-09-21 |
David Hammerton | Fixed typos. |
tree | commitdiff |
2001-09-14 |
Francois Gouget | Fix the WSAStartup prototype. |
tree | commitdiff |
2001-09-07 |
Francois Gouget | Convert the socket type (necessary on Solaris). |
tree | commitdiff |
2001-08-24 |
Francois Gouget | Added WSASTARTUP16 a 1 byte alignment version of WSASTA... |
tree | commitdiff |
2001-08-24 |
Francois Gouget | Rename the regular WS_FD_XXX macros to FD_XXX. |
tree | commitdiff |
2001-08-23 |
Daniel Walker | - Fix for nonblocking sockets using WSAEventSelect... |
tree | commitdiff |
2001-08-16 |
Alexandre Julliard | Added names to standard critical sections (suggested... |
tree | commitdiff |
2001-08-09 |
Alexandre Julliard | Added Interlocked*Pointer functions. |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
tree | commitdiff |
2001-07-12 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-10 |
Peter Hunnisett | Implemented a stub for WSARecvFrom. |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-05-07 |
Francois Gouget | Fixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom. |
tree | commitdiff |
2001-04-10 |
Peter Hunnisett | Added stub for WSASend. |
tree | commitdiff |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
tree | commitdiff |
2001-02-20 |
Alexandre Julliard | Got rid of the WSINFO structure. Fixed a couple of... |
tree | commitdiff |
2001-02-14 |
Andreas Mohr | Cosmetics. |
tree | commitdiff |
2001-01-17 |
James Hatheway | In WsControl, don't mix Linux and Wine socket calls... |
tree | commitdiff |
2001-01-17 |
Gerard Patel | Change WSACleanup - wsinfo is a static structure now. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
tree | commitdiff |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
tree | commitdiff |
2001-01-02 |
Marcus Meissner | A socket becomes readable after connect in Linux 2... |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Finished separation of shell32 and wsock32. |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Fixed SEGPTR_GET usage. |
tree | commitdiff |
2000-11-26 |
Marcus Meissner | Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls. |
tree | commitdiff |
2000-11-26 |
Hidenori Takeshima | Added checking for netdb.h. |
tree | commitdiff |
2000-11-25 |
Dimitrie O. Paun | Include config.h in files that test for constants defin... |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
tree | commitdiff |
2000-10-31 |
Alexandre Julliard | Added import of ntdll. |
tree | commitdiff |
2000-10-24 |
Aric Stewart | Added forward for WSAResetEvent. |
tree | commitdiff |
2000-10-24 |
Rein Klazes | Convert the value of level when setsockopt is called... |
tree | commitdiff |
2000-10-13 |
Rein Klazes | Ignore setsockopt calls that make the size of the recei... |
tree | commitdiff |
2000-09-27 |
Alexandre Julliard | Added a few missing imports. |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-24 |
Rein Klazes | Make calls to gethostbyname, gethostbyaddr, getservbyname, |
tree | commitdiff |
2000-09-16 |
John Gilmore | Cleaned it up so that code paths which have unsupported... |
tree | commitdiff |
2000-09-01 |
Stephane Lussier | When checking the socket return by the server request... |
tree | commitdiff |
2000-08-31 |
Alexandre Julliard | Converted a lot of server requests to the new exception... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Added imports of kernel32.dll where necessary. |
tree | commitdiff |
2000-08-03 |
Andreas Mohr | Fixed the Win16/Win32 structure size/alignment differen... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
tree | commitdiff |
2000-07-29 |
Uwe Bonnes | We always have strerror, so no need to ifdef HAVE_STRERROR. |
tree | commitdiff |
2000-07-28 |
Alexandre Julliard | Added 'owner' field to 16-bit spec files to specify... |
tree | commitdiff |
2000-07-25 |
James Hatheway | Portability fixes. |
tree | commitdiff |
2000-07-23 |
James Hatheway | Adds an initial WSAIoctl function with support for... |
tree | commitdiff |
2000-07-23 |
Eric Pouech | Insured that all parameters of async functions are... |
tree | commitdiff |
2000-07-15 |
Andreas Mohr | Added WSAWaitForMultipleEvents (alias to WaitForMultipl... |
tree | commitdiff |
2000-07-10 |
Gerard Patel | Fakes a negotiation of the winsock version. |
tree | commitdiff |
2000-07-09 |
Alexandre Julliard | Created separate libraries for dplay, shfolder, shlwapi... |
tree | commitdiff |
2000-06-23 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-06-18 |
James Hatheway | Created an initial Winsock 2 (ws2_32) DLL. Makes use... |
tree | commitdiff |
2000-06-01 |
Gerald Pfeifer | Fixed warning. |
tree | commitdiff |
next |