kernel32: Add a test for CreateFile when using OPEN_ALWAYS on directories.
[wine] / dlls / kernel32 / tests / pipe.c
2008-11-17  Alexandre Julliardkernel32/tests: Fix pipe test on w2k3.
2008-11-14  Paul Vrienskernel32/tests: Fix timeouts on NT4 and W2K.
2008-09-15  Paul Vrienskernel32/tests: Skip tests on Win95.
2008-09-03  James Hawkinskernel32: Fix a test that fails in win2k3.
2007-10-22  Lionel Debrouxkernel32/tests: Fix memory leaks (found by Smatch).
2007-09-14  Rob Shearmanserver: Add get_token_statistics server call and use...
2007-09-14  Rob Shearmanntdll: Add a stub implementation of FSCTL_PIPE_IMPERSON...
2007-08-16  Marcus Meissnerkernel32: Initialize variable to a known bad value.
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-07-16  Alexandre Julliardkernel32: Wait in overlapped Read/WriteFile even when...
2007-07-16  Huw Davieskernel32: Overlapped pipe tests.
2007-06-27  Michael Stefaniuckernel32: Remove superfluous casts of void pointers...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-03-17  Detlef Riekenbergkernel32/tests: DuplicateTokenEx is not present on...
2007-03-07  Rob Shearmankernel32: Add tests for ImpersonateNamedPipeClient.
2007-01-12  Alexandre Julliardserver: Set the specified in/out buffer sizes on named...
2007-01-04  Francois Gougetkernel32/tests: Use '%d' to print GetLastError().
2006-11-09  Alexandre Julliardkernel32/tests: Fixed the pipe test for MacOS.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.