- separate cleanly between async scheduling and file IO related issues.
[wine] / files / file.c
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-03-29  Francois GougetFix SetFileAttributes to honor the umask (rather than...
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-03-12  Mike McCormackBegin to make wine an SMB client.
2002-03-11  Mike McCormackSet an overlapped hEvent before calling any APCs.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-22  Gerhard W. GruberMoveFileEx now enters the files in the registry when...
2002-01-21  Alexandre JulliardFixed function prototype that confused winapi_extract.
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-07  Martin WilckAdd server side support for async IO on files.
2002-01-07  Mike McCormack- Attempt write before going overlapped in Writefile.
2002-01-07  Mike McCormackImplement CancelIo properly.
2002-01-01  Mike McCormackSet an overlapped's hEvent for ReadFile/WriteFile in...
2001-12-21  Mike McCormackDon't return from overlapped ReadFile on EAGAIN and...
2001-12-20  Mike McCormack- move async activation into the server
2001-12-19  Mike McCormackImplemented timed-out non-overlapped ReadFile.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-10-17  Mike McCormackSeparate code to overlapped timeouts into FILE_GetTimeout.
2001-10-14  Eric PouechPass security attributes for DOSFS creation.
2001-10-10  Mike McCormackDo overlapped reads if and only if the file was opened...
2001-10-08  Eric Pouech- fixed copy&paste bug (GENERIC_WRITE instead of GENERI...
2001-10-08  Mike McCormackMake serial fd blocking mode depend on FILE_FLAG_OVERLA...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-10-02  Uwe BonnesCheck for NULL path argument in DeleteFile.
2001-10-01  Ove KaavenMake MoveFileEx fail with ERROR_INVALID_PARAMETER ...
2001-09-25  Ove KaavenA failure to open a pipe should return INVALID_HANDLE_V...
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-20  Mike McCormackRead data immediately in overlapped ReadFile if possible.
2001-07-23  Bernhard RosenkraenzerSet executable permissions when creating .exe/.com...
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-12  Mike McCormackImplement overlapped completion routines.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-08  Mike McCormackImplement ReadFileEx and WriteFileEx (lpOverlappedCompl...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-05  Andreas MohrGetFileInformationByHandle() fails for pipe handles...
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-16  Gerard PatelGives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
2001-02-14  Jon GriffithsSetLastError() for GetFileAttributesA.
2001-02-12  Patrik StridvallDocumentation argument fixes.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-12  Mike McCormackSwap lpOverlapped parameters in ReadFile and WriteFile.
2001-01-10  Mike McCormackImplemented asynchronous ReadFile and WriteFile.
2001-01-09  François GougetThe last parameter of CreateFile should be 0 (aka NULL...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Mike McCormackImplemented GetOverlappedResult.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-10  Dimitrie O. PaunUse variable argument macros when compiling with gcc.
2000-11-04  Dimitrie O. PaunUse debugging API instead of outputing to stderr directly.
2000-10-19  Andreas MohrSkip directory symlinks in DOSFS_FindNextEx.
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-12  Andreas Mohr- fixes debugger output
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-21  Marcus Meissner(from IBM TopPage patch) return correct error for alrea...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-09  Alexandre JulliardRemoved the DOS handles table from the PDB and made...
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-31  Hidenori TakeshimaFix for 64-bit negative seek value.
2000-07-16  Andreas MohrSpelling fixes.
2000-06-07  Stas Sergeevmmap() fails with ENODEV on NTFS under Linux.
2000-05-07  Gerard PatelRevert the test for Virtual_HandleFault in ReadFile...
2000-05-01  Alexandre JulliardAdded ENOEXEC error code.
2000-04-13  Andreas MohrFILE_CreateFile()'s read/write-check was broken due...
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-04-04  Alexandre JulliardFixed file descriptor leaks.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-18  Matthew ClineAdded WARN messages on open errors.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-23  Marcus MeissnerHandle \\.\<dosdevice> like <dosdevice> in CreateFile...
1999-12-11  Peter GantenReturn an error if lpOverlapped is provided to ReadFile...
1999-11-21  Alexandre JulliardFixed MoveFileExA behavior when target file does not...
1999-11-10  Moshe VainerStub for GetOverlappedResult.
1999-10-24  Gerard PatelRemove prefixing by a tilde for GetTempFileName 32bits.
1999-10-23  Jim AstonFixed compiling with STRICT.
1999-09-20  Francois BoisvertCreateFileA returns HFILE_ERROR when the filename conta...
next