Use the share disposition to detect the direction of a pipe.
[reactos.git] / reactos / drivers / fs / np / create.c
2005-11-05 Hartmut BirrUse the share disposition to detect the direction of...
2005-11-05 Eric KohlOpen pipe in 'passive' mode if the desired access right...
2005-11-04 Hervé PoussineauRevert 18883 and 18912, as they break named pipes
2005-10-31 Hartmut BirrRemoved the 'special' mode, because it didn't connect...
2005-09-04 Alex Ionescu- Fix typo in NDK
2005-09-04 Hervé PoussineauAlex prefers that we don't locally define structures...
2005-09-04 Hervé PoussineauAllow compilation of npfs driver with MSVC
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-19 Alex IonescuFix building issues caused by previous patch
2005-06-17 Filip NavaraBuild file system drivers w/ W32API headers.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-21 Hartmut BirrSet STATUS_SUCCESS instead of STATUS_PIPE_CONNECTED...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-28 Hartmut Birr- Put the wait entry into the DriverContext of the...
2005-03-25 Hartmut Birr- Implemented NpfsCleanup.
2005-03-23 Hartmut Birr- Guarded the calls to IoSetCancelRoutine with IoAcquir...
2005-03-15 Filip NavaraDon't access the Irp->User* fields in NpfsSignalAndRemo...
2005-03-06 Filip Navara- Fix pipe connection to non-waiting pipes.
2005-03-06 Filip NavaraFix some cancellation race conditions.
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-03-05 Eric KohlSupport asynchronous (aka overlapped) connect, read...
2005-02-27 Eric Kohl- Data is now written to the readers data buffer and...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-08 Eric KohlConnect a pipes client side as soon as a listening...
2005-01-03 Eric KohlClean up the pipe type and mode mess.
2005-01-02 Eric KohlRemove pipe only if client fcb list and server fcb...
2005-01-01 Eric KohlConnect client and server side upon client side creatio...
2004-12-30 Eric Kohl- Use ShareAccess FILE_SHARE_READ | FILE_SHARE_WRITE...
2004-12-30 Eric KohlUse a new passive pipe state (0) to ensure that client...
2004-12-23 Eric Kohl- Pass create parameters for named pipes and mailslots...
2004-11-01 Alex IonescuFix Mailslot and Named Pipe Drivers
2004-10-14 Eric KohlSilence debug message.
2004-10-11 Eric KohlMinor simplifications.
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-07-03 Filip Navara- Fix errors during optimized build.
2004-05-10 Filip Navara- Workaround for supporting a reads from pipe after...
2004-05-07 Filip Navara- Protect against reads from (and writes to) closed...
2004-05-05 Filip Navara- Fixed various problems (hangs/crashes) with connectin...
2004-04-12 Filip Navara- Minor correction to returned error.
2004-04-12 Filip Navara- Fixed connection/disconnecting/closing handling,...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-06-21 Hartmut Birr- Allocate the pipe buffer at creation time.
2003-01-19 Gé van GeldorpSilence some debug messages
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-05-07 Hartmut BirrModified closing of pipes.
2001-11-20 Eric KohlImplemented read/write.
2001-10-21 Casper HornstrupNPFS read/write functionality.
2001-10-20 Eric KohlImplemented waiting for server pipe (WaitNamedPipe()).
2001-07-29 Eric KohlMajor npfs update.
2001-06-12 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-05-10 Eric KohlSome named pipe improvements (not usable yet!).
2001-05-01 Eric KohlMailslot and named pipe preparations
2000-05-13 David WelchSome fixes.
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
1999-12-04 Emanuele AlibertiAdded version resource to dd and fs.
1999-11-24 David WelchBegan converting minix fsd to work with new caching...