VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   3 months vboxsync Copyright year updates by scm.
(edit) @100908   16 months vboxsync IPRT,Storage,Puel: Changed the pfnRead and pfnWrite VFS methods and …
(edit) @99989   19 months vboxsync IPRT/dvm: Use rtDvmDiskReadUnaligned rather than rtDvmDiskRead in the …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94291   3 years vboxsync IPRT,Storage: Adding RTVfsQueryLabel and internally a generic …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @88948   4 years vboxsync IPRT/dvm: Add RT_OS_NETBSD to the list of "not windows". bugref:8547.
(edit) @86780   4 years vboxsync IPRT/dvm: Added OS/2 partition type GUID.
(edit) @86332   4 years vboxsync Main: bugref:9224: Changed the todo comment after investigating linux, …
(edit) @86169   4 years vboxsync Main: bugref:9224: Fixed invalid partition flag (active/bootable)
(edit) @85897   4 years vboxsync IPRT/dvmmbr.cpp: chain walk fix for new table location query …
(edit) @85894   4 years vboxsync IPRT/Dvm: Added RTDvmMapQueryTableLocations (for VMDK). Completely …
(edit) @85890   4 years vboxsync IPRT/RTDvm: Added RTDVMVOLIDX_HOST index. [os2 build fix] bugref:9224
(edit) @85887   4 years vboxsync IPRT/RTDvm: Added RTDVMVOLIDX_HOST index. bugref:9224
(edit) @85878   4 years vboxsync Main: bugref:9224: fixed scm issues
(edit) @85877   4 years vboxsync Main: bugref:9224: DVM API changes
(edit) @85126   4 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85124   4 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @77970   6 years vboxsync IPRT/dvm: s/offEnd/offLast - see coding guidelines on 'end' vs 'last'.
(edit) @77256   6 years vboxsync Runtime/RTDvm: Add flag to indicate that a volume is contiguous on the …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @73265   6 years vboxsync dvmvfs.cpp: gcc warning fix.
(edit) @73156   6 years vboxsync IPRT/DVM: Added more GUID and partition types. The VFS directory enum …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @69977   7 years vboxsync IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and …
(edit) @69967   7 years vboxsync IPRT/dvm: Don't leak volume related stuff.
(edit) @69942   7 years vboxsync iprt/vfs: Made RTVFSFILEOPS::pfnPollOne optional.
(edit) @69909   7 years vboxsync dvmmbr.cpp: Used 32-bit instead of 64-bit type for extended partition …
(edit) @69906   7 years vboxsync rtDvmVfsFile_Write+Read: Fixed handling of current offset (off=-1).
(edit) @69887   7 years vboxsync iprt/dvmmbr.cpp: Don't consider the gap/padding between a partition …
(edit) @69886   7 years vboxsync dvm.cpp/RTDvmMapQueryBlockStatus: Cleanups, comments.
(edit) @69844   7 years vboxsync IPRT: VFS IsRangeInUse cleanup. * Renamed to RTVfsQueryRangeState / …
(edit) @69829   7 years vboxsync IPRT: rtDvmVfsDir_Open burn fix
(edit) @69828   7 years vboxsync IPRT/VFS: Reimplemented RTVfsDirOpen and RTVfsDirOpenDir to use …
(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) @69813   7 years vboxsync IPRT: VFS opening reworking in progress.
(edit) @69651   7 years vboxsync dvmmbr.cpp: support for extended and logical partitions.
(edit) @69618   7 years vboxsync dvm.h: Added RTDVMVOLTYPE_FAT12.
(edit) @69616   7 years vboxsync DVM: Got a working pseudo vfs. It's now possible to do stuff like: …
(edit) @69610   7 years vboxsync iprt/dvm: Some API adjusting to VFS - work in progress. [build fix]
(edit) @69609   7 years vboxsync iprt/dvm: Some API adjusting to VFS - work in progress.
(edit) @69111   7 years vboxsync (C) year
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @63561   8 years vboxsync scm: cleaning up todos
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62448   8 years vboxsync IPRT: More MSC level 4 warning fixes.
(edit) @57444   9 years vboxsync static
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @42387   12 years vboxsync Runtime/Dvm: unused parameters warnings
(edit) @41785   12 years vboxsync Comment typos.
(edit) @41549   13 years vboxsync VFS/Filesystem: Convert the filesystem specific code to the VFS …
(edit) @41094   13 years vboxsync Runtime/Dvm: Glue for VFS
(edit) @40949   13 years vboxsync Runtime/Dvm: Include asm.h for ASMByteSwapU32 used when converting …
(edit) @40298   13 years vboxsync Runtime/dvm: don't use VALID_PTR here, that only confuses code scanners
(edit) @40293   13 years vboxsync Silence warnings
(edit) @40137   13 years vboxsync Runtime/Dvm: Use uint64_t instead of size_t for the number of …
(edit) @40085   13 years vboxsync Runtime/Dvm: Fix possible integer overflow
(edit) @40027   13 years vboxsync Runtime/Dvm: Add callbacks to query the allocation status of blocks …
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @37270   14 years vboxsync IPRT/Dvm: Commit BSD disklabel support.
(edit) @37024   14 years vboxsync iprt/dvm: use static, changed prefix of internal functions.
(edit) @37023   14 years vboxsync just had to mention hpfs…
(edit) @36868   14 years vboxsync Runtime/common/dvm: export
(add) @36816   14 years vboxsync IPRT: Initial commit of the disk volume management API. Supports …
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