- 24 Feb, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 14 Jan, 2005 1 commit
-
-
Eric Pouech authored
- fixed some overlapped issues in socket handling - moved kernel32.CancelIo implementation to ntdll
-
- 18 Aug, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 17 Aug, 2004 1 commit
-
-
Eric Pouech authored
+ added necessary semantics to fd flags + no longer uses fd type (but fd flags) read/write semantic behavior - fixed socket code to use the proper manifest constants - fixes for kernel32.GetOverlappedResult without hEvent set - in ntdll.Nt{Read|Write}File + always reset the event + added support for longlong offsets + better object disposal in error handling code paths
-
- 12 Apr, 2004 1 commit
-
-
Filip Navara authored
-
- 08 Apr, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 12 Mar, 2003 1 commit
-
-
Alexandre Julliard authored
given file. Plugged a couple of potential file descriptor leaks.
-
- 19 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
structure. Changed the poll()-related routines to deal with file descriptors instead of objects and integrated poll support into fd.c.
-
- 14 Feb, 2003 1 commit
-
-
Alexandre Julliard authored
Removed get_file_info function from object operations. Added get_device_id request to avoid abusing get_file_info.
-
- 11 Feb, 2003 1 commit
-
-
Steven Edwards authored
-
- 30 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
separate fd object. This will be needed for file locking.
-
- 28 Jan, 2003 1 commit
-
-
Martin Wilck authored
(currently unused) can thus be used to determine if a stream socket was ever connected.
-
- 19 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 31 Jul, 2002 1 commit
-
-
Alexandre Julliard authored
of void* handles.
-
- 03 Jul, 2002 1 commit
-
-
Martin Wilck authored
Fix socket state handling and event handling for non-STREAM sockets.
-
- 21 Jun, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 30 May, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 27 Apr, 2002 1 commit
-
-
Martin Wilck authored
-
- 26 Apr, 2002 1 commit
-
-
Martin Wilck authored
-
- 25 Apr, 2002 2 commits
-
-
Martin Wilck authored
Provide more accurate status codes than STATUS_UNSUCCESSFUL.
-
Martin Wilck authored
-
- 23 Apr, 2002 1 commit
-
-
Martin Wilck authored
-
- 23 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
instead of using the service thread. Finished separation of ws2_32.
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 09 Jan, 2002 2 commits
-
-
Martin Wilck authored
-
Martin Wilck authored
-
- 20 Dec, 2001 1 commit
-
-
Mike McCormack authored
- implement async queues
-
- 30 Nov, 2001 1 commit
-
-
Alexandre Julliard authored
data to be exchanged. Split request and reply structures to make backwards compatibility easier. Moved many console functions to dlls/kernel, added code page support, changed a few requests to behave properly with the new protocol.
-
- 14 Nov, 2001 1 commit
-
-
Francois Gouget authored
Make them compatible with both the Unix C headers and the MSVCRT headers. Ensure compatibility with the Unix headers via the USE_WS_PREFIX macro. Add WINE_NOWINSOCK: prevents winsock.h from being included from windows.h when defined. Add ws2tcpip.h, move definitions to the right header.
-
- 05 Oct, 2001 1 commit
-
-
Alexandre Julliard authored
breaking the get_handle_fd request.
-
- 24 Aug, 2001 1 commit
-
-
Francois Gouget authored
Rename the Wine specific WS_FD_XXX macros to FD_WINE_XXX.
-
- 23 Aug, 2001 1 commit
-
-
Daniel Walker authored
Kaaven). - Changed WSAEnumNetworkEvents() so it only returns events that the application is looking for. - Changed sock_poll_event() to interpret a POLLIN event with zero bytes waiting to be read as a POLLHUP.
-
- 14 May, 2001 1 commit
-
-
Marcus Meissner authored
Removed several unneeded sys/stat.h includes.
-
- 05 Jan, 2001 1 commit
-
-
Alexandre Julliard authored
pointers later on. Always use 0 to signal invalid handle in server requests.
-
- 22 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
Do not send fd to the client if ops->get_fd() fails.
-
- 19 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
-
- 13 Oct, 2000 1 commit
-
-
Stephane Lussier authored
reselected.
-
- 27 Sep, 2000 1 commit
-
-
Stephane Lussier authored
properties of the listening socket. This is also true for non-blocking property.
-