VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/MediumImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80730   5 years vboxsync Main/MediumImpl: Build fix if VBOX_WITH_EXTPACK= is not defined.
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @79968   5 years vboxsync Main/Medium::i_setLocation: Fixed leak in the error path where the …
(edit) @79965   5 years vboxsync Storage: Added a desired format parameter to VDGetFormat() so Main can …
(edit) @79961   5 years vboxsync Main/MediumImpl.cpp: Suffix strings that skips over the dot are called …
(edit) @79954   5 years vboxsync bugref:8344. Fixed a bug with an uppercase letter suffix in the image …
(edit) @79793   5 years vboxsync Main/Medium: Fix for setting create-only medium properties when …
(edit) @79742   5 years vboxsync Changes per #5899 / Comment #14
(edit) @79479   5 years vboxsync Main: bugref:9447: VBoxSVC crashes during resizing a "normal" virtual …
(edit) @78762   6 years vboxsync Main: NULL pTask after createThread() call to catch any useage after …
(edit) @78658   6 years vboxsync Main: bugref:6913: Fixed some typo
(edit) @78565   6 years vboxsync Main: bugref:6913: Fixed NULL id in the IMediumRegisteredEvent and …
(edit) @78403   6 years vboxsync Main/MediumImpl.cpp: Move those Medium::*Task::executeTask() stub …
(edit) @78401   6 years vboxsync Main/MediumImpl.cpp: Logging + review comment.
(edit) @78261   6 years vboxsync Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox …
(edit) @77857   6 years vboxsync Main/MediumImpl: Remove the TCP/NET interface implementation and reuse …
(edit) @77606   6 years vboxsync Added AllocationBlockSize property to VDI backend, and ability to set …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76298   6 years vboxsync Main: bugref:6913: Added generation of some medium events. Contains …
(edit) @76240   6 years vboxsync Main: bugref:6913: had to revert all changes for the defect because of …
(edit) @76239   6 years vboxsync Main: bugref:6913: don't try to notify changes related to NULL medium …
(edit) @76238   6 years vboxsync Main: bugref:6913: Fixed use of already NULL reference to VirtualBox
(edit) @76220   6 years vboxsync Main: bugref:6913: fixed doxygen errors
(edit) @76215   6 years vboxsync Main: bugref:6913: Added generation of medium events
(edit) @76154   6 years vboxsync Main: bugref:9324: Added new error for "medium shrink is not allowed"
(edit) @75373   6 years vboxsync Main: bugref:6598: Added ability to merge mediums with different sizes …
(edit) @74822   6 years vboxsync Main: bugref:9152 Implement the convertToStream API
(edit) @74353   6 years vboxsync Main/mediumio: Corrected crypto filtering on write access.
(edit) @74003   6 years vboxsync Main: bugref:9231: added ability to set IMedium:location for medium …
(edit) @73858   6 years vboxsync Main: bugref:8929: Medium::setDescription has been reordered to avoid …
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @72999   6 years vboxsync MediumImpl: Fixed MediumVariant_Formatted implementation and made it a …
(edit) @72962   6 years vboxsync Main: Doxygen
(edit) @72957   6 years vboxsync doxygen fixes for r123500
(edit) @72948   6 years vboxsync Main: Introducing IMediumIO for accessing the content of a medium. …
(edit) @72883   6 years vboxsync Main/Medium: add API flag for creating formatted floppy images …
(edit) @72703   6 years vboxsync Main/Medium: Fix a number of potential deadlocks due to lock order …
(edit) @71097   7 years vboxsync bugref:8344. Added a simple check for existence of destination file …
(edit) @71055   7 years vboxsync bugref:8344. Fixed adding a wrong extension for HDD medium type.
(edit) @70991   7 years vboxsync bugref:8345. Fixed the condition for moving floppy disk. Creation of …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69399   7 years vboxsync Main/Medium: Fix an oversight introduced when using the ready made …
(edit) @69398   7 years vboxsync Main/Medium: Back out previous change, it had good intentions but …
(edit) @69330   7 years vboxsync Fixed the bug when ComPtr<Progress> object can stay uninitialized
(edit) @69322   7 years vboxsync Medium: for VD interface initialization have to use the simple way …
(edit) @69321   7 years vboxsync Medium: use ready made callback which optimizes update frequency, not …
(edit) @68789   7 years vboxsync Main/MediumImpl: Don't throw an error if the image to be deleted can't …
(edit) @68043   7 years vboxsync Main/Medium: fix lock order violation when setting the medium description
(edit) @67885   7 years vboxsync Main/Snapshot: detect if snapshot merging would lose data due to …
(edit) @67745   7 years vboxsync Main/Medium: Don't include the MediumaVariant_VmdkESX flag when …
(edit) @67249   8 years vboxsync Main/Appliance++: Removed non-VBOX_WITH_NEW_TAR_CREATOR code.
(edit) @67244   8 years vboxsync Main,VD: Compressed the Medium::i_exportFile method …
(edit) @67239   8 years vboxsync Main/MediumImpl: bugref:8344: use RTPathStartsWithRoot() to ensure …
(edit) @67237   8 years vboxsync Main/Medium::i_addRawToFss: Split out the opening of the medium as we …
(edit) @67234   8 years vboxsync Main/Medium::i_addRawToFss: Added missing AutoCaller.
(edit) @67233   8 years vboxsync Main/Medium::i_addRawToFss: Removed unnecessary lock list Clear call, …
(edit) @67232   8 years vboxsync Main/ApplianceExport/Medium: Added progress to i_addRawToFss.
(edit) @67231   8 years vboxsync Main/ApplianceExport/Medium: Added progress to i_addRawToFss.
(edit) @67226   8 years vboxsync Main/MediumImpl: bugref:8344: enforce an absolute path when changing …
(edit) @67205   8 years vboxsync Main: More hacking on OPC exporting.
(edit) @67203   8 years vboxsync Main: ApplianceImplExport.cpp: More hacking on OPC exporting.
(edit) @67184   8 years vboxsync Main: Reworking IAppliance export to use new TAR creator. Changes …
(edit) @67172   8 years vboxsync MediumImpl: @todo
(edit) @66250   8 years vboxsync Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD …
(edit) @66211   8 years vboxsync vdmedia.h,++: Rename VDTYPE_DVD to VDTYPE_OPTICAL_DISC
(edit) @65390   8 years vboxsync Main/Machine+Medium: must not touch the refcount of the current object …
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @65103   8 years vboxsync Main: doxygen fixes
(edit) @65066   8 years vboxsync doxygen fixes
(edit) @64199   8 years vboxsync Main/Medium: fix too aggressive assertion, as running into errors when …
(edit) @64108   8 years vboxsync Main/ThreadTask: bugref:8609: properly implement isAsync(). Regression …
(edit) @63969   8 years vboxsync VBoxSVC: No need for openssl
(edit) @63653   8 years vboxsync Main/MediumImpl: Don't expost stream optimized images as preferred …
(edit) @63581   8 years vboxsync bugref:4323. First implementation of Medium::setDescription().
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63418   8 years vboxsync main: warnings in weird configs
(edit) @63256   8 years vboxsync Main: warnings
(edit) @63187   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63147   8 years vboxsync Main: warnings
(edit) @63145   8 years vboxsync bugref:8482. Fixed small typo
(edit) @63144   8 years vboxsync bugref:8482. Shifted progress notification to the Medium::Task destructor
(edit) @62868   8 years vboxsync bugref:8482. Shifted the function handler() from descendants to the …
(edit) @62810   8 years vboxsync bugref:8482. The internal implementation of asynchronous task was …
(edit) @62363   8 years vboxsync Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)
(edit) @62047   8 years vboxsync bugref:8344. small improvement. Always uses original extension of image.
(edit) @61910   8 years vboxsync Main/src-server/MediumImpl.cpp: Warning.
(edit) @61863   8 years vboxsync Main/Medium: use != instead of bitwise for booleans.
(edit) @61790   8 years vboxsync bugref:8344. Removed useless comparison.
(edit) @61645   9 years vboxsync bugref:8344. added logic when new location consists of only a filename …
(edit) @61604   9 years vboxsync bugref:8344. using RTPATH_SLASH.
(edit) @61541   9 years vboxsync bugref:8344. Better processing of source and destination filename. …
(edit) @61519   9 years vboxsync bugref:8344. Added logic checking new path for correctness.
(edit) @61483   9 years vboxsync bugref:8344. First variant of "move" operation for medium. Standalone …
(edit) @61174   9 years vboxsync Main/Medium: fix accidentally negated assertion in previous lock order fix
(edit) @61137   9 years vboxsync Main/Medium: some more lock order fixing, but a lot of work is left
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @60628   9 years vboxsync Main/Medium: don't skip this important assertion doing sanity checking
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