Revert to rev 15172.
[reactos.git] / reactos / lib / kernel32 / file / npipe.c
2005-05-21 Hartmut BirrRevert to rev 15172.
2005-05-21 Hartmut BirrDon't interpret STATUS_PIPE_CONNECTED as error.
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-06 Thomas Bluemel- fixed TransactNamedPipe to properly wait on completio...
2005-05-06 Thomas Bluemel- fixed ConnectNamedPipe to properly wait on completion...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Hartmut BirrFixed the calculation of timeout values.
2005-03-25 Hartmut BirrFixed the return value and last error in ConnectNamedPi...
2005-02-27 Eric KohlConnectNamedPipe must return TRUE if lpOverlapped is...
2005-01-27 Eric KohlCreateNamedPipeW(): Set access rights according to...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-30 Eric Kohl- Use ShareAccess FILE_SHARE_READ | FILE_SHARE_WRITE...
2004-12-23 Eric KohlFix the signature of Nt/ZwCreateNamedPipe, the 8th...
2004-10-08 Thomas BluemelCreate named pipes with security information if argumen...
2004-10-08 Thomas Bluemelimplemented GetNamedPipeHandleStateA() and a few fixes...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-03-17 Gunnar Dalsnesfix pipe create flags traslation
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-23 Eric KohlMove kernekl32-internal declarations from global includ...
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-07-10 Eric KohlConnectNamedPipe(): STATUS_PIPE_CONNECTED reports a...
2002-06-25 Eric KohlImplemented CallNamedPipeW() and TransactNamedPipe().
2001-11-20 Eric KohlImplemented read/write.
2001-10-21 Casper HornstrupOpen named pipe to SCM
2001-10-20 Eric KohlFixed WaitNamedPipe().
2001-08-07 Eric KohlChanged stack allocation.
2001-05-10 Eric KohlSome named pipe improvements (not usable yet!).
2001-03-31 David WelchCheck for failed allocation
2000-06-03 Emanuele AlibertiMinor changes.
2000-05-14 Emanuele AlibertiFixed bug reported by Michael Rich in kernel32 compilation.
2000-05-13 David WelchSome fixes.