VirtualBox

source: vbox/trunk/src/VBox/Storage/VD.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @100078   18 months vboxsync Main/src-server and Storage: Immutable media handling flexibility …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97494   2 years vboxsync Storage/VD: Fall back to synchronous I/O even for async requests if …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @90820   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90819   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90818   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90817   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90816   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90815   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90814   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90813   3 years vboxsync Storage/VDDumpImage: Don't crash if pDisk->pInterfaceError is NULL.
(edit) @90812   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90811   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90810   3 years vboxsync Storage/VDGetFilename: Don't validate output buffer content input …
(edit) @90809   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90808   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90807   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90806   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90802   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @88528   4 years vboxsync Storage/VD: Improved validation of the accessed range in …
(edit) @87238   4 years vboxsync Storage/VD.cpp: Use same allocator for freeing as for allocation. …
(edit) @86526   4 years vboxsync Storage/VD: Get rid of duplicate doxygen comments for the public API
(edit) @86044   4 years vboxsync Storage/VD.cpp: Remove wrong assertion causing tstVDSnap to fail
(edit) @85975   4 years vboxsync Storage/VD.cpp: pVDIfsOperation is allowed to be NULL in VDCreateBase. …
(edit) @85947   4 years vboxsync Storage/VD.cpp: Remove duplicate argument validation in VDCreateBase …
(edit) @85944   4 years vboxsync Storage/VD.cpp: Remove duplicate argument validation in VDCreateBase …
(edit) @85941   4 years vboxsync Main: bugref:9224: VD.cpp: Added assertions checking for NULL pointer. …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(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) @79965   5 years vboxsync Storage: Added a desired format parameter to VDGetFormat() so Main can …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75374   6 years vboxsync Main: bugref:6598: some fixes about unused macros
(edit) @75373   6 years vboxsync Main: bugref:6598: Added ability to merge mediums with different sizes …
(edit) @75351   6 years vboxsync Storage/VD: Fix error during merge if the target is bigger than the …
(edit) @75349   6 years vboxsync Storage/VD: Fix error during merge if the target is bigger than the …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72054   7 years vboxsync *: RTListMove no longer need the call to init the destination list to …
(edit) @72051   7 years vboxsync Storage: init RTListMove destination
(edit) @69329   7 years vboxsync comment typo
(edit) @69328   7 years vboxsync bugref:8674. VDMerge: added comparison between new and old percent of …
(edit) @67464   7 years vboxsync VD.cpp: VDGetFormat: Here be dragons. Killed the one named VERR_EOF, …
(edit) @66665   8 years vboxsync Storage/VD: Don't access any members of the I/O context after calling …
(edit) @66488   8 years vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66487   8 years vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66486   8 years vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66378   8 years vboxsync Storage/VD: Some cleanup (part 1), move the code related to plugin and …
(edit) @66250   8 years vboxsync Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD …
(edit) @66248   8 years vboxsync Storage/VD: Get rid of VBOXHDD prefixes, the library was renamed from …
(edit) @66209   8 years vboxsync VD: Return success if the backend doesn't support region lists and one …
(edit) @66140   8 years vboxsync Storage: Add backend to handle CUE/BIN images (not yet working as the …
(edit) @66110   8 years vboxsync Storage/VD: Implement infrastructure for region lists to be able to …
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64765   8 years vboxsync Storage/VD: (bugref:8685) Fixed VBoxSVC crash on removing extpack …
(edit) @64712   8 years vboxsync Storage/VD: Add a message explaining why the size is invalid
(edit) @64711   8 years vboxsync VD: Check that the size is aligned to a 512 byte sector boundary
(edit) @64272   8 years vboxsync Storage: Doxygen fixes
(edit) @63905   8 years vboxsync Storage/VD: Add proper versioning of the backend structures instead of …
(edit) @63830   8 years vboxsync Storage/VD: Cleanup, get rid of goto …
(edit) @63811   8 years vboxsync Storage: Cleanup, let vdIfIoIntFileSetAllocationSize take a progress …
(edit) @63802   8 years vboxsync Storage/VD: Rename pfnCheckIfValid to pfnProbe as it is shorter and …
(edit) @63781   8 years vboxsync Storage/VD: Rename VBOXHDDBACKEND to VDIMAGEBACKEND to follow the …
(edit) @63733   8 years vboxsync VD: Reject creating base image variants which are not supported by the …
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63495   8 years vboxsync warnings (clang)
(edit) @62873   8 years vboxsync Storage: warnings.
(edit) @62739   8 years vboxsync Storage: warnings.
(edit) @62738   8 years vboxsync Storage: warnings.
(edit) @62482   8 years vboxsync (C) 2016
(edit) @62471   8 years vboxsync Misc: scm
(edit) @62214   8 years vboxsync Storage/VD: Fix allocating too much for a file (fixes creating fixed …
(edit) @60873   9 years vboxsync please stay without 130 columns.
(edit) @60032   9 years vboxsync Storage/VD: comment
(edit) @60027   9 years vboxsync Storage/VD: Remove unnecessary condition (thanks PVS)
(edit) @59462   9 years vboxsync Storage/VD: Use the new RTFileSetAllocationSize() IPRT API
(edit) @59455   9 years vboxsync Storage/VD: Remove the custom code in each backend which allocates all …
(edit) @59295   9 years vboxsync Another try
(edit) @59293   9 years vboxsync Build fix
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57559   9 years vboxsync Storage/VD: Allow block allocation when writing back the encrypted …
(edit) @57390   9 years vboxsync build fix
(edit) @57388   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57213   9 years vboxsync split VERR_VD_RAW_INVALID_HEADER a bit further to have better error …
(edit) @56993   9 years vboxsync Storage: Log & Assertion formatting fixes.
(edit) @56748   9 years vboxsync Storage/VD: Fix three possible memory leaks (unlikely to hit) in case …
(edit) @55271   10 years vboxsync Storage: Calculate progress based on the real file size instead of …
(edit) @54835   10 years vboxsync Encryption: Add a way to retrieve the encryption settings without …
(edit) @54752   10 years vboxsync Log cosmetics.
(edit) @54743   10 years vboxsync VD: Don't set an error when creating the filter failed, appropriate …
(edit) @54624   10 years vboxsync Storage/VD: Add API to prepare a chain of images for use with filters
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54430   10 years vboxsync Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity …
(edit) @54340   10 years vboxsync Storage/VD: Allow different filter chains for reads and writes …
(edit) @54117   10 years vboxsync don't check for VALID_PTR after RTMem*Alloc(), that's overkill
(edit) @53624   10 years vboxsync scm automatic cleanups.
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