server: Specify the user APC to call only once the system APC has executed.
[wine] / dlls / ntdll / file.c
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Explicitly specify when an ioctl call needs...
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-13  Ken Thomasesntdll: Don't poll() on a normal file; it should never...
2008-11-11  Alexandre Julliardntdll: Add support for root directory in NtCreateFile...
2008-10-08  Austin Englishntdll: Quiet a noisy fixme.
2008-10-06  Alexandre Julliardntdll: Preserve the 2K block size returned for CDROMs.
2008-09-25  Andrey Turkinntdll: Add stubbed implementations for NtQueryEaFile...
2008-09-16  Alexandre Julliardntdll: Hardcode the filesystem cluster size to avoid...
2008-08-26  Alexandre JulliardInclude sys/filio.h to get the FIONREAD definition...
2008-08-20  Michael Karcherntdll: Add sub-second resolution to NtQueryInformationFile.
2008-05-07  Alexandre Julliardntdll: Don't consider a 0-byte read from a serial port...
2008-05-07  Alexandre Julliardntdll: Serial with ReadIntervalTimeout set to MAXDWORD...
2008-03-15  Alexandre Julliardntdll: Implemented NtWriteFileGather.
2008-03-15  Alexandre Julliardntdll: Implemented NtReadFileScatter.
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2008-02-05  Rob Shearmanntdll: The FileMailslotSetInformation and FileCompletio...
2008-01-16  Alexandre Julliardntdll: Fall back to a server device ioctl for files...
2008-01-07  Alexandre Julliardntdll: Return a proper Information field also when...
2007-11-15  Andrey Turkinserver: Pass Information field from async I/O APCs.
2007-11-15  Andrey Turkinntdll: Make async i/o functions generate completion...
2007-11-15  Andrey Turkinserver: Allow async i/o operations to send completion...
2007-10-30  Rob Shearmanserver: Pass the security descriptor into create_file...
2007-10-10  Alexandre Julliardserver: Use the file_pos_t type for file sizes and...
2007-09-28  Andrey Turkinserver: Allow completion object to be attached to an...
2007-09-17  Alexandre Julliardntdll: Fix an error message.
2007-09-14  Rob Shearmanntdll: Add a stub implementation of FSCTL_PIPE_IMPERSON...
2007-08-29  Alexandre Julliardntdll: Fixed file system name comparison on *BSD.
2007-06-29  Alexandre Julliardntdll: Don't print traces from async I/O callbacks.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-04  Alexandre Julliardntdll: Get rid of the num_async_io counter in the TEB.
2007-06-04  Alexandre Julliardserver: Remove the extra apc_arg parameter now that...
2007-06-04  Alexandre Julliardntdll: Queue an intermediate user APC routine to free...
2007-05-31  Alexandre Julliardntdll: Report end of file instead of broken pipe on...
2007-05-22  Alexandre JulliardFix a couple of overflowing heap allocations revealed...
2007-05-08  Alexandre Julliardserver: Add support for retrieving results of queued...
2007-05-04  Konstantin Kondratyukntdll: Correct a copy/paste mistake in NtWriteFile.
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_WAIT...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_LISTEN...
2007-05-03  Alexandre Julliardserver: Infrastructure to return a wait handle for...
2007-04-23  Alexandre Julliardserver: Return a more correct fd type for anonymous...
2007-04-18  Alexandre Julliardserver: Moved the FSCTL_PIPE_LISTEN implementation...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Move the server part of device unmounting to...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
2007-04-10  Alexandre Julliardserver: Explicitly shutdown closed pipes to prevent...
2007-04-10  Alexandre Julliardntdll: Determine the async read avail_mode flag from...
2007-04-10  Alexandre Julliardntdll: Simplify the async read/write code now that...
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...
next