Release 1.5.29.
[wine] / dlls / ntdll / file.c
2013-03-26  André Hentschelntdll: Improve stub for FileFsAttributeInformation...
2013-01-08  Alexandre Julliardntdll: Make the page_size variable global.
2012-12-04  Hans Leidekkerkernel32: Implement SetFileValidData.
2012-11-30  Charles Davisntdll: Add support for BSD-style creation ("birth"...
2012-11-30  Charles Davisntdll: Add support for nanosecond precision file times...
2012-11-07  Alexandre Julliardntdll: Fix access/write file time mixup.
2012-10-30  Erich Hooverntdll: Implement nanosecond precision file time storage.
2012-10-30  Alexandre Julliardntdll: Remove futimes implementation from libport,...
2012-10-30  Alexandre Julliardntdll: Add a helper function to set file times.
2012-10-30  Alexandre Julliardntdll: Avoid using Low/HighPart of a large integer...
2012-06-04  André Hentschelntdll: Enhance FreeBSD checks to also check for DragonF...
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-12-15  Adam Martinsonntdll: Properly set flags in NtCreateNamedPipe().
2011-10-10  Francois Gougetntdll: ETIME is not defined on FreeBSD.
2011-10-08  André Hentschelntdll: Map ETIME to STATUS_IO_TIMEOUT.
2011-10-08  Bernhard Loosntdll: Implement the NamedPipeConfiguration value for...
2011-09-27  Bernhard Loosserver: Store sharing state for named pipes.
2011-02-01  Nikolay Sivovntdll: Fix a compile time warning.
2010-11-23  Hans Leidekkerntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL...
2010-07-26  Max TenEyck Woodburyntdll: Setting FileAllInformation is not allowed.
2010-06-21  Andrey Turkinntdll: Fix race in NtRead/WriteFile.
2010-06-11  Octavian Voicuntdll: Show one-time ERR if NOFILE limit is reached.
2010-05-24  Andrey Turkinserver: Connect named pipe synchronously when overlappe...
2010-01-08  Alexandre Julliardntdll: Return a correct name also for file objects...
2009-12-14  Rob Shearmanntdll: Ignore the hole in the FILE_PIPE_WAIT_FOR_BUFFER...
2009-12-07  Alexandre Julliardntdll: Get rid of a line break in a trace.
2009-12-03  Alexandre Julliardntdll: Add support for the FILE_OPEN_BY_FILE_ID flag...
2009-12-03  Alexandre Julliardntdll: Remove an unnecessary NULL pointer check.
2009-12-01  Alexandre Julliardntdll: Add support for converting file names to Unix...
2009-12-01  Henri Verbeetntdll: Also return name information for FileAllInformation.
2009-12-01  Henri Verbeetntdll: Fix the FileAllInformation info size.
2009-11-18  Alexandre Julliardntdll: Use the common fill_stat_info function from...
2009-11-18  Alexandre Julliardntdll: Add a common function to compute file informatio...
2009-11-18  Alexandre Julliardinclude: Add some more definitions for FILE_INFORMATION...
2009-11-12  Henri Verbeetntdll: Fix the FileNameInformation info size.
2009-11-12  Henri Verbeetntdll: Implement the FileNameInformation class for...
2009-10-22  Alexandre Julliardntdll: Always set the I/O status information on ioctl...
2009-09-24  Alexandre Julliardntdll: Silence a noisy FIXME.
2009-08-24  Alexandre Julliardntdll: The large integer functions are 32-bit only.
2009-08-18  Mike Kaplinskiyntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
2009-06-05  Nikolay Sivovntdll: Make NtQueryFullAttributesFile and NtQueryAttrib...
2009-06-05  Nikolay Sivovntdll: Make NtCreateFile and NtOpenFile thin wrappers...
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtReadFile before...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtWriteFile before...
2009-01-03  Austin Englishntdll: Add file support for OpenBSD.
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
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...
next