VirtualBox

source: vbox/trunk/src/VBox/Main/include/MediumImpl.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52096   10 years vboxsync Main/Medium+AutoCaller+others: missing file in previous change
(edit) @51888   10 years vboxsync Main: Add possibility to add medium properties for filters in a way …
(edit) @49866   11 years vboxsync Main/Medium: fix regression in the wrapper conversion which caused …
(edit) @49797   11 years vboxsync Main: build fixes.
(edit) @49795   11 years vboxsync 6813 - stage 3 rev 1
(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) @44528   12 years vboxsync header (C) fixes
(edit) @44395   12 years vboxsync Main/SnapshotImpl: Select merge direction based on the image size
(edit) @44365   12 years vboxsync Main: change API. Interface IMedium was touched. Handling enumeration …
(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) @42125   12 years vboxsync optional encrypted store of the iSCSI initiator secret
(edit) @41231   13 years vboxsync Main/VirtualBox: very tricky fix for renaming linked clones (media …
(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) @40257   13 years vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @38499   13 years vboxsync Main/Machine+Medium: fix medium registry association when attaching a …
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38420   13 years vboxsync Main-Clone: use new Medium::cloneToEx method
(edit) @38308   13 years vboxsync Main/Medium: public cloneToEx API for internal use which makes it …
(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) @37525   13 years vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(edit) @35982   14 years vboxsync Main: further fix broken snapshots when disk images are shared between …
(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) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35252   14 years vboxsync Main: fix windows burns
(edit) @35009   14 years vboxsync Main: delete media files on machine deletion only if the medium …
(edit) @33921   14 years vboxsync Main: rework 'save registries' logic to ensure that all media …
(edit) @33908   14 years vboxsync Main: sort Medium methods to have the same order in .h und .cpp
(edit) @33567   14 years vboxsync VD: Move the generic virtual disk framework + backends to …
(edit) @33524   14 years vboxsync Storage: Implement offical support for other disk types like DVD and …
(edit) @33339   14 years vboxsync Main/Medium: more parameter clarifications
(edit) @33334   14 years vboxsync Main/MediumImpl: clarify what medium format is used for src/dst for …
(edit) @33232   14 years vboxsync Main: use paths relative to machine folder in machine registries
(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) @33078   14 years vboxsync Main: change per-machine media registries so that removeable media …
(edit) @32695   14 years vboxsync Main/Medium: new method exportFile which allows to export a medium …
(edit) @31777   14 years vboxsync Main/Medium: Resize operation
(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) @31568   14 years vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31482   14 years vboxsync Main: less string copying with media paths
(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) @31306   14 years vboxsync Main: optimization
(edit) @31300   14 years vboxsync Main: fix floppy/dvd breakage
(edit) @31236   14 years vboxsync Main: rename internal medium attach/detach methods
(edit) @31098   14 years vboxsync iSCSI: First part for async I/O. Move I/O into a separate thread and …
(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) @29325   15 years vboxsync Main/Machine: fix regression due to negated bool parameter resulting …
(edit) @29224   15 years vboxsync Main: turn ISO not found error into warning to allow restoring VMs …
(edit) @29028   15 years vboxsync Main/Medium: New API method for directly querying the MediumFormat …
(edit) @28872   15 years vboxsync Main/Medium: new helper method for fixing up parent UUIDs of children …
(edit) @28835   15 years vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28587   15 years vboxsync Main/Medium: fix parameter passing for mergeTo(), eliminating …
(edit) @28585   15 years vboxsync Main/Console+Machine+Snapshot+Medium: Start with online snapshot …
(edit) @28401   15 years vboxsync Main/Machine+Snapshot+Medium: Big medium locking cleanup and …
(edit) @27831   15 years vboxsync Main/Medium: auto_ptr is evil, removed its use with the task objects
(edit) @27803   15 years vboxsync Main/Medium: big medium task cleanup, safe use of auto_ptr<Medium::Task>.
(edit) @27232   15 years vboxsync Storage/VBoxHDD+DrvVD: implement framework for providing thread …
(edit) @26984   15 years vboxsync Main/MediumImpl,VirtualBoxBase: eliminate AutoMayUninitSpan, as it …
(edit) @26044   15 years vboxsync Main: move Host::Get{DVD|Floppy}Drives implementation into …
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25888   15 years vboxsync Main: split up huge Medium task thread function, part 4 (done)
(edit) @25887   15 years vboxsync Main: split up huge Medium task thread function, part 3
(edit) @25886   15 years vboxsync Main: split up huge Medium task thread function, part 2
(edit) @25882   15 years vboxsync Main: split up huge Medium task thread function, part 1
(edit) @25256   15 years vboxsync Main: MediumImpl must support IDispatch
(edit) @25200   15 years vboxsync Main: make MediumAttachment instance data private
(edit) @25152   15 years vboxsync Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
(edit) @25151   15 years vboxsync Main: cleanup: std::list< ComOBjPtr<Medium> > typedefs
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24563   15 years vboxsync Main/MediumImpl: dead code
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24273   15 years vboxsync Main: change Medium member variables from Bstr to Utf8 for better …
(edit) @24258   15 years vboxsync Main: new method Medium::RefreshState() which refreshes medium state; …
(edit) @24210   15 years vboxsync Main/Medium: substantial fixing of Medium::queryInfo(), and eliminate …
(edit) @23947   15 years vboxsync API/Medium: stub for resizing method
(edit) @23823   15 years vboxsync API/Medium: new attribute to get the kind of medium (dvd/floppy/hard …
(edit) @23591   15 years vboxsync Main/MediumImpl: fix closing of DVD/floppy media.
(edit) @23257   15 years vboxsync Main: IHost header cleanup, remove cruft elsewhere
(edit) @23235   15 years vboxsync API: fix opening new dvd/floppy images, introduce fallback format
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22183   15 years vboxsync Main: fix more windows warnings + burns
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21823   15 years vboxsync Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
(edit) @21686   15 years vboxsync Main: back out r50147 until the locking is properly understood; will …
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