VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @50355   11 年 vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @49951   11 年 vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @49871   11 年 vboxsync 6813 - User server side API wrapper code in all interfaces.. stage 4 rev 1
(edit) @49866   11 年 vboxsync Main/Medium: fix regression in the wrapper conversion which caused …
(edit) @49795   11 年 vboxsync 6813 - stage 3 rev 1
(edit) @48967   11 年 vboxsync Main/MediumImpl: be more silent if Special medium properties are not there
(edit) @48538   11 年 vboxsync Main/NetworkAdapter+Machine+Appliance+SystemProperties+Medium+Console+S …
(edit) @48297   11 年 vboxsync Main/Medium: redesign API level medium locking, needed conversions …
(edit) @47920   11 年 vboxsync Main/Medium: allow free form properties in the Special/ namespace, …
(edit) @46720   11 年 vboxsync Main/xml/Settings.cpp: limit snapshot depth to 250, avoiding crashes …
(edit) @45597   12 年 vboxsync Main/Medium: Use VD_OPEN_FLAGS_INFO when creating the diff image …
(edit) @45518   12 年 vboxsync Main: Code generator for (xp)com API implementations, including …
(edit) @45497   12 年 vboxsync back out API wrapper generator, too broken with XPCOM
(edit) @45491   12 年 vboxsync Main: Code generator for (xp)com implementations, including logging …
(edit) @45239   12 年 vboxsync Main/Medium: Remove leftover calls to UnlockWrite in ResetHandler …
(edit) @44433   12 年 vboxsync Main/Medium: improve the error handling for medium UUID change …
(edit) @44409   12 年 vboxsync Main/Medium: resizing needs to update the image size information, and …
(edit) @44395   12 年 vboxsync Main/SnapshotImpl: Select merge direction based on the image size
(edit) @44381   12 年 vboxsync Main: operator precedence
(edit) @44379   12 年 vboxsync Main: The change ulong to ULONG inside the loops where enumeration …
(edit) @44376   12 年 vboxsync The changes inside loops where enumeration MediumVariant is converted. …
(edit) @44365   12 年 vboxsync Main: change API. Interface IMedium was touched. Handling enumeration …
(edit) @44320   12 年 vboxsync Main: adjust r83244. Don't loop endlessly in case the PRNG is broken …
(edit) @44316   12 年 vboxsync Main: Check for already used UUIDs when registering a new non file …
(edit) @44240   12 年 vboxsync Main: Fix assertion, pMedium can be Null if there is an error
(edit) @44091   12 年 vboxsync Main: make the code more readable. Places where the comparisons were …
(edit) @44039   12 年 vboxsync Main: renavation com::Guid class. PR5744
(edit) @44029   12 年 vboxsync Main/Medium: fix logic for updating image UUID and parent UUID so that …
(edit) @43915   12 年 vboxsync Main/Machine+Snapshot+Medium: fix cancelling snapshots, used to …
(edit) @43669   12 年 vboxsync Main/MediumImpl: Fix deadlock when two threads attempt to close the …
(edit) @43478   12 年 vboxsync Main/Medium: fix race (involving several locks and the object …
(edit) @43476   12 年 vboxsync Main/Medium: fix copy/paste bugs in error messages for resizing a medium
(edit) @42551   12 年 vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @42538   12 年 vboxsync added 3 extra methods for 6124
(edit) @42208   12 年 vboxsync Main: properly initialize fSettingsCipherKeySet; don't ignore errors …
(edit) @42125   12 年 vboxsync optional encrypted store of the iSCSI initiator secret
(edit) @42109   12 年 vboxsync Main/Medium: fix excessive settings saving as part of …
(edit) @41243   13 年 vboxsync Main/Medium: small optimization, as it is only necessary to look at …
(edit) @41231   13 年 vboxsync Main/VirtualBox: very tricky fix for renaming linked clones (media …
(edit) @41003   13 年 vboxsync Main/MediumImpl: correct error code if a medium file is not accessible
(edit) @40542   13 年 vboxsync Main/Medium: Update medium registries when closing/deleting a medium. …
(edit) @40506   13 年 vboxsync Main/Medium: Hopefully final go at holding the Medium object lock as …
(edit) @40487   13 年 vboxsync Main/VirtualBox+Machine+Snapshot+Medium: fix lock order issues …
(edit) @40475   13 年 vboxsync Main/Medium: fix outdated method names in comments
(edit) @40466   13 年 vboxsync Main/Medium: another go at the medium locking related to queryInfo, …
(edit) @40432   13 年 vboxsync Main/VirtualBox+Machine+Medium: redesign the medium registry save …
(edit) @40259   13 年 vboxsync Main/Medium: Report errors detected when closing the medium in …
(edit) @40257   13 年 vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @39799   13 年 vboxsync Main/Medium: Add field for default open flags and add …
(edit) @38818   13 年 vboxsync Main/Medium+Snapshot+VirtualBox: extend the API in a compatible way to …
(edit) @38775   13 年 vboxsync Main: only add parent to the lock list if it isn't null
(edit) @38773   13 年 vboxsync Main: only add parent to the lock list if it isn't null
(edit) @38764   13 年 vboxsync Main/Medium+Machine: final lock order fixes
(edit) @38744   13 年 vboxsync Main/Medium: lock typo
(edit) @38741   13 年 vboxsync Main/Medium: all remaining changes to get the media tree lock order …
(edit) @38729   13 年 vboxsync Main/Medium+Machine: fix lock order issues when creating diff images, …
(edit) @38717   13 年 vboxsync Main/Medium+Machine+AutoLock: Integrate the queryInfo semaphore into …
(edit) @38709   13 年 vboxsync Main/Medium: replace the event semaphore used to wait for queryInfo by …
(edit) @38697   13 年 vboxsync build fix
(edit) @38695   13 年 vboxsync warnings
(edit) @38641   13 年 vboxsync Main: fix possible dead-lock between IMedium::RefreshState and …
(edit) @38499   13 年 vboxsync Main/Machine+Medium: fix medium registry association when attaching a …
(edit) @38475   13 年 vboxsync Main/Medium: fix error message handling in the error cleanup code
(edit) @38469   13 年 vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38452   13 年 vboxsync Main/Medium: make CreateDiffMedium more convenient to use by …
(edit) @38420   13 年 vboxsync Main-Clone: use new Medium::cloneToEx method
(edit) @38397   13 年 vboxsync Main/Medium: fix object locks and medium lock state in createDiffStorage()
(edit) @38308   13 年 vboxsync Main/Medium: public cloneToEx API for internal use which makes it …
(edit) @37985   13 年 vboxsync Main/Machine: fix the medium registry logic for linked clones. …
(edit) @37941   13 年 vboxsync Main/Medium: comment typo
(edit) @37900   13 年 vboxsync Main-CloneVM;FE/CLI;Doc: update differencing disk names with there new …
(edit) @37831   13 年 vboxsync Main/Medium: added new attribute for getting the possible medium …
(edit) @37768   13 年 vboxsync Main: add implicit parents which are not attached to other machines to …
(edit) @37625   13 年 vboxsync Main/Medium: fix regression in previous change, VBoxSVC crashed for …
(edit) @37586   13 年 vboxsync Main/Medium: Fix incorrect forcing of absolute paths for non-file …
(edit) @37525   13 年 vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(edit) @37162   14 年 vboxsync Main/Medium: provide error message for duplicate attachment of one …
(edit) @36981   14 年 vboxsync Main/MediumImpl: Fix memory leaks in some medium operation error …
(edit) @36975   14 年 vboxsync Main: don't override existing error codes
(edit) @36653   14 年 vboxsync Main/Medium: only create the target path if the destination is file based
(edit) @36243   14 年 vboxsync Main/Medium: VMDK variant streamOptimized cannot be used to directly …
(edit) @35988   14 年 vboxsync Main/medium: Create target images for export in sequential mode.
(edit) @35983   14 年 vboxsync Main: fix warning
(edit) @35982   14 年 vboxsync Main: further fix broken snapshots when disk images are shared between …
(edit) @35915   14 年 vboxsync Main: fix broken snapshots when disk images are shared between several …
(edit) @35903   14 年 vboxsync Main: before unregistering a machine, move media shared with another …
(edit) @35836   14 年 vboxsync Main: do not return first item from list of registry IDs …
(edit) @35803   14 年 vboxsync Main: document the reasoning behind the host drive UUIDs
(edit) @35638   14 年 vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35553   14 年 vboxsync Main/Medium: Query the capabilites of the target format used for the …
(copy) @35368   14 年 vboxsync Main: source re-org.
trunk/src/VBox/Main/MediumImpl.cpp 複製
(edit) @35261   14 年 vboxsync Main+Frontends: fix windows burns
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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