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) @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.
(edit) @53337   10 years vboxsync Storage/VD: Fix broken resume after the VM was suspended due to a full …
(edit) @52585   10 years vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle …
(edit) @52359   10 years vboxsync Unused variable
(edit) @52358   10 years vboxsync Storage/VD,VHD: Fix crash with certain VHD images with only partial …
(edit) @52268   10 years vboxsync VD: Fix read corruption under rare circumstances if a read happens …
(edit) @51886   10 years vboxsync VD: Add API to query information about a filter
(edit) @51756   10 years vboxsync Storage/VD: Fix crash
(edit) @51754   10 years vboxsync Main,DrvVD,VD: Implement support for VD plugins from extension packs
(edit) @51751   10 years vboxsync Storage/VD: Add methods to load a plugin from a given path/file. …
(edit) @51750   10 years vboxsync Storage: Fix concurrency issue with filters configured which can …
(edit) @51623   10 years vboxsync Storage: Fix possible data corruption or read errors if a request …
(edit) @51102   11 years vboxsync Storage/FilterCrypt: Remove hardcoded data unit size of 512 bytes and …
(edit) @51073   11 years vboxsync VD: Fixes for filter support
(edit) @50991   11 years vboxsync Storage: Add support for filter plugins
(edit) @50988   11 years vboxsync Storage/VD: Cleanup VD plugin handling. One shared object can now …
(edit) @50852   11 years vboxsync Storage/VD: Zero free blocks in the parent read callback used for …
(edit) @49944   11 years vboxsync Storage,VHD: Fix I/O if VD_OPEN_FLAGS_HONOR_SAME is used
(edit) @49880   11 years vboxsync Storage/VD: Fix bug which causes that data is read twice. Because …
(edit) @49388   11 years vboxsync Storage: Small fix to previous change
(edit) @49387   11 years vboxsync Storage/VD: Remove disk full hack and use the proper way to return the …
(edit) @49314   11 years vboxsync Storage: Modify hack to fix hanging VMs when the dis is full during …
(edit) @48957   11 years vboxsync Storage: Whitespace cleanups by scm.
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