- 27 Dec, 2007 1 commit
-
-
Rob Shearman authored
server: Initialise the apc_call_t union in async_set_result to all zero to avoid a Valgrind warning.
-
- 18 Dec, 2007 2 commits
-
-
Alexandre Julliard authored
-
Andrey Turkin authored
This is to allow completions to be sent on handle close. Also this can be helpful for AcceptEx/TransmitFile implementation.
-
- 08 Dec, 2007 1 commit
-
-
Marcus Meissner authored
-
- 05 Dec, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 15 Nov, 2007 2 commits
-
-
Andrey Turkin authored
-
Andrey Turkin authored
-
- 04 Oct, 2007 1 commit
-
-
Rob Shearman authored
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
-
- 04 Jun, 2007 1 commit
-
-
Alexandre Julliard authored
server: Remove the extra apc_arg parameter now that user APCs all require the same arg as the kernel APC.
-
- 08 May, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 17 Apr, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 10 Apr, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 04 Apr, 2007 1 commit
-
-
Alexandre Julliard authored
File handles are signaled when an I/O operation completes, and reset when another operation is queued.
-
- 03 Apr, 2007 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 02 Apr, 2007 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 27 Mar, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 22 Mar, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 21 Mar, 2007 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 20 Mar, 2007 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 14 Jan, 2005 1 commit
-
-
Eric Pouech authored
- fixed some overlapped issues in socket handling - moved kernel32.CancelIo implementation to ntdll
-
- 04 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
always take 3 parameters. Implemented a number of other ntdll thread functions, and use them from the kernel ones.
-
- 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.
-
- 30 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
separate fd object. This will be needed for file locking.
-
- 08 Jan, 2003 1 commit
-
-
Alexandre Julliard authored
async requests (spotted by Andreas Mohr).
-
- 24 Apr, 2002 1 commit
-
-
Martin Wilck authored
functionality into the object's queue_async method.
-
- 14 Apr, 2002 1 commit
-
-
Martin Wilck authored
ERROR_OPERATION_ABORTED).
-
- 05 Apr, 2002 1 commit
-
-
Martin Wilck authored
- make the API compatible with other types of async requests (e.g. for sockets). - remove exports of async IO related functions for DLL separation.
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 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.
-
- 22 Mar, 2001 1 commit
-
-
Michael McCormack authored
overlapped I/O.
-
- 14 Mar, 2001 1 commit
-
-
Mike McCormack authored
-
- 07 Jan, 2001 1 commit
-
-
Mike McCormack authored
-
- 06 Jan, 2001 1 commit
-
-
Alexandre Julliard authored
thread is not in an alertable state. Specify the select_request timeout as absolute value so that we can restart the request when interrupted.
-
- 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.
-