- Optimize CallNamedPipeA too and remove accidental define.
[reactos.git] / reactos / lib / kernel32 / file / file.c
2005-09-24 Hartmut BirrUsed NtQueryFullAttributesFile instead of NtOpenFile...
2005-09-18 Hartmut BirrThe share disposition isn't necessary for FILE_READ_ATT...
2005-09-18 Magnus Olsenrevert my change from r17909. Thx hbirr to fix the...
2005-09-18 Magnus Olsengive GetFileAttributesExW more NtOpenFile right to...
2005-09-05 Alex Ionescu- More NDK + MSDDK/IFS Compatibility fixes
2005-08-25 Thomas Bluemelcheck for console handles in Get/SetFileAttributesByHan...
2005-08-24 Thomas Bluemelimplemented SetFileAttributesByHandle() and GetFileAttr...
2005-07-12 Alex IonescuPart three of patch...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
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-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-20 Gunnar Dalsnesremoved faulty FilenameA2U (returned ptr to stack var)
2005-03-15 Gunnar Dalsnesfixed GetTempFileNameA/W by ripping from wine
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-13 Hartmut Birr- Silence a debug message.
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-06 Gunnar Dalsnescorrected the last error to check for when determining...
2004-10-31 Thomas Bluemelfixed memory leak in CheckNameLegalDOS8Dot3A() (free...
2004-10-30 Thomas Bluemeladded a few missing structures and some janitory work
2004-09-22 Thomas Bluemelimplemented CheckNameLegalDOS8Dot3A/W()
2004-09-06 Thomas Bluemeldon't copy LARGE_INTEGER structs to FILETIME structs...
2004-07-24 Filip Navara- Fix OpenFile for OF_CREATE case.
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-05-28 Thomas Bluemel1. properly check parameters in SetFilePointer(Ex)()
2004-05-25 Filip Navara- Fixed definition of assert macro.
2004-03-18 Thomas Bluemelimplemented SetFileShortName()
2004-03-18 Thomas Bluemel1. implemented SetFileValidData()
2004-03-14 Thomas Bluemelimplemented GetFileSizeEx()
2004-03-14 Thomas Bluemelimplemented SetFilePointerEx() and fixed SetFilePointer...
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-12-08 Hartmut Birr- Open the file for synchronous access in OpenFile.
2003-08-07 Hartmut Birr- Fixed the format string in GetTempFileNameW.
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-09 Hartmut Birr- Implemented GetFileAttributesExA/W.
2003-03-23 Eric KohlGetFileAttributes() and SetFileAttributes() must use...
2003-03-06 Eric KohlImplemented SignalObjectAndWait().
2003-02-12 KJK::Hyperion * include/defines.h: defined INVALID_FILE_SIZE
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-12-27 Gé van GeldorpImproved file attribute and file time handling
2002-11-07 Robert DickensonManually applying Gunnars patch because it's easier...
2002-10-20 Casper Hornstrup2002-10-20 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-06-07 Hartmut BirrFixed the return value in GetFileSize.
2002-05-27 Hartmut BirrFixed returned file length in GetFileInformationByHandle.
2002-05-07 Hartmut BirrDo not call NtFlushBuffersFile for console handles.
2002-04-27 Hartmut BirrMade GetTempFileNameA/W workable.
2002-04-01 Hartmut BirrRewrote OpenFile().
2002-03-25 Hartmut BirrFixed negativ positions in SetFilePointer().
2001-11-01 Hartmut BirrFixed some bugs in GetFileInformationByHandle().
2001-08-06 Hartmut BirrFixed a bug in SetFilePointer(),
2001-07-19 Eric KohlFixed bug in SetFileTime().
2001-03-02 Carl NettelbladFixes for cmd copy command.
2000-10-01 Eric KohlImplemented GetFileType()
2000-06-03 Emanuele AlibertiMinor changes.
2000-03-15 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-02-18 Eric KohlFixed environment implementation
1999-12-24 Eric KohlAdded missing test
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-12 Eric KohlFixed some minor issues (NULL --> FALSE).
1999-05-19 Eric Kohlseveral fixes
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-21 Eric Kohlfixed GetFileAttributes()
1999-04-20 Eric Kohlcompatibility fixes
1999-04-14 David Welch*** empty log message ***
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-11 jeancorrect bug in WriteFile : crash if Overlapped is null
1999-02-07 David WelchFixed bugs in lib/kernel32/file/curdir.c and
1999-02-05 Rex JolliffIncorporated changed from Boudewijn
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-13 jeancorrect some bugs in WriteFile function
1998-12-23 Rex Jolliffmore changes to support the loader
1998-12-19 David WelchCorrected some bugs in the system libraries
1998-12-08 David WelchCorrected a number of bugs, including the keyboard one
1998-12-04 Rex JolliffRolled in various changes from others
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1996-01-23 The ReactOS ManagerInitial revision ReactOS-0.0.7