- Aug 27, 2002
-
-
- Aug 26, 2002
-
-
- Aug 17, 2002
-
-
- Aug 03, 2002
-
-
file opened in non overlapped mode. - Fixme for file-lock functions.
-
- Jul 31, 2002
-
-
ease up ntdll/kernel separation.
-
suggestion.
-
Alexandre Julliard authored
when handles are void*.
-
- Jun 05, 2002
-
-
Alexandre Julliard authored
patches by Uwe Bonnes and Dmitry Timoshkov).
-
- May 31, 2002
-
-
- May 30, 2002
-
-
Alexandre Julliard authored
-
- May 28, 2002
-
-
- Apr 26, 2002
-
-
- Apr 25, 2002
-
-
Provide more accurate status codes than STATUS_UNSUCCESSFUL.
-
WSAGetOverlappedResult(). Fixed shutdown() to work correctly for overlapped sockets (do not actually do a shutdown() system call as long as there are pending overlapped requests). Also added correct error reporting when trying to read or write on a shut down connection, also for ReadFile()/WriteFile() calls.
-
- Apr 23, 2002
-
-
- Apr 17, 2002
-
-
ReadFile / WriteFile: Use GetOverlappedResult() to check for immediate completion.
-
- Apr 14, 2002
-
-
- calling the "call_completion" method unconditionally in finish_async (introduced by me) was wrong, because the thread may never be in an alertable wait state -> call it only if user completion function is present. - We need two constant "ops" objects, one with and one without call_completion method (the event field may NOT be used to determine whether the completion must be called or not).
-
- Apr 11, 2002
-
-
- Apr 05, 2002
-
-
- make the API compatible with other types of async requests (e.g. for sockets). - remove exports of async IO related functions for DLL separation.
-
- Mar 29, 2002
-
-
world-writable).
-
- Mar 23, 2002
-
-
Alexandre Julliard authored
-
- Mar 12, 2002
-
-
- Mar 11, 2002
-
-
- Mar 09, 2002
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- Feb 22, 2002
-
-
flag is set.
-
- Jan 21, 2002
-
-
Alexandre Julliard authored
-
- Jan 13, 2002
-
-
- Jan 09, 2002
-
-
- Jan 07, 2002
-
-
Use pread/pwrite to read/write from the offset specified in the overlapped structure.
-
- Fix return codes in WriteFileEx.
-
-
- Jan 01, 2002
-
-
completion function, not in ReadFileEx or WriteFileEx.
-
- Dec 21, 2001
-
-
errors.
-
- Dec 20, 2001
-
-
- implement async queues
-
- Dec 19, 2001
-
-
- Nov 30, 2001
-
-
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.
-
- Nov 23, 2001
-
-
- Oct 24, 2001
-
-
- Oct 22, 2001
-
-
- Oct 17, 2001
-
-