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) @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 …
(edit) @38452   13 years vboxsync Main/Medium: make CreateDiffMedium more convenient to use by …
(edit) @38420   13 years vboxsync Main-Clone: use new Medium::cloneToEx method
(edit) @38397   13 years vboxsync Main/Medium: fix object locks and medium lock state in createDiffStorage()
(edit) @38308   13 years vboxsync Main/Medium: public cloneToEx API for internal use which makes it …
(edit) @37985   13 years vboxsync Main/Machine: fix the medium registry logic for linked clones. …
(edit) @37941   13 years vboxsync Main/Medium: comment typo
(edit) @37900   13 years vboxsync Main-CloneVM;FE/CLI;Doc: update differencing disk names with there new …
(edit) @37831   13 years vboxsync Main/Medium: added new attribute for getting the possible medium …
(edit) @37768   13 years vboxsync Main: add implicit parents which are not attached to other machines to …
(edit) @37625   13 years vboxsync Main/Medium: fix regression in previous change, VBoxSVC crashed for …
(edit) @37586   13 years vboxsync Main/Medium: Fix incorrect forcing of absolute paths for non-file …
(edit) @37525   13 years vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(edit) @37162   14 years vboxsync Main/Medium: provide error message for duplicate attachment of one …
(edit) @36981   14 years vboxsync Main/MediumImpl: Fix memory leaks in some medium operation error …
(edit) @36975   14 years vboxsync Main: don't override existing error codes
(edit) @36653   14 years vboxsync Main/Medium: only create the target path if the destination is file based
(edit) @36243   14 years vboxsync Main/Medium: VMDK variant streamOptimized cannot be used to directly …
(edit) @35988   14 years vboxsync Main/medium: Create target images for export in sequential mode.
(edit) @35983   14 years vboxsync Main: fix warning
(edit) @35982   14 years vboxsync Main: further fix broken snapshots when disk images are shared between …
(edit) @35915   14 years vboxsync Main: fix broken snapshots when disk images are shared between several …
(edit) @35903   14 years vboxsync Main: before unregistering a machine, move media shared with another …
(edit) @35836   14 years vboxsync Main: do not return first item from list of registry IDs …
(edit) @35803   14 years vboxsync Main: document the reasoning behind the host drive UUIDs
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35553   14 years vboxsync Main/Medium: Query the capabilites of the target format used for the …
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/MediumImpl.cpp
(edit) @35261   14 years vboxsync Main+Frontends: fix windows burns
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