server: Add support for restarting an async I/O when the client side couldn't finish...
[wine] / dlls / ntdll / file.c
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-09  Marcus Meissnerntdll: Remove superflous NULL checks.
2007-04-09  Alexandre Julliardntdll: Use send(2) instead of write(2) for zero-byte...
2007-04-06  Alexandre Julliardntdll: Rely on the server to queue the final APC for...
2007-04-06  Alexandre Julliardntdll: Reimplement NtWriteFile.
2007-04-06  Alexandre Julliardntdll: Reimplement NtReadFile.
2007-04-05  Alexandre Julliardntdll: Avoid relying on the IO_STATUS_BLOCK for storing...
2007-04-05  Alexandre Julliardntdll: Avoid setting status in IO_STATUS_BLOCK until...
2007-03-27  Alexandre Julliardserver: Add support for queuing a user APC upon async...
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
2007-03-23  Alexandre Julliardntdll: Avoid overwriting the result of the async I...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-22  Alexandre Julliardserver: Don't enforce mailslots path format in ntdll...
2007-03-22  Alexandre Julliardserver: Don't enforce named pipes path format in ntdll...
2007-03-22  Alexandre Julliardserver: Implemented the open_file method for named...
2007-03-21  Alexandre Julliardserver: Move the signalling of the named pipe completio...
2007-03-21  Alexandre Julliardserver: Move the signalling of the completion event...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Alexandre Julliardserver: Use the common pattern for async I/O parameters...
2007-02-28  Jeff Latimerntdll: Test object attributes in NtCreateMailslotFile.
2007-02-28  Jeff Latimerntdll: Set default timeout in NtCreateMailslotFile...
2007-02-28  Jeff Latimerntdll: Check for passing a NULL handle to NtCreateMails...
2007-02-09  Marcus Meissnerntdll: Initialize needs_close to FALSE.
2007-01-22  Rob Shearmankernel32: Handle the SECURITY_* flags passed into Creat...
2007-01-18  Alexandre Julliardntdll: Avoid heap allocation in fd cache. Fixed a coupl...
2007-01-02  Jeff Latimerntdll: Remove an unnecessary NULL check.
2007-01-01  Dmitry Timoshkovntdll: Map ESPIPE to STATUS_ILLEGAL_FUNCTION.
2006-11-20  Alexandre Julliardntdll: Don't bother with async I/O on regular files.
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-09  Alexandre Julliardntdll: Re-add sys/ioctl.h that got lost in the PeekName...
2006-11-03  Alexandre Julliardntdll: Retrieve mailslot message info from the client...
2006-11-03  Alexandre Julliardntdll: FILE_GetDeviceInfo no longer needs to be public.
2006-11-03  Alexandre Julliardntdll: Don't store the unix file descriptor in the...
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-11-01  Alexandre Julliardkernel32: Moved PeekNamedPipe implementation to ntdll.
2006-11-01  Alexandre Julliardntdll: Added NetBSD fstatvfs support.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-10-03  Alexandre Julliardntdll: Added error mapping for ENXIO.
2006-09-12  Alexandre Julliardntdll: Remove the IOKit code and reuse the FreeBSD...
2006-09-08  Detlef Riekenbergntdll: attr is never NULL inside NtCreateFile.
2006-05-27  Eric Pouechntdll/kernel32: Pipe information.
2006-05-25  Francois Gougetntdll: Return FILE_DEVICE_CD_ROM_FILE_SYSTEM for superm...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Bernd Buschinskintdll: Stub implementation of FSCTL_LOCK_VOLUME/FSCTL_U...
2006-02-06  Robert Millanconfigure: For sys/mount.h, sys/statfs.h and sys/vfs...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-01-27  Alexandre Julliardserver: Make the FILE_SHARE_DELETE sharing checks depen...
2006-01-26  Hans Leidekkerntdll: Add implementation of tape IOCTLs.
2006-01-18  Alexandre Julliardntdll: Cleaned up the ioctl functions.
2006-01-12  Eric Pouechntdll: Created infrastructure to support IOCTL for...
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in file...
2005-12-05  Vitaliy MargolenMove mailslot devices into directory name space.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-01  Alexandre JulliardFixed some compiler warnings on Darwin.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-14  Eric PouechNtReadFile: now returning correct status in NtReadFile...
2005-10-28  Alexandre JulliardAdded an implementation of the FSCTL_DISMOUNT_VOLUME...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-10-26  Vitaliy MargolenCosmetic changes to NtCreateNamedPipeFile change "oa...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-08-24  Alexandre JulliardMoved the FileFsDeviceInformation query to a separate...
2005-08-18  Ivan Leo PuotiImplement FSCTL_PIPE_DISCONNECT in NtFsControlFile...
2005-08-16  Ivan Leo PuotiImprove NtCreateNamedPipe trace.
2005-08-16  Ivan Leo PuotiNtCreateNamedPipeFile is no longer a stub, so fix TRACE...
2005-07-24  Vincent BéronUse proper macro for using IOKit includes.
2005-07-11  Uwe BonnesWait for the object multiple times until TIMEOUT is...
2005-06-20  Pierre d'HerbemontMove the (Mac OS X) IOKit headers to the top of the...
2005-06-09  Robert Shearman- Don't free the fileio object because it will be freed...
2005-06-08  Robert ShearmanImplement overlapped I/O with named pipes.
2005-05-26  Uwe BonnesCall fileio_terminate for FILE_AsyncWriteService.
2005-05-20  Juan LangImplement NtQueryVolumeInformationFile for type
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-07  Robert LunnonImplement NtQueryVolumeInformation for Solaris.
2005-04-25  Ivan Leo PuotiAdd parameter checking to NtReadFile/NtWriteFile.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-18  Eric Pouech- moved named pipe creation to ntdll
2005-04-11  Mike McCormackMove mailslot set and query info implementation to...
2005-03-30  Mike McCormackImplement mailslots.
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Ivan Leo PuotiImprove parameter checking in NtCreateFile.
2005-03-16  Ulrich CzekallaDon't mark a file as readonly if it has any write bit...
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-06  Rein KlazesOn Linux, use fstatfs instead of fstatvfs. It is too...
2005-01-03  Eric PouechFixed some regressions from the previous change.
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-21  Eric PouechMoved kernel32.DeleteFileW core implementation to ntdll...
2004-11-09  HamishFix for async writes to comm ports.
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-09-14  Francois GougetAssorted spelling fixes.
2004-08-27  Mike McCormackAdded stub implementations for NtDeleteFile and NtCance...
2004-08-19  Robert ShearmanHandle ECONNRESET in FILE_GetNtStatus.
next