VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73108   6 years vboxsync Corrected definition (type + docs) of RTVFSOBJSETOPS::offObjOps (no …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @71826   7 years vboxsync RTVfsDirQueryPathInfo,RTVfsQueryPathInfo: Fixed trailing slash.
(edit) @69977   7 years vboxsync IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and …
(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) @69844   7 years vboxsync IPRT: VFS IsRangeInUse cleanup. * Renamed to RTVfsQueryRangeState / …
(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) @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) @69111   7 years vboxsync (C) year
(edit) @68505   7 years vboxsync vfsbase.cpp: fixed lock leak in rtVfsObjDestroy.
(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) @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) @67166   8 years vboxsync IPRT/vfstarwriter.cpp: Initial push-file implementation (untested).
(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) @66652   8 years vboxsync IPRT: Some more fat bits.
(edit) @66615   8 years vboxsync IPRT: More FAT fun (couldn't stop myself).
(edit) @66601   8 years vboxsync iprt,vfs: Added a generic 'open' provider and sketched out a few …
(edit) @66576   8 years vboxsync iprt: fat + vfs updates.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @59620   9 years vboxsync IPRT: Added 'off' parameter to RTVfsIoStrmSgWrite and …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(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) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41549   13 years vboxsync VFS/Filesystem: Convert the filesystem specific code to the VFS …
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @37596   14 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @35213   14 years vboxsync Assigned real values to the RTVFS*_MAGIC[_DEAD] constants.
(edit) @34967   14 years vboxsync Moved and extended RTVfsIoStrmValidateUtf8Encoding.
(edit) @34964   14 years vboxsync Added RTVfsIoStrmValidateUtf8Encoding (stubbed).
(edit) @34786   14 years vboxsync iprt: Implemented most of the RTVfsFile API.
(edit) @34535   14 years vboxsync Manifest comparison.
(edit) @34507   14 years vboxsync IPRT: Visual C++ warnings.
(edit) @34441   14 years vboxsync A couple of vfs fixes.
(edit) @34436   14 years vboxsync RTVfsUtilPumpIoStreams: Flush the destination stream on success to …
(edit) @34435   14 years vboxsync ExtPack: Implemented unpacking (untested).
(edit) @34413   14 years vboxsync vfsbase.cpp: RTVfs*Release - Ignore NIL handles.
(edit) @34410   14 years vboxsync build fixes
(edit) @34407   14 years vboxsync vfsmemory.cpp: initial coding.
(edit) @34055   14 years vboxsync vfs/tar: symlink fixes.
(edit) @34045   14 years vboxsync iprt: more tar code and vfs filesystem stream bugfixes.
(edit) @34032   14 years vboxsync AssertPtrReturn
(edit) @34031   14 years vboxsync iprt/vfs.h: RTVfsSymlink*. build fix.
(edit) @34030   14 years vboxsync vfs: lock cleanup
(edit) @34029   14 years vboxsync iprt/vfs/tar: more code.
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34002   14 years vboxsync iprt: Working on tar vfs.
(edit) @33979   14 years vboxsync build fix
(edit) @33975   14 years vboxsync free fix
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33948   14 years vboxsync vfs: more filesystem streaming code.
(edit) @33945   14 years vboxsync More vfs code, new iprt error range..
(edit) @33911   14 years vboxsync code -> laptop
(edit) @33903   14 years vboxsync iprt: More VFS and gunzip code.
(edit) @33867   14 years vboxsync vfsbase.cpp: build fix and adding RTVfsNewIoStream.
(edit) @33859   14 years vboxsync iprt/vfs: more code.
(edit) @33822   14 years vboxsync iprt/vfs: I/O stream code.
(add) @33820   14 years vboxsync iprt/vfs: Hacking in progress.
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