include: Assorted spelling fixes.
[wine] / dlls / kernel32 / tests / pipe.c
2012-06-20  Marcus Meissnerkernel32: Fixed read overflow in WriteFile argument.
2012-06-18  Francois Gougetkernel32/tests: Add a trailing '\n' to an ok() call.
2012-06-15  Vincent Povirkkernel32: Return success from ReadFileEx/WriteFileEx...
2012-06-15  Vincent Povirkkernel32: Add test for pending ReadFileEx/WriteFileEx...
2012-06-15  Vincent Povirkkernel32: Add named pipe server test with ReadFileEx...
2011-10-13  Bernhard Loosserver: PIPE_TYPE_BYTE | PIPE_READMODE_MESSAGE is inval...
2011-10-04  Thomas Faberkernel32/tests: Fix MSVC build in file.c and pipe.c.
2011-09-27  Bernhard Loosserver: Only the sharing parameter of two instances...
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  André Hentschelkernel32/tests: Don't test function directly when repor...
2011-08-22  Bernhard Looskernel32: Create(Named)Pipe uses an nonalertable io...
2011-01-13  André Hentschelkernel32/tests: Use the right return type and a better...
2011-01-12  André Hentschelkernel32/tests: Don't test function directly when repor...
2010-10-01  Alexandre Julliardkernel32/tests: Make some variables static.
2010-05-24  Austin Englishkernel32/tests: Check return value of alarmThread in...
2010-05-24  Andrey Turkinserver: Connect named pipe synchronously when overlappe...
2010-05-07  André Hentschelkernel32: Double the alarm timeout to prevent a failed...
2009-06-09  Vincent Povirkkernel32/tests: Test waiting on a disconnected client...
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-03-04  Alexandre Julliardkernel32/tests: Improve some failure messages in the...
2009-03-03  Vincent Povirkkernel32/tests: Add named pipe test using i/o completio...
2009-02-27  Vincent Povirkkernel32/tests: Fix overlapped named pipe test.
2009-02-27  Vincent Povirkkernel32/tests: Remove a redundant check for ERROR_CALL...
2009-02-12  Juan Langkernel32: Add more tests for getting/setting a named...
2009-01-03  Alexandre Julliardkernel32/tests: Fix pointer casting warnings on 64...
2008-12-04  Alexandre JulliardAvoid including time.h before winsock.h in tests.
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.