Set executable permissions when creating .exe/.com files.
[wine] / files / file.c
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...
1999-08-01  Alexandre JulliardRemoved async I/O support.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-07-03  Andreas MohrAdded UnlockFileEx stub.
1999-06-27  Gerard PatelReturn ERROR_DISK_FULL for WriteFile.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-06  Uwe BonnesCreateFileA/FILE_DoOpenFile: add verbose reporting...
1999-06-05  James JuranAdd stub for LockFileEx (KERNEL32.513).
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-03  Alexandre JulliardMask off unsupported attributes in _lcreat (bug reporte...
1999-02-28  Alexandre JulliardCLIENT_WaitReply: don't clear last error on success...
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-09  Ulrich WeigandCall VIRTUAL_HandleFault if read/write returns EFAULT.
1999-02-09  Juergen SchmiedWrong access on server handle was demanded (GENERIC_REA...
1999-01-31  Alexandre JulliardChanged DOS extended error handling to be based on...
1999-01-30  Marcus MeissnerSome more warnings and bugs fixed.
1999-01-23  Marcus MeissnerDOS programs use handles 0-4 without opening/closing...
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Alexandre JulliardCleaned up and removed some no longer used code.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-30  Alexandre JulliardReimplemented Read/WriteFile to use server file descrip...
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-14  Marcus MeissnerMade async IO (SIGIO) stuff from WINSOCK generic useable.
1998-12-11  Marcus MeissnerAdded Win32 synchro to FILEs (useful only for terminal...
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-11-06  Uwe BonnesFixed an error in the implementation of FILE_ShareDeny.
next