- Fix CreateNamedPipeW to convert some NT flags properly, timeouts, etc, and document...
[reactos.git] / reactos / lib / kernel32 / file / npipe.c
2005-11-09 Alex Ionescu- Fix CreateNamedPipeW to convert some NT flags properl...
2005-11-08 Alex Ionescu- Implement proper version of WaitNamedPipeW to be...
2005-11-05 Hartmut BirrUse the share disposition to detect the direction of...
2005-11-05 Eric KohlReapply a modified r18883 patch (by Thomas Weidenmuelle...
2005-11-04 Hervé PoussineauRevert 18883 and 18912, as they break named pipes
2005-10-31 Thomas Bluemeldon't ask for generic read access rights in WaitNamedPipe
2005-10-30 Thomas Bluemelfix some flags calculations and access rights in Create...
2005-06-20 Alex IonescuBuild kernel32 with NDK
2005-06-20 Alex IonescuFixed incorrect SetNamedPipeHandleState implementation...
2005-05-21 Hartmut BirrRevert to rev 15172.
2005-05-21 Hartmut BirrDon't interpret STATUS_PIPE_CONNECTED as error.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
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-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Hartmut BirrFixed the calculation of timeout values.
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-25 Hartmut BirrFixed the return value and last error in ConnectNamedPi...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-27 Eric KohlConnectNamedPipe must return TRUE if lpOverlapped is...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-01-27 Eric KohlCreateNamedPipeW(): Set access rights according to...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
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.