Implemented file locking functions (partly based on my old Corel
[wine] / files / file.c
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-02-26  Alexandre JulliardMoveFile[AW] should simply call MoveFileEx[AW]. Should...
2003-01-11  Shachar ShemeshRemoved the FIXMEs when performing MoveFileEx with
2003-01-10  Shachar ShemeshSet correct last error if the path contains wildcard...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-02  Alberto MassariAdd stub implementation for ReplaceFile.
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-12-12  Francois GougetFix the error codes returned by DeleteFile{A,W} to...
2002-11-30  Martin WilckFixed some problems with asynchronous file IO.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-15  Ryan CummingImplemented GetFileSizeEx (based on a patch by Steve...
2002-11-08  Ryan Cumming- Silence annoying "Empty path passed" error.
2002-10-25  Alexandre JulliardGet rid of FILE_ATTRIBUTE_SYMLINK (based on a patch...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-09-17  Martin Wilck- Return correct error codes.
2002-09-17  Marcus MeissnerFixed "conditional expr is always true due to being...
2002-09-16  Dimitrie O. PaunMark files starting with a dot as FA_HIDDEN.
2002-09-13  Martin WilckWait timeout must be 0 if bWait == FALSE.
2002-09-13  Alexandre JulliardRemoved references to advapi32 registry functions from...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Martin WilckFix the behavior of GetOverlappedResult() and WSAGetOve...
2002-08-27  Alexandre JulliardFixed permission check when renaming a directory (based...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-03  Juergen Schmied- Fixed possible loss of data with given overlapped...
2002-07-31  Eric PouechMade the calls to (Read|Write)Console through a functio...
2002-07-31  Rafael KitoverChanged dos_handles to store dups of stdio/out/err...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-06-05  Alexandre JulliardCheck access rights before renaming or deleting files...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-28  Jason EdmeadesSilence fixme in unnecessary situation, add missing...
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Martin WilckImplemented overlapped WSARecvFrom(), WSASendTo(), and
2002-04-23  Martin WilckAvoid segfault with overlapped WriteFile() calls.
2002-04-17  Martin WilckGetOverlappedResult: Return ERROR_IO_INCOMPLETE if...
2002-04-14  Martin Wilck- Need a "cleanup" method.
2002-04-11  Stefan LeichterCompile fixes for gcc 2.7.2.3.
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...
next