kernel32: Propagate the FILE_FLAG_NO_BUFFERING CreateFile flag to ntdll.
[wine] / dlls / kernel32 / file.c
2008-03-15  Alexandre Julliardkernel32: Propagate the FILE_FLAG_NO_BUFFERING CreateFi...
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2008-02-12  Rob Shearmankernel32: Implement ReplaceFileW.
2008-02-12  Erich Hooverkernel32: Implement ReplaceFileA.
2007-11-16  Dmitry Timoshkovkernel32: Set last error to ERROR_ALREADY_EXISTS if...
2007-10-19  Mikolaj Zalewskikernel32: FindExSearchLimitToDirectories has no effect...
2007-09-28  Andrey Turkinkernel32: Pass completion value to ntdll layer.
2007-07-16  Alexandre Julliardkernel32: Always clear the I/O status block count befor...
2007-07-16  Alexandre Julliardkernel32: Wait in overlapped Read/WriteFile even when...
2007-06-04  Alexandre Julliardkernel32: Rewrite GetOverlappedResult for the new async...
2007-05-23  Dmitry Timoshkovkernel32: Fix compilation warnings in 64-bit mode.
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-01  Alexandre Julliardkernel32: Don't skip directory symlinks when looking...
2007-03-26  Alexandre Julliardkernel32: Don't use the reserved argument of the APC...
2007-03-12  Jan Zerebeckikernel32: Add DebugInfo to critical sections.
2007-01-22  Rob Shearmankernel32: Handle the SECURITY_* flags passed into Creat...
2006-12-01  Alexandre Julliardntdll: Always return . and .. as the first two entries...
2006-11-01  Alexandre Julliardkernel32: Reimplemented SetFilePointerEx on top of...
2006-10-31  Alexandre Julliardkernel32: Fixed behavior of FindFirstFile for DOS devices.
2006-10-27  Alexandre Julliardkernel32: Close the directory handle in FindNextFile...
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.