kernel32: Implement IsValidLocaleName (with tests).
[wine] / dlls / kernel32 / file.c
2012-07-31  Michael Stefaniuckernel32: Avoid TRUE:FALSE conditional expressions.
2012-06-15  Vincent Povirkkernel32: Return success from ReadFileEx/WriteFileEx...
2012-03-12  Dmitry Timoshkovkernel32: Make CreateFile called with creation == 0...
2012-02-08  Eric Pouechkernel32: Added a couple of tests about console creatio...
2011-08-23  Bernhard Looskernel32: CreateFile uses an nonalertable io mode.
2011-07-29  Hans Leidekkerkernel32: Add a trace to ReplaceFileW.
2011-05-16  Jacek Cabankernel32: Moved device-related stubs from psapi to...
2011-05-11  Eric Pouechkernel32: In CreateFile, when trying to open the CON...
2011-03-15  Dmitry Timoshkovkernel32: Add dumping of GENERIC_EXECUTE flag in Create...
2010-11-29  Eric Pouechkernel32: Properly manage ctrl-Z (and ctrl-D) in ReadFi...
2010-09-06  Louis Lenderskernel32: Change SetHandleCount to match behaviour...
2010-08-18  Austin Englishkernel32: Add stub for SetFileValidData.
2009-12-30  Alexandre Julliardkernel32: Make krnl386.exe into a stand-alone 16-bit...
2009-12-22  Nikolay Sivovkernel32: Fix a leak in ReplaceFileW.
2009-11-19  Henri Verbeetkernel32: Also accept STATUS_BUFFER_OVERFLOW as a valid...
2009-10-08  Alexandre Julliardkernel32: Moved the DeviceIoControl function to file.c.
2009-10-08  Alexandre Julliardkernel32: Move the DOS file handle functions to file16.c.
2009-08-18  Mike Kaplinskiykernel32: Implement CancelIoEx.
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-01-22  Nikolay Sivovkernel32: Make GetOverlappedResult crash on NULL args...
2009-01-15  Alexandre Julliardkernel32: Remove the DIB section hack in WriteFile...
2008-10-30  Alexandre Julliardkernel32: Only try to open a VxD if opening a normal...
2008-09-18  Jeff Zaroykokernel32: Modify DeleteFileW to fail on directories.
2008-09-15  Vitaliy Margolenkernel32: Use FileStandardInformation to get file size.
2008-03-15  Alexandre Julliardkernel32: Implemented ReadFileScatter and WriteFileGather.
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.