- Jan 07, 2003
-
-
- Jan 02, 2003
-
-
- Dec 13, 2002
-
-
- Some cleanups.
-
- Dec 12, 2002
-
-
Adapt the DeleteFileA error code checks to take into account variations between Win9x and NT. Test DeleteFile(NULL). Add tests for DeleteFileW. On NT, calling _lclose on an already closed handle will cause memory corruption and thus sometimes crash -> removed the relevant test. Skip the Unicode tests when on Win9x.
-
- Nov 30, 2002
-
-
- Nov 21, 2002
-
-
- Nov 15, 2002
-
-
- Nov 08, 2002
-
-
- Set error correctly when an empty path is passed to DeleteFile.
-
- Oct 25, 2002
-
-
Alexandre Julliard authored
-
- Oct 23, 2002
-
-
- Sep 17, 2002
-
-
- Fix behaviour if files are on different Wine drives - delete source if copy successful - try rename() - files may be on the same Unix file system. - Try copy/delete if rename() fails: files may be on the same DOS drive, but on different Unix file systems.
-
problem.
-
- Sep 16, 2002
-
-
Add configuration option 'ShowDotFiles' to turn this feature off.
-
- Sep 13, 2002
-
-
-
Alexandre Julliard authored
kernel functions.
-
- Sep 12, 2002
-
-
Alexandre Julliard authored
-
winternl.h.
-
with non-manual-reset (auto-reset) events in the OVERLAPPED structures.
-
- Aug 27, 2002
-
-
Alexandre Julliard authored
Andriy Palamarchuk).
-
-
- 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
-