VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/win/fileio-win.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75651   6 years vboxsync IPRT/fileio-win.cpp: Fixed console handle regression from previous …
(edit) @75544   6 years vboxsync IPRT/fileio-win.cpp: Use rtPathNtQueryInfoFromHandle instead of …
(edit) @75536   6 years vboxsync IPRT/fileio-win.cpp: added todo on RTFileQueryInfo.
(edit) @74460   6 years vboxsync IPRT: Implemented long filename support for windows (except for …
(edit) @74368   6 years vboxsync IPRT/fileio-win.cpp: Disabled long filename code from r125172. See todo.
(edit) @74358   6 years vboxsync IPRT/win/fileio-win.cpp: Added support for longer file names (> 260 …
(edit) @72845   6 years vboxsync fileio-win.cpp: g/c duplicate break;
(edit) @69795   7 years vboxsync IPRT: file mode changing on NT + RTChMod command. - Reimplemented …
(edit) @69536   7 years vboxsync IPRT: Go seriously paranoid on written byte counts returned by …
(edit) @69111   7 years vboxsync (C) year
(edit) @69102   7 years vboxsync fileio-win.cpp: Fixed RTFILE_O_DENY_NOT_DELETE handling.
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @64639   8 years vboxsync fileio-win.cpp: Made RTFileQueryInfo return link count and Inode info.
(edit) @64620   8 years vboxsync IPRT: Distinguish between actual symbolic links and other reparse …
(edit) @64619   8 years vboxsync IPRT: Reshuffled RTFsQuerySizes from fs-nt.cpp to implement …
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62584   8 years vboxsync IPRT: Unused parameters on windows.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @58768   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58767   9 years vboxsync revered r104210, got unfinished asm.h changes mixed into it.
(edit) @58766   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @57634   9 years vboxsync fileio-win.cpp: W10 return ERROR_INVALID_FUNCTION in RTFileQueryInfo …
(edit) @57622   9 years vboxsync duh2
(edit) @57621   9 years vboxsync duh
(edit) @57620   9 years vboxsync fileio-win.cpp: Condensed the console I/O handle workaround code in …
(edit) @57603   9 years vboxsync IPRT/fileio-win.cpp: Follow-up fix to r102458: Use the undocumented …
(edit) @57598   9 years vboxsync Typo.
(edit) @57597   9 years vboxsync IPRT/fileio-win.cpp: Fixed support for RTFileQueryInfo() in …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @55596   10 years vboxsync RTFileQueryInfo/win: Inverted check in error case, causing failure on …
(edit) @55348   10 years vboxsync IPRT: win/fileio-win.cpp: Added default case for RTFileIsValid().
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @39027   13 years vboxsync RTFileGetSize/win: Made it grok volume & disks (some disks anyway).
(edit) @39025   13 years vboxsync fileio-win.cpp: hacking in progress…
(edit) @37598   13 years vboxsync build fix
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @36601   14 years vboxsync build fix
(edit) @36597   14 years vboxsync IPRT: Implemented the memory tracker.
(edit) @36367   14 years vboxsync fileio-win.cpp: Handle ERROR_NOT_ENOUGH_MEMORY conditions occuring …
(edit) @36123   14 years vboxsync IPRT: Required fixes for VFS on Windows.
(edit) @34579   14 years vboxsync Completed the extension pack renaming. Some bugfixes.
(edit) @34003   14 years vboxsync build fix
(edit) @34002   14 years vboxsync iprt: Working on tar vfs.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @28918   15 years vboxsync iprt: dropped RT_DONT_CONVERT_FILENAMES, we've never needed it so far…
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27388   15 years vboxsync iprt: flush file & pipe.
(edit) @26761   15 years vboxsync IPRT: Implemented RTFileOpenBitBucket.
(edit) @25642   15 years vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @24892   15 years vboxsync fileio-win.cpp/RTFileQueryFsSizes: todo with some hints
(edit) @24889   15 years vboxsync IPRT: Added RTFileQueryFsSizes.
(edit) @24341   15 years vboxsync fileio-win.cpp: clearify.
(edit) @24338   15 years vboxsync IPRT: fileio-win: Set GENERIC_WRITE DesiredAccess flag when truncating …
(edit) @24031   15 years vboxsync Removed disabled and incorrect assertion.
(edit) @24003   15 years vboxsync disable incorrect assert
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23302   15 years vboxsync IPRT: r52791 repated for RTFileExists.
(edit) @23047   15 years vboxsync Fix RTFILE_O_NO_CACHE on Windows. Document that FILE_APPEND_DATA is …
(edit) @22516   15 years vboxsync IPRT: Added RTFileExists
(edit) @21616   15 years vboxsync nitpicking.
(edit) @21582   15 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21493   15 years vboxsync Runtime/File: Add flag to disable the file cache
(edit) @19186   16 years vboxsync Runtime/Aio: Add Windows backend
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @16650   16 years vboxsync IPRT: implement RTFileSetMode on Windows.
(edit) @14064   16 years vboxsync fileio-win.cpp: shut up 64-bit MSC warnings (valid ones this time).
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13104   16 years vboxsync IPRT: Added todos for implementing INodeId and INodeIdDevice using the …
(edit) @8913   17 years vboxsync made RTFileGetMaxSizeEx() OS-specific
(edit) @8560   17 years vboxsync To/FromNative - windows.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7426   17 years vboxsync RTUCS2 -> RTUTF16.
(edit) @7169   17 years vboxsync Doxygen fixes.
(edit) @6994   17 years vboxsync Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation. Rearranged the …
(edit) @6992   17 years vboxsync Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation.
(edit) @6991   17 years vboxsync r=bird: Close the file on failure.
(edit) @6984   17 years vboxsync IPRT: Bugfix for RTFILE_O_VALID_MASK, did not recognize …
(edit) @6971   17 years vboxsync Fixed: Newly created files and directories won't be indexed …
(edit) @6432   17 years vboxsync r=bird: Cannot see how IsBeyondLimit() is supposed to work.
(edit) @6431   17 years vboxsync Support seeking to xxxxxxxx'ffffffff on windows.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(copy) @5428   17 years vboxsync *-win32.cpp -> *-win.cpp
copied from trunk/src/VBox/Runtime/r3/win/fileio-win32.cpp
(copy) @5427   17 years vboxsync Merged r3/win32 and r3/win64
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette