VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35261   14 years vboxsync Main+Frontends: fix windows burns
(edit) @35255   14 years vboxsync Main: fix windows burns
(edit) @35139   14 years vboxsync Main: use VirtualBox::saveRegistries() instead of plain …
(edit) @35126   14 years vboxsync Main/Medium: Only allow medium type changes which are actually …
(edit) @35082   14 years vboxsync Main: prevent attaching MultiAttach/Readonly media to pre-4.0 machines …
(edit) @35040   14 years vboxsync Main/Medium+Machine+Settings: new medium type MultiAttach, meant for …
(edit) @35009   14 years vboxsync Main: delete media files on machine deletion only if the medium …
(edit) @34782   14 years vboxsync Main: add missing saveRegistries() in Medium::DeleteStorage()
(edit) @34779   14 years vboxsync Main/Medium: do not allow changing the medium type of an already …
(edit) @34734   14 years vboxsync Main/Medium: for newly created media which doesn't support creating …
(edit) @34499   14 years vboxsync Main/Medium: prevent VirtualBox object refcount reaching zero while a …
(edit) @33921   14 years vboxsync Main: rework 'save registries' logic to ensure that all media …
(edit) @33914   14 years vboxsync typo
(edit) @33913   14 years vboxsync Main/Medium: if the medium is inaccessible try to get the up to date …
(edit) @33908   14 years vboxsync Main: sort Medium methods to have the same order in .h und .cpp
(edit) @33760   14 years vboxsync Main/Medium: don't just randomly throw exception if a device type …
(edit) @33757   14 years vboxsync Storage/RAW: case insensitive extension matching Main/Medium: For …
(edit) @33708   14 years vboxsync Main: Eliminate the last bits of VirtualBoxBaseWithChildrenNEXT. It …
(edit) @33622   14 years vboxsync Utf8Str: Use printfV in Utf8StrFmt, eliminated Utf8StrFmtVA by …
(edit) @33596   14 years vboxsync Main: Change the 'default default' machine folder to …
(edit) @33567   14 years vboxsync VD: Move the generic virtual disk framework + backends to …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33524   14 years vboxsync Storage: Implement offical support for other disk types like DVD and …
(edit) @33433   14 years vboxsync Main: fail with meaningful error message if medium path is not fully …
(edit) @33335   14 years vboxsync Main/Medium: fix vrc/rc mixup which resulted in ignoring errors …
(edit) @33322   14 years vboxsync Main/Medium: remaining bits for MediumType_Readonly
(edit) @33307   14 years vboxsync Main/Medium: new MediumType_Readonly, replaces the DeviceType_DVD …
(edit) @33250   14 years vboxsync Main: fix finding snapshot diffs in new-vm machine folders …
(edit) @33232   14 years vboxsync Main: use paths relative to machine folder in machine registries
(edit) @33187   14 years vboxsync Main/Medium: use the correct image interface for importFile
(edit) @33182   14 years vboxsync Devices/Storage: implement sequential reading of streamOptimized VMDK …
(edit) @33140   14 years vboxsync Main: have Machine::MountMedium() behave like AttachDevice (use …
(edit) @33107   14 years vboxsync Main/Medium: add internal importFile method, intended to be used by …
(edit) @33082   14 years vboxsync Storage/VBoxHDD: allow specifying the open mode explicitly, it makes …
(edit) @33078   14 years vboxsync Main: change per-machine media registries so that removeable media …
(edit) @32934   14 years vboxsync Main/Medium: Automatically repair streamOptimized VMDK files too. They …
(edit) @32903   14 years vboxsync back out r66376
(edit) @32893   14 years vboxsync Main/OVF: debugging
(edit) @32849   14 years vboxsync Main: enable exportFile
(edit) @32818   14 years vboxsync IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
(edit) @32780   14 years vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32695   14 years vboxsync Main/Medium: new method exportFile which allows to export a medium …
(edit) @32691   14 years vboxsync Storage/VBoxHDD+iSCSI+DrvVD,Main/Medium: Make the IO and TCPNET …
(edit) @32536   14 years vboxsync Storage/VBoxHDD: replace custom open flags with regular IPRT file open …
(edit) @32531   14 years vboxsync Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Globa …
(edit) @32437   14 years vboxsync Main/Medium: fix medium type check
(edit) @32063   14 years vboxsync Main: comments
(edit) @31777   14 years vboxsync Main/Medium: Resize operation
(edit) @31746   14 years vboxsync Main: Added input validations missing in r64842.
(edit) @31712   14 years vboxsync Main/Medium: automatically repair base images with a non-zero parent UUID
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31571   14 years vboxsync Main: protect Medium::setIDs depending on medium state
(edit) @31570   14 years vboxsync Main: fix for missing UUIDs for dvd and floppy media
(edit) @31568   14 years vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31562   14 years vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31482   14 years vboxsync Main: less string copying with media paths
(edit) @31481   14 years vboxsync Main: use a shared type for string maps
(edit) @31480   14 years vboxsync Main: use Utf8Str for media properties (also fixes incorrect length …
(edit) @31479   14 years vboxsync Main: add registry machine methods
(edit) @31370   14 years vboxsync Main: cleanup machine renames, remove dead code
(edit) @31358   14 years vboxsync Main: convert more Medium and MediumFormat internals to Utf8Str
(edit) @31333   14 years vboxsync Main: rework new implementation of Machine::Unregister() and …
(edit) @31308   14 years vboxsync Main: storage controller/attachment cleanup
(edit) @31306   14 years vboxsync Main: optimization
(edit) @31300   14 years vboxsync Main: fix floppy/dvd breakage
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31258   14 years vboxsync Main/Medium+Storage/VBoxHDD: fix incorrect handling of diff media in …
(edit) @31239   14 years vboxsync Main: use VBox error codes in IMedium
(edit) @31236   14 years vboxsync Main: rename internal medium attach/detach methods
(edit) @31180   14 years vboxsync Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
(edit) @31164   14 years vboxsync Main/Medium: fix querying the AutoReset property, was broken since …
(edit) @31098   14 years vboxsync iSCSI: First part for async I/O. Move I/O into a separate thread and …
(edit) @31068   14 years vboxsync build fix
(edit) @31063   14 years vboxsync Main/Medium: Implement medium type Shareable, and along the way added …
(edit) @30929   14 years vboxsync Main: add option to UnregisterMachine() to automatically nuke all …
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30681   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 years vboxsync Main: back out r63429
(edit) @30670   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30380   14 years vboxsync Main: make calculateRelativePath methods a bit smarter and rename them …
(edit) @30377   14 years vboxsync Main: do not hold any other lock while calling …
(edit) @30314   14 years vboxsync Main: fixes to saveSettings and locking calls, part 2
(edit) @30309   14 years vboxsync Storage/iSCSI: switch to sending in a single call, avoiding separate …
(edit) @30292   14 years vboxsync Main/Medium: add a couple of forgotten AutoCaller objects to fix …
(edit) @30277   14 years vboxsync Main/Medium: fix broken error messages
(edit) @29940   15 years vboxsync Main/Medium: fix a couple of lock order violations around calling …
(edit) @29618   15 years vboxsync Main/Medium: BOOL->bool in many places, gets rid of a gcc warning
(edit) @29386   15 years vboxsync compact headers
(edit) @29336   15 years vboxsync Main: document fFailIfInaccessible
(edit) @29325   15 years vboxsync Main/Machine: fix regression due to negated bool parameter resulting …
(edit) @29311   15 years vboxsync Main/Medium: small assertion fix when creating diff images for …
(edit) @29224   15 years vboxsync Main: turn ISO not found error into warning to allow restoring VMs …
(edit) @29211   15 years vboxsync Main: be a little less verbose when reporting missing media files
(edit) @29210   15 years vboxsync Main: be a little less verbose when reporting missing media files
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