ntdll: Fix leak in test_symlinks.
[wine] / dlls / ntdll / tests / file.c
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.