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) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92464   3 years vboxsync Main/Medium: Improve a few API calls where a concurrent …
(edit) @91718   3 years vboxsync Main: bugref:1909: Added initial translation to Russian of API …
(edit) @91503   3 years vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @90785   3 years vboxsync *: AssertReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90192   3 years vboxsync bugref:8345. Fixed the progress issue.
(edit) @86501   4 years vboxsync VBoxSVC: Fix Medium leak when encoutering duplicate instances while …
(edit) @86295   4 years vboxsync Main/MediumImpl.cpp: indentation fixes
(edit) @86125   4 years vboxsync Main: bugref:9623: Restricted the scope of the multi attaching the …
(edit) @86052   4 years vboxsync Main: bugref:9623: Fixed compilation error.
(edit) @86047   4 years vboxsync Main: bugref:9623: Implemented DVD multi attachment by ref count.
(edit) @85908   4 years vboxsync Main: bugref:9623: Fixed issue causes the assertion during VBoxSVC …
(edit) @85820   4 years vboxsync Main: bugref:9623: Allow MediumType_Readonly and DVD in particular to …
(edit) @85284   4 years vboxsync Main/MediumImpl.cpp: Signed/unsigned conversion issues, a whole bunch …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(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 …
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