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) @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   8 years vboxsync bugref:8344. added logic when new location consists of only a filename …
(edit) @61604   8 years vboxsync bugref:8344. using RTPATH_SLASH.
(edit) @61541   8 years vboxsync bugref:8344. Better processing of source and destination filename. …
(edit) @61519   8 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
(edit) @60627   9 years vboxsync Main/Medium: When creating a medium lock list, explicitly state which …
(edit) @60288   9 years vboxsync Main/Medium+Snapshot: fix long standing bugs in medium locking during …
(edit) @59621   9 years vboxsync ApplianceImplImport.cpp,++: Pushed the IPRT VFS stuff futher down, …
(edit) @59277   9 years vboxsync D'oh.
(edit) @59211   9 years vboxsync MediumImpl.cpp: Disabled assertion for myself. See bugref:8172.
(edit) @58650   9 years vboxsync Main/Medium: fix breakage reintroduced by build fix r103841
(edit) @58520   9 years vboxsync Main/Medium: build fix for r103813
(edit) @58494   9 years vboxsync Main/Medium: fix regression in diff image creation tweak
(edit) @58484   9 years vboxsync Main/Machine+Medium: for diff images keep the variant of the parent if …
(edit) @57413   9 years vboxsync More DECLCALLBACK fixes.
(edit) @57130   9 years vboxsync Main/MediumImpl: fixed test (see public ticket #14350)
(edit) @56925   9 years vboxsync Main/Medium: Fix error message
(edit) @56474   9 years vboxsync Main/Medium: Don't log an error when the medium is not configured for …
(edit) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55872   10 years vboxsync Main/Medium: Copy filter related properties when cloning a medium or …
(edit) @55728   10 years vboxsync Main/Machine+Snapshot+Medium: Remove bogus assertion when locking a …
(edit) @55285   10 years vboxsync Main/Medium: Preserve any errors when deleting the medium locks list
(edit) @55284   10 years vboxsync Main/Medium: Clarify progress description when decrypting a medium
(edit) @55182   10 years vboxsync Main,FE/VBoxManage: Support exporting machines as appliances which …
(edit) @54950   10 years vboxsync Fix unused variables warnings
(edit) @54948   10 years vboxsync Main/Medium+Snapshot: make all code recursing over trees (objects …
(edit) @54945   10 years vboxsync Main/Medium: release media locks by destroying tasks before sending …
(edit) @54885   10 years vboxsync Main: Add a method to check for the correct encryption password
(edit) @54884   10 years vboxsync Fix for the fix
(edit) @54883   10 years vboxsync Main/Medium: Fix regression introduced with yesterdays changes
(edit) @54855   10 years vboxsync Main/Medium: Logic change for IMedium::ChangeEncryption, an empty …
(edit) @54854   10 years vboxsync Main: Rearrange and rename parameters of IMedium::ChangeEncryption
(edit) @54847   10 years vboxsync Main: Fix another place where VBOX_E_PASSWORD_INCORRECT should be returned
(edit) @54837   10 years vboxsync Medium: Return VBOX_E_PASSWORD_INCORRECT when changing the encryption …
(edit) @54835   10 years vboxsync Encryption: Add a way to retrieve the encryption settings without …
(edit) @54647   10 years vboxsync Fix lock order violation
(edit) @54645   10 years vboxsync Encryption/Main: Allow encryption of differencing media as long as …
(edit) @54625   10 years vboxsync Main: Fixes for disk encryption support and make use of the optimized …
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54486   10 years vboxsync Main/Medium: Add basic support to encrypt/decrypt media, work in progress
(edit) @54438   10 years vboxsync Main/VirtualBox: eliminate redundant parameter to i_registerMedium, …
(edit) @53739   10 years vboxsync Main: Fix race condition between Medium::Close and Medium::i_queryInfo …
(edit) @53540   10 years vboxsync Missing file
(edit) @53354   10 years vboxsync R7524 - needs testing in VBoxManage.
(edit) @52880   10 years vboxsync MediumImpl: safearray cleanup.
(edit) @52831   10 years vboxsync MediumImpl: Medium::getVariant cleanup
(edit) @52324   10 years vboxsync Main/Medium: fix deadlock between Medium::RefreshState and …
(edit) @52168   10 years vboxsync Main/VirtualBox+Medium+Snapshot: fix lock inconsistency which crept …
(edit) @52095   10 years vboxsync Main/Medium+AutoCaller+others: fix medium uninit deadlock caused by …
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