VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @90192   3 年 vboxsync bugref:8345. Fixed the progress issue.
(edit) @86501   4 年 vboxsync VBoxSVC: Fix Medium leak when encoutering duplicate instances while …
(edit) @86295   4 年 vboxsync Main/MediumImpl.cpp: indentation fixes
(edit) @86125   4 年 vboxsync Main: bugref:9623: Restricted the scope of the multi attaching the …
(edit) @86052   4 年 vboxsync Main: bugref:9623: Fixed compilation error.
(edit) @86047   4 年 vboxsync Main: bugref:9623: Implemented DVD multi attachment by ref count.
(edit) @85908   4 年 vboxsync Main: bugref:9623: Fixed issue causes the assertion during VBoxSVC …
(edit) @85820   4 年 vboxsync Main: bugref:9623: Allow MediumType_Readonly and DVD in particular to …
(edit) @85284   4 年 vboxsync Main/MediumImpl.cpp: Signed/unsigned conversion issues, a whole bunch …
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @80730   5 年 vboxsync Main/MediumImpl: Build fix if VBOX_WITH_EXTPACK= is not defined.
(edit) @80585   5 年 vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @79968   5 年 vboxsync Main/Medium::i_setLocation: Fixed leak in the error path where the …
(edit) @79965   5 年 vboxsync Storage: Added a desired format parameter to VDGetFormat() so Main can …
(edit) @79961   5 年 vboxsync Main/MediumImpl.cpp: Suffix strings that skips over the dot are called …
(edit) @79954   5 年 vboxsync bugref:8344. Fixed a bug with an uppercase letter suffix in the image …
(edit) @79793   5 年 vboxsync Main/Medium: Fix for setting create-only medium properties when …
(edit) @79742   5 年 vboxsync Changes per #5899 / Comment #14
(edit) @79479   5 年 vboxsync Main: bugref:9447: VBoxSVC crashes during resizing a "normal" virtual …
(edit) @78762   6 年 vboxsync Main: NULL pTask after createThread() call to catch any useage after …
(edit) @78658   6 年 vboxsync Main: bugref:6913: Fixed some typo
(edit) @78565   6 年 vboxsync Main: bugref:6913: Fixed NULL id in the IMediumRegisteredEvent and …
(edit) @78403   6 年 vboxsync Main/MediumImpl.cpp: Move those Medium::*Task::executeTask() stub …
(edit) @78401   6 年 vboxsync Main/MediumImpl.cpp: Logging + review comment.
(edit) @78261   6 年 vboxsync Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox …
(edit) @77857   6 年 vboxsync Main/MediumImpl: Remove the TCP/NET interface implementation and reuse …
(edit) @77606   6 年 vboxsync Added AllocationBlockSize property to VDI backend, and ability to set …
(edit) @76592   6 年 vboxsync Main: Don't use Logging.h.
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76298   6 年 vboxsync Main: bugref:6913: Added generation of some medium events. Contains …
(edit) @76240   6 年 vboxsync Main: bugref:6913: had to revert all changes for the defect because of …
(edit) @76239   6 年 vboxsync Main: bugref:6913: don't try to notify changes related to NULL medium …
(edit) @76238   6 年 vboxsync Main: bugref:6913: Fixed use of already NULL reference to VirtualBox
(edit) @76220   6 年 vboxsync Main: bugref:6913: fixed doxygen errors
(edit) @76215   6 年 vboxsync Main: bugref:6913: Added generation of medium events
(edit) @76154   6 年 vboxsync Main: bugref:9324: Added new error for "medium shrink is not allowed"
(edit) @75373   6 年 vboxsync Main: bugref:6598: Added ability to merge mediums with different sizes …
(edit) @74822   6 年 vboxsync Main: bugref:9152 Implement the convertToStream API
(edit) @74353   6 年 vboxsync Main/mediumio: Corrected crypto filtering on write access.
(edit) @74003   6 年 vboxsync Main: bugref:9231: added ability to set IMedium:location for medium …
(edit) @73858   6 年 vboxsync Main: bugref:8929: Medium::setDescription has been reordered to avoid …
(edit) @73003   6 年 vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @72999   6 年 vboxsync MediumImpl: Fixed MediumVariant_Formatted implementation and made it a …
(edit) @72962   6 年 vboxsync Main: Doxygen
(edit) @72957   6 年 vboxsync doxygen fixes for r123500
(edit) @72948   6 年 vboxsync Main: Introducing IMediumIO for accessing the content of a medium. …
(edit) @72883   6 年 vboxsync Main/Medium: add API flag for creating formatted floppy images …
(edit) @72703   6 年 vboxsync Main/Medium: Fix a number of potential deadlocks due to lock order …
(edit) @71097   7 年 vboxsync bugref:8344. Added a simple check for existence of destination file …
(edit) @71055   7 年 vboxsync bugref:8344. Fixed adding a wrong extension for HDD medium type.
(edit) @70991   7 年 vboxsync bugref:8345. Fixed the condition for moving floppy disk. Creation of …
(edit) @69500   7 年 vboxsync *: scm --update-copyright-year
(edit) @69498   7 年 vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 年 vboxsync *: scm --update-copyright-year
(edit) @69399   7 年 vboxsync Main/Medium: Fix an oversight introduced when using the ready made …
(edit) @69398   7 年 vboxsync Main/Medium: Back out previous change, it had good intentions but …
(edit) @69330   7 年 vboxsync Fixed the bug when ComPtr<Progress> object can stay uninitialized
(edit) @69322   7 年 vboxsync Medium: for VD interface initialization have to use the simple way …
(edit) @69321   7 年 vboxsync Medium: use ready made callback which optimizes update frequency, not …
(edit) @68789   7 年 vboxsync Main/MediumImpl: Don't throw an error if the image to be deleted can't …
(edit) @68043   7 年 vboxsync Main/Medium: fix lock order violation when setting the medium description
(edit) @67885   7 年 vboxsync Main/Snapshot: detect if snapshot merging would lose data due to …
(edit) @67745   7 年 vboxsync Main/Medium: Don't include the MediumaVariant_VmdkESX flag when …
(edit) @67249   8 年 vboxsync Main/Appliance++: Removed non-VBOX_WITH_NEW_TAR_CREATOR code.
(edit) @67244   8 年 vboxsync Main,VD: Compressed the Medium::i_exportFile method …
(edit) @67239   8 年 vboxsync Main/MediumImpl: bugref:8344: use RTPathStartsWithRoot() to ensure …
(edit) @67237   8 年 vboxsync Main/Medium::i_addRawToFss: Split out the opening of the medium as we …
(edit) @67234   8 年 vboxsync Main/Medium::i_addRawToFss: Added missing AutoCaller.
(edit) @67233   8 年 vboxsync Main/Medium::i_addRawToFss: Removed unnecessary lock list Clear call, …
(edit) @67232   8 年 vboxsync Main/ApplianceExport/Medium: Added progress to i_addRawToFss.
(edit) @67231   8 年 vboxsync Main/ApplianceExport/Medium: Added progress to i_addRawToFss.
(edit) @67226   8 年 vboxsync Main/MediumImpl: bugref:8344: enforce an absolute path when changing …
(edit) @67205   8 年 vboxsync Main: More hacking on OPC exporting.
(edit) @67203   8 年 vboxsync Main: ApplianceImplExport.cpp: More hacking on OPC exporting.
(edit) @67184   8 年 vboxsync Main: Reworking IAppliance export to use new TAR creator. Changes …
(edit) @67172   8 年 vboxsync MediumImpl: @todo
(edit) @66250   8 年 vboxsync Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD …
(edit) @66211   8 年 vboxsync vdmedia.h,++: Rename VDTYPE_DVD to VDTYPE_OPTICAL_DISC
(edit) @65390   8 年 vboxsync Main/Machine+Medium: must not touch the refcount of the current object …
(edit) @65120   8 年 vboxsync Main: doxygen fixes
(edit) @65103   8 年 vboxsync Main: doxygen fixes
(edit) @65066   8 年 vboxsync doxygen fixes
(edit) @64199   8 年 vboxsync Main/Medium: fix too aggressive assertion, as running into errors when …
(edit) @64108   8 年 vboxsync Main/ThreadTask: bugref:8609: properly implement isAsync(). Regression …
(edit) @63969   8 年 vboxsync VBoxSVC: No need for openssl
(edit) @63653   8 年 vboxsync Main/MediumImpl: Don't expost stream optimized images as preferred …
(edit) @63581   8 年 vboxsync bugref:4323. First implementation of Medium::setDescription().
(edit) @63563   8 年 vboxsync scm: cleaning up todos
(edit) @63418   8 年 vboxsync main: warnings in weird configs
(edit) @63256   8 年 vboxsync Main: warnings
(edit) @63187   8 年 vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63147   8 年 vboxsync Main: warnings
(edit) @63145   8 年 vboxsync bugref:8482. Fixed small typo
(edit) @63144   8 年 vboxsync bugref:8482. Shifted progress notification to the Medium::Task destructor
(edit) @62868   8 年 vboxsync bugref:8482. Shifted the function handler() from descendants to the …
(edit) @62810   8 年 vboxsync bugref:8482. The internal implementation of asynchronous task was …
(edit) @62363   8 年 vboxsync Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)
(edit) @62047   8 年 vboxsync bugref:8344. small improvement. Always uses original extension of image.
(edit) @61910   8 年 vboxsync Main/src-server/MediumImpl.cpp: Warning.
(edit) @61863   8 年 vboxsync Main/Medium: use != instead of bitwise for booleans.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette