- 05 May, 2002 2 commits
-
-
Jason Edmeades authored
relative from the root of the drive 'eg '\windows\system'.
-
Mike McCormack authored
-
- 04 May, 2002 1 commit
-
-
Marcus Meissner authored
-
- 01 May, 2002 1 commit
-
-
Rizsanyi Zsolt authored
(only on linux). Initialize registry under HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/Scsi. Added IOCTL_CDROM_MEDIA_REMOVAL support.
-
- 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
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.
-
- 23 Apr, 2002 1 commit
-
-
Martin Wilck authored
-
- 22 Apr, 2002 1 commit
-
-
Eric Pouech authored
-
- 17 Apr, 2002 1 commit
-
-
Martin Wilck authored
ReadFile / WriteFile: Use GetOverlappedResult() to check for immediate completion.
-
- 14 Apr, 2002 1 commit
-
-
Martin Wilck authored
- 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).
-
- 11 Apr, 2002 1 commit
-
-
Stefan Leichter authored
-
- 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.
-
- 02 Apr, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 29 Mar, 2002 1 commit
-
-
Francois Gouget authored
world-writable).
-
- 23 Mar, 2002 2 commits
-
-
Patrik Stridvall authored
-
Alexandre Julliard authored
-
- 19 Mar, 2002 1 commit
-
-
Gerald Pfeifer authored
-
- 12 Mar, 2002 1 commit
-
-
Mike McCormack authored
-
- 11 Mar, 2002 1 commit
-
-
Mike McCormack authored
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 27 Feb, 2002 2 commits
-
-
Andreas Mohr authored
-
Andreas Mohr authored
-
- 25 Feb, 2002 1 commit
-
-
Peter Hunnisett authored
-
- 22 Feb, 2002 1 commit
-
-
Gerhard W. Gruber authored
flag is set.
-
- 12 Feb, 2002 1 commit
-
-
Jukka Heinonen authored
-
- 05 Feb, 2002 1 commit
-
-
Gerhard Gruber authored
because it takes the buffer as it is without any modifications.
-
- 29 Jan, 2002 2 commits
-
-
Jukka Heinonen authored
-
Aric Stewart authored
-
- 21 Jan, 2002 2 commits
-
-
Marcus Meissner authored
-
Alexandre Julliard authored
-
- 18 Jan, 2002 1 commit
-
-
Dmitry Timoshkov authored
-
- 13 Jan, 2002 1 commit
-
-
Eric Pouech authored
-
- 09 Jan, 2002 1 commit
-
-
Martin Wilck authored
-
- 07 Jan, 2002 3 commits
-
-
Martin Wilck authored
Use pread/pwrite to read/write from the offset specified in the overlapped structure.
-
Mike McCormack authored
- Fix return codes in WriteFileEx.
-
Mike McCormack authored
-
- 04 Jan, 2002 1 commit
-
-
Mehmet Yasar authored
-
- 01 Jan, 2002 2 commits
-
-
Mike McCormack authored
completion function, not in ReadFileEx or WriteFileEx.
-
Alexandre Julliard authored
-