server: Add ARM64 support.
[wine] / dlls / ntdll / tests / file.c
2012-06-06  Erich Hooverserver: Access the completion from the file descriptor...
2011-09-12  Frédéric Delanoyntdll: Add NtCreateFile tests for invalid chars in...
2011-08-26  Alexandre Julliardntdll/tests: Wait for async I/O to complete when the...
2011-07-26  Austin Englishntdll/tests: Remove a dead assignment (LLVM/Clang).
2011-03-30  Dmitry Timoshkovserver: FILE_OVERWRITE and FILE_OVERWRITE_IF need the...
2011-03-30  Dmitry Timoshkovntdll: Add more NtCreateFile tests.
2011-03-29  Dmitry Timoshkovntdll: Add a bunch of NtCreateFile tests.
2011-03-28  Dmitry Timoshkovntdll: Use an NtWriteFile pointer instead of a static...
2011-01-31  Alexandre Julliardntdll/tests: Avoid sizeof in a trace.
2011-01-17  Francois Gougetntdll/tests: Fix compilation on systems that don't...
2011-01-12  Matteo Brunintdll/tests: Add a FILE_APPEND_DATA test.
2010-12-29  André Hentschelntdll/tests: Don't test function directly when reportin...
2010-12-03  Francois Gougetntdll/tests: Add a trailing '\n' to an ok() call.
2010-11-24  Gerald Pfeiferntdll/tests: Remove unused variable from test_query_vol...
2010-11-23  Louis Lendersntdll/tests: Add tests for NtQueryVolumeInformationFile...
2010-10-01  Alexandre Julliardntdll/tests: Make some variables static.
2010-07-28  Reece Dunnntdll/tests: check io.Status in the file tests.
2010-05-05  Gerald Pfeiferntdll/tests: Remove variable len which is not really...
2010-04-21  Michael Stefaniucntdll/tests: Avoid using the 'long' types.
2010-04-12  Paul Vriensntdll/tests: Prevent test failures on Windows.
2010-04-12  Paul Vriensntdll/tests: We need a bigger buffer for NtQueryInforma...
2010-04-12  Paul Vriensntdll/tests: Enumerate one by one.
2010-04-12  Paul Vriensntdll/tests: Make sure we can enumerate the directory.
2010-03-31  Alexandre Julliardntdll/tests: Don't free a string that wasn't allocated.
2010-02-23  Stefan Leichterntdll/tests: Test NtCreateFile with an invalid filename.
2009-12-17  Paul Vriensntdll/tests: Fix a memory leak (Valgrind).
2009-12-09  Alexandre Julliardntdll: Search the whole filesystem under the starting...
2009-12-09  Hans Leidekkerntdll/tests: Free Unicode string before reuse.
2009-12-09  Alexandre Julliardntdll/tests: Avoid size_t in traces.
2009-12-08  Hans Leidekkerntdll/tests: Fix a memory leak.
2009-12-08  Alexandre Julliardntdll/tests: Add tests for open directories with NtCrea...
2009-12-04  Alexandre Julliardntdll/tests: Fix a few test failures on Windows in...
2009-12-03  Alexandre Julliardntdll/tests: Add some tests for opening files by file id.
2009-12-03  Alexandre Julliardntdll: Fix test failure on recent Windows versions.
2009-12-01  Alexandre Julliardntdll/tests: Add tests for opening files with a root...
2009-12-01  Henri Verbeetntdll/tests: Add some tests for FileAllInformation...
2009-11-19  Henri Verbeetntdll/tests: Add a FileNameInformation test with filesy...
2009-11-19  Henri Verbeetntdll/tests: Disable filesystem redirection for test_fi...
2009-11-13  Detlef Riekenbergntdll/tests: GetVolumePathnameW is not present before...
2009-11-12  Henri Verbeetntdll: Fix the FileNameInformation info size.
2009-11-12  Henri Verbeetntdll/tests: Add some tests for the NtQueryInformationF...
2009-09-25  Dan Kegelntdll: Fix NtQueryInformationFile test failures on...
2009-09-11  Paul Vriensntdll/tests: Fix some test failures on several platforms.
2009-09-10  Dan Kegelntdll: Add tests for NtQueryInformationFile.
2009-08-18  Mike Kaplinskiyntdll/tests: Test NtCancelIoFile(Ex).
2009-08-18  Mike Kaplinskiyntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
2009-08-11  Mike Kaplinskiyntdll/tests: Fix NtWriteFile checks.
2009-08-10  Mike Kaplinskiyntdll/tests: Test NtCancelIoFileEx, if present.
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2008-09-11  Alexandre Julliardntdll/tests: Fix the async I/O test on Vista.
2008-09-03  Jeff Zaroykontdll: Add some tests for NtDeleteFile.
2008-06-03  Zac Brownntdll/tests: Actually verify right bytes received in...
2008-05-13  James Hawkinsntdll: Fix a few failing tests in win2k3.
2008-05-07  Maarten Lankhorstntdll: Fix file test to not free memory allocated on...
2007-12-18  Andrey Turkinserver: Store I/O completion information in async struc...
2007-12-17  Andrey Turkinserver: I/O completion ports can only be used with...
2007-11-20  Francois Gougetntdll/tests: Fix compilation on systems that don't...
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 Turkinntdll: Add some I/O completion tests.
2007-11-12  Rob Shearmanntdll: Initialise the part of the buffer to be written...
2007-04-09  Alexandre Julliardntdll: Add some test cases for asynchronous I/O.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
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-28  Jeff Latimerntdll: Framework for NtCreateMailslotFile tests.