kernel32: Rewrote toolhelp implementation only on top of ntdll functions.
[wine] / dlls / kernel / tests / pipe.c
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-11-14  Eric PouechNtReadFile: now returning correct status in NtReadFile...
2005-06-20  Stefan HuehnerMake some function static.
2005-06-05  Uwe BonnesAdded more pipe tests.
2005-05-25  Alexandre JulliardRemoved STANDALONE ifdefs.
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-03-24  Alexandre JulliardTake into account the more correct behavior of recent...
2005-03-23  Alex Villacís LassoTest for PeekNamedPipe with zero-length buffer.
2005-03-22  Jakob ErikssonAbort if we can't create a named pipe at all.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-05-24  Dmitry TimoshkovExplicitly specify name of the pipe in the pipe test.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Alexandre JulliardAvoid killing threads with TerminateThread, this can...
2004-04-26  Duane ClarkAdd testing of PeekNamedPipe, multiple writes, and...
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-21  Gerald PfeiferAvoid "might be used uninitialized" warning in exercize...
2003-05-20  Alexandre JulliardUse the trace macro for debugging output.
2003-05-15  Dan KegelMore named pipes tests.
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-13  Dimitrie O. PaunMake sure winsock.h gets included before stdlib.h.
2003-02-25  Dan KegelNow compiles on windows. Added a couple more checks.
2003-02-19  Dan KegelAdded check for illegal pipe names.