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) @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 …
(edit) @52078   10 years vboxsync Main/Medium: Fix VBoxSVC crashes when quering iSCSI targets with …
(edit) @51903   10 years vboxsync Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the …
(edit) @51888   10 years vboxsync Main: Add possibility to add medium properties for filters in a way …
(edit) @51414   11 years vboxsync Main/Medium: fix some copy/paste issues, resulted in not so perfect …
(edit) @51092   11 years vboxsync 6813 src-client/MachineDebuggerImpl.cpp + various formatting changes
(edit) @50874   11 years vboxsync 6813 src-all/ProgressImp.cpp + some formatting/line length sorting
(edit) @50472   11 years vboxsync 6813 - formatting changes as needed - HostImpl.cpp …
(edit) @50355   11 years vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @49951   11 years vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @49871   11 years vboxsync 6813 - User server side API wrapper code in all interfaces.. stage 4 rev 1
(edit) @49866   11 years vboxsync Main/Medium: fix regression in the wrapper conversion which caused …
(edit) @49795   11 years vboxsync 6813 - stage 3 rev 1
(edit) @48967   11 years vboxsync Main/MediumImpl: be more silent if Special medium properties are not there
(edit) @48538   11 years vboxsync Main/NetworkAdapter+Machine+Appliance+SystemProperties+Medium+Console+S …
(edit) @48297   11 years vboxsync Main/Medium: redesign API level medium locking, needed conversions …
(edit) @47920   11 years vboxsync Main/Medium: allow free form properties in the Special/ namespace, …
(edit) @46720   11 years vboxsync Main/xml/Settings.cpp: limit snapshot depth to 250, avoiding crashes …
(edit) @45597   12 years vboxsync Main/Medium: Use VD_OPEN_FLAGS_INFO when creating the diff image …
(edit) @45518   12 years vboxsync Main: Code generator for (xp)com API implementations, including …
(edit) @45497   12 years vboxsync back out API wrapper generator, too broken with XPCOM
(edit) @45491   12 years vboxsync Main: Code generator for (xp)com implementations, including logging …
(edit) @45239   12 years vboxsync Main/Medium: Remove leftover calls to UnlockWrite in ResetHandler …
(edit) @44433   12 years vboxsync Main/Medium: improve the error handling for medium UUID change …
(edit) @44409   12 years vboxsync Main/Medium: resizing needs to update the image size information, and …
(edit) @44395   12 years vboxsync Main/SnapshotImpl: Select merge direction based on the image size
(edit) @44381   12 years vboxsync Main: operator precedence
(edit) @44379   12 years vboxsync Main: The change ulong to ULONG inside the loops where enumeration …
(edit) @44376   12 years vboxsync The changes inside loops where enumeration MediumVariant is converted. …
(edit) @44365   12 years vboxsync Main: change API. Interface IMedium was touched. Handling enumeration …
(edit) @44320   12 years vboxsync Main: adjust r83244. Don't loop endlessly in case the PRNG is broken …
(edit) @44316   12 years vboxsync Main: Check for already used UUIDs when registering a new non file …
(edit) @44240   12 years vboxsync Main: Fix assertion, pMedium can be Null if there is an error
(edit) @44091   12 years vboxsync Main: make the code more readable. Places where the comparisons were …
(edit) @44039   12 years vboxsync Main: renavation com::Guid class. PR5744
(edit) @44029   12 years vboxsync Main/Medium: fix logic for updating image UUID and parent UUID so that …
(edit) @43915   12 years vboxsync Main/Machine+Snapshot+Medium: fix cancelling snapshots, used to …
(edit) @43669   12 years vboxsync Main/MediumImpl: Fix deadlock when two threads attempt to close the …
(edit) @43478   12 years vboxsync Main/Medium: fix race (involving several locks and the object …
(edit) @43476   12 years vboxsync Main/Medium: fix copy/paste bugs in error messages for resizing a medium
(edit) @42551   12 years vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @42538   12 years vboxsync added 3 extra methods for 6124
(edit) @42208   12 years vboxsync Main: properly initialize fSettingsCipherKeySet; don't ignore errors …
(edit) @42125   12 years vboxsync optional encrypted store of the iSCSI initiator secret
(edit) @42109   12 years vboxsync Main/Medium: fix excessive settings saving as part of …
(edit) @41243   13 years vboxsync Main/Medium: small optimization, as it is only necessary to look at …
(edit) @41231   13 years vboxsync Main/VirtualBox: very tricky fix for renaming linked clones (media …
(edit) @41003   13 years vboxsync Main/MediumImpl: correct error code if a medium file is not accessible
(edit) @40542   13 years vboxsync Main/Medium: Update medium registries when closing/deleting a medium. …
(edit) @40506   13 years vboxsync Main/Medium: Hopefully final go at holding the Medium object lock as …
(edit) @40487   13 years vboxsync Main/VirtualBox+Machine+Snapshot+Medium: fix lock order issues …
(edit) @40475   13 years vboxsync Main/Medium: fix outdated method names in comments
(edit) @40466   13 years vboxsync Main/Medium: another go at the medium locking related to queryInfo, …
(edit) @40432   13 years vboxsync Main/VirtualBox+Machine+Medium: redesign the medium registry save …
(edit) @40259   13 years vboxsync Main/Medium: Report errors detected when closing the medium in …
(edit) @40257   13 years vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @39799   13 years vboxsync Main/Medium: Add field for default open flags and add …
(edit) @38818   13 years vboxsync Main/Medium+Snapshot+VirtualBox: extend the API in a compatible way to …
(edit) @38775   13 years vboxsync Main: only add parent to the lock list if it isn't null
(edit) @38773   13 years vboxsync Main: only add parent to the lock list if it isn't null
(edit) @38764   13 years vboxsync Main/Medium+Machine: final lock order fixes
(edit) @38744   13 years vboxsync Main/Medium: lock typo
(edit) @38741   13 years vboxsync Main/Medium: all remaining changes to get the media tree lock order …
(edit) @38729   13 years vboxsync Main/Medium+Machine: fix lock order issues when creating diff images, …
(edit) @38717   13 years vboxsync Main/Medium+Machine+AutoLock: Integrate the queryInfo semaphore into …
(edit) @38709   13 years vboxsync Main/Medium: replace the event semaphore used to wait for queryInfo by …
(edit) @38697   13 years vboxsync build fix
(edit) @38695   13 years vboxsync warnings
(edit) @38641   13 years vboxsync Main: fix possible dead-lock between IMedium::RefreshState and …
(edit) @38499   13 years vboxsync Main/Machine+Medium: fix medium registry association when attaching a …
(edit) @38475   13 years vboxsync Main/Medium: fix error message handling in the error cleanup code
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
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