VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/vfs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69955   7 years vboxsync IPRT/vfs: Made pfnSetMode, pfnSetTimes, pfnSetOwner and pfnWrite …
(edit) @69942   7 years vboxsync iprt/vfs: Made RTVFSFILEOPS::pfnPollOne optional.
(edit) @69861   7 years vboxsync iprt/formats/ntfs: updates
(edit) @69853   7 years vboxsync nits
(edit) @69844   7 years vboxsync IPRT: VFS IsRangeInUse cleanup. * Renamed to RTVfsQueryRangeState / …
(edit) @69840   7 years vboxsync IPRT: VFS volume mouning cleanup, replacing RTFilesystemVfsFromFile …
(edit) @69830   7 years vboxsync IPRT/VFS: Reimplemented RTVfsDirCreate, RTVfsDirOpenFile and …
(edit) @69828   7 years vboxsync IPRT/VFS: Reimplemented RTVfsDirOpen and RTVfsDirOpenDir to use …
(edit) @69827   7 years vboxsync IPRT/VFS: rewrote RTVfsQueryPathInfo to new path handling.
(edit) @69826   7 years vboxsync IPRT/VFS: More path parsing work. Symlinks should work better now.
(edit) @69818   7 years vboxsync IPRT/VFS: Got rid of the pfnTraversalOpen method.
(edit) @69816   7 years vboxsync build fix
(edit) @69815   7 years vboxsync build fix
(edit) @69814   7 years vboxsync build fix
(edit) @69813   7 years vboxsync IPRT: VFS opening reworking in progress.
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69720   7 years vboxsync IPRT: More work on directory relative APIs (NT mainly) and VFS; …
(edit) @69718   7 years vboxsync RTMkDir,nt/RTDirRelDirCreate: Some adjustments.
(edit) @69716   7 years vboxsync IPRT: More work on directory relative APIs (NT mainly) and VFS; …
(edit) @69705   7 years vboxsync IPRT: VFS and NT path handling fixes. * Rewrote RTDirQueryInfo for …
(edit) @69679   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(edit) @69674   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(edit) @69630   7 years vboxsync vfschain: fixed incorrect check for escapable character when handling '\'.
(edit) @69592   7 years vboxsync vfsstdfile.cpp: Tweaked the flush implementation to hush up …
(edit) @69523   7 years vboxsync Runtime/vfs/vfsiosmisc: Fix possible memory leak
(edit) @69219   7 years vboxsync Runtime: scm cleanups
(edit) @69111   7 years vboxsync (C) year
(edit) @68505   7 years vboxsync vfsbase.cpp: fixed lock leak in rtVfsObjDestroy.
(edit) @67859   7 years vboxsync rtVfsMemFile_LocateExtentSlow: Wrong check for when to start from the …
(edit) @67510   7 years vboxsync vfsmemory.cpp: write advance fix.
(edit) @67329   7 years vboxsync comment typo
(edit) @67274   8 years vboxsync RTVfsIoStrmZeroFill: Fixed wrong method test (pfnSkip instead of …
(edit) @67272   8 years vboxsync RTVfsIoStrmZeroFill: Fixed wrong method test (pfnSkip instead of …
(edit) @67229   8 years vboxsync IPRT: vfsprogress.cpp: fixes
(edit) @67228   8 years vboxsync IPRT: vfsprogress.cpp: adjustments
(edit) @67224   8 years vboxsync IPRT: vfsprogress.cpp: Added RTVFSPROGRESS_F_ALLOW_CANCEL for some …
(edit) @67221   8 years vboxsync IPRT: Adding RTVfsIoStrmGetOpenFlags, RTVfsFileGetOpenFlags, …
(edit) @67189   8 years vboxsync IPRT: vfsbase.cpp: flag validation fixes in new apis.
(edit) @67186   8 years vboxsync IPRT: Added RTVfsFsStrmToNormalDir, RTVfsFsStrmToDirUndo, …
(edit) @67183   8 years vboxsync vfsmemory.cpp: Don't assert negative offset parameter in read and …
(edit) @67181   8 years vboxsync IPRT/vfsmemory.cpp: Initialize the object attributes a bit better.
(edit) @67180   8 years vboxsync IPRT: Added RTVfsMemIoStrmCreate for convenience.
(edit) @67166   8 years vboxsync IPRT/vfstarwriter.cpp: Initial push-file implementation (untested).
(edit) @67133   8 years vboxsync IPRT: Added RTVfsChainQueryFinalPath.
(edit) @67123   8 years vboxsync IPRT: Some more tar vfs writer bits.
(edit) @67116   8 years vboxsync IPRT: Started on VFS file system output streams for implementing TAR …
(edit) @66767   8 years vboxsync iso9660: Rough ReadDir implementation. Also a build fix.
(edit) @66762   8 years vboxsync iprt: More vfs bits.
(edit) @66742   8 years vboxsync fatvfs,iso9660vfs,vfsbase: Sorted volume reference fun. Volumes will …
(edit) @66741   8 years vboxsync duh
(edit) @66740   8 years vboxsync vfsbase.cpp: retain debug
(edit) @66738   8 years vboxsync vfsbase: logging
(edit) @66737   8 years vboxsync vfsbase.cpp: logging fix
(edit) @66736   8 years vboxsync iso9660vfs,fatvfs: reference count fix
(edit) @66675   8 years vboxsync rtVfsChainSpecDupStrN: unescaping bugfix.
(edit) @66652   8 years vboxsync IPRT: Some more fat bits.
(edit) @66615   8 years vboxsync IPRT: More FAT fun (couldn't stop myself).
(edit) @66602   8 years vboxsync IPRT/vfs-chains: Pass around an pErrInfo buffer too.
(edit) @66601   8 years vboxsync iprt,vfs: Added a generic 'open' provider and sketched out a few …
(edit) @66598   8 years vboxsync iprt: Added 'pull' VFS chain element provider/factory using the …
(edit) @66594   8 years vboxsync iprt: Reworked and implemented VFS chains, adding stdfile, gzip and …
(edit) @66576   8 years vboxsync iprt: fat + vfs updates.
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62562   8 years vboxsync rtVfsReadAhead_Seek: Set poffActual.
(edit) @62561   8 years vboxsync RTVfsMemFileCreate: process the hVfsIos parameter. (Fortunately, …
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @59827   9 years vboxsync vfsreadahead.cpp: Fixed two bugs in the read code and increased the …
(edit) @59757   9 years vboxsync rtVfsReadAhead_Read: Incorrect assertions.
(edit) @59756   9 years vboxsync vfsreadahead.cpp: Initialize status code in read ahead thread.
(edit) @59754   9 years vboxsync vfsreadahead.cpp: Completed and debugged.
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59729   9 years vboxsync didn't mean to enable building common/vfs/vfsreadahead.cpp yet.
(edit) @59706   9 years vboxsync vfsreadahead.cpp: coding in progress (time to go home)
(edit) @59620   9 years vboxsync IPRT: Added 'off' parameter to RTVfsIoStrmSgWrite and …
(edit) @59524   9 years vboxsync IPRT: Added RTVfsMemFileCreate and RTVfsFileFromBuffer.
(edit) @57644   9 years vboxsync IPRT/pipe: build fix
(edit) @57643   9 years vboxsync IPRT: Added RTVfsIoStrmFromRTPipe (and RTPipeQueryInfo) for the …
(edit) @57635   9 years vboxsync RTVfsIoStrmFromRTFile: Fixed reference leak.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @51651   10 years vboxsync RTVfsChainOpenIoStream: initialize pszError at the earliest possible way
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48175   11 years vboxsync Backed out r88349 because the code was deliberatly checking if rc was …
(edit) @48021   11 years vboxsync IPRT/vfsbase: RTVfsUtilPumpIoStreams(): properly detect detect EOF
(edit) @47356   11 years vboxsync IPRT: Added RTVfsIoStrmOpenNormal and RTVfsFileOpenNormal.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43879   12 years vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @41549   13 years vboxsync VFS/Filesystem: Convert the filesystem specific code to the VFS …
(edit) @40292   13 years vboxsync RTVfsMemFile bugfix: rtVfsMemFile_Write regression from previous fix.
(edit) @40127   13 years vboxsync vfsmemory: Fixed zero optimization in the write routine.
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39438   13 years vboxsync vfschain.cpp: Don't forget to set the return value. duh.
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @35213   14 years vboxsync Assigned real values to the RTVFS*_MAGIC[_DEAD] constants.
(edit) @34967   14 years vboxsync Moved and extended RTVfsIoStrmValidateUtf8Encoding.
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