- 26 Jun, 2003 1 commit
-
-
Eric Pouech authored
functions with ntdll equivalent - replaced status setter/getter for wine async structures with direct access to a (now included) IO_STATUS_BLOCK structure - since we now have a IO_STATUS_BLOCK in async_private, we no longer need in most of the user (derivated) structures a field for LPOVERLAPPED (it's stored as the IO_STATUS_BLOCK) - rewrote the async.h users accordingly - implemented ntdll.Nt{Read|Write}File and let kernel32.{Read|Write}File(Ex)? use those new ntdll functions - rewrote smb read/write interfaces to be more ntdll stylish (no overlapped yet)
-
- 12 Mar, 2003 1 commit
-
-
Marcus Meissner authored
Removed erroneous GetLastError() check in WaitCommEvent().
-
- 25 Oct, 2002 1 commit
-
-
Michael Stefaniuc authored
-
- 23 Oct, 2002 1 commit
-
-
Patrik Stridvall authored
-
- 18 Oct, 2002 1 commit
-
-
Stefan Leichter authored
-
- 28 Aug, 2002 1 commit
-
-
Patrik Stridvall authored
-
- 26 Aug, 2002 1 commit
-
-
Patrik Stridvall authored
-
- 17 Aug, 2002 1 commit
-
-
Patrik Stridvall authored
-
- 05 Jun, 2002 1 commit
-
-
Marcelo Welter authored
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 14 May, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 25 Apr, 2002 1 commit
-
-
Mike McCormack authored
-
- 24 Apr, 2002 1 commit
-
-
Marcelo Welter authored
-
- 22 Apr, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 21 Apr, 2002 1 commit
-
- 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).
-
- 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.
-
- 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 1 commit
-
-
Andreas Mohr authored
-
- 26 Feb, 2002 1 commit
-
-
Marcus Meissner authored
-
- 19 Feb, 2002 1 commit
-
-
Lawson Whitney authored
-
- 20 Dec, 2001 1 commit
-
-
Mike McCormack authored
- implement async queues
-
- 13 Dec, 2001 1 commit
-
-
Mike McCormack authored
-
- 04 Dec, 2001 1 commit
-
-
Gerard Patel authored
-
- 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.
-
- 12 Nov, 2001 1 commit
-
-
Gerson Kurz authored
because of an off-by-one error.
-
- 07 Nov, 2001 1 commit
-
-
Mike McCormack authored
-
- 06 Nov, 2001 1 commit
-
-
François Gouget authored
Add #include "config.h" directives where needed.
-
- 21 Oct, 2001 1 commit
-
-
Mike McCormack authored
DCB16.BaudRate > 57600 means 115200. OpenComm16 should use overlapped I/O.
-
- 14 Oct, 2001 1 commit
-
-
Francois Gouget authored
Remove redundant 'config.h' includes.
-
- 20 Aug, 2001 1 commit
-
-
Mike McCormack authored
-
- 06 Aug, 2001 1 commit
-
-
Marcus Meissner authored
-
- 26 Jul, 2001 1 commit
-
-
Patrik Stridvall authored
- Cleaned up the include section.
-
- 24 Jul, 2001 1 commit
-
-
Mike McCormack authored
-
- 23 Jul, 2001 1 commit
-
-
Mike McCormack authored
-
- 20 Jul, 2001 1 commit
-
-
Mike McCormack authored
-
- 19 Jul, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 18 Jul, 2001 2 commits
-
-
Patrik Stridvall authored
of implementated functions are included. - Corrected mismatching prototypes. - Cleaned up the include section.
-
Mike McCormack authored
Merge comm16 globals into one structure.
-