VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @34101   14 years vboxsync Main-OVF: address r67784
(edit) @33651   14 years vboxsync Main-OVF: rename
(edit) @33417   14 years vboxsync FE;Main;OVF: On export name the disks like the ovf + disk + number.
(edit) @33368   14 years vboxsync Main-OVF: back to const ref
(edit) @33353   14 years vboxsync Main-OVF: import into existing disks: test
(edit) @33289   14 years vboxsync Runtime;Main-OVF-Import: added online creation of SHA1 sums; …
(edit) @33238   14 years vboxsync Main: new VirtualBox::ComposeMachineFilename() API; remove the …
(edit) @33060   14 years vboxsync Main;OVF/OVA: online calculation of the SHA1 sum; directly stream into …
(edit) @32965   14 years vboxsync Main-OVF: fix check of the manifest file existence on import
(edit) @32837   14 years vboxsync Main: separate ovf creation and disk exporting
(edit) @32448   14 years vboxsync Main-OVF: make manifest file creation optional
(edit) @31676   14 years vboxsync Main/FE/Qt4: add initial OVA support
(edit) @30881   14 years vboxsync Main/OVF: add Appliance::machines[] attribute so that caller can …
(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) @30716   14 years vboxsync release build fixes
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @29925   15 years vboxsync OVF: respect override of import parameters (setFinalValues) also when …
(edit) @29875   15 years vboxsync OVF: have the progress bar notify the user when we're dealing with …
(edit) @29873   15 years vboxsync OVF: fix incorrect disk UUIDs in machine XML on export
(edit) @29422   15 years vboxsync Main/OVF: fix IDE channel confusion introduced with earlier OVF …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28596   15 years vboxsync Main/OVF: fix IDE controller export broken by r60336
(edit) @28165   15 years vboxsync Main/OVF: import vbox:machine with disks, the rest. Todo some bugfixing.
(edit) @28162   15 years vboxsync Main/OVF: isolate disk import code from other import code; clean up …
(edit) @28110   15 years vboxsync Main: more Machine::init() work to get OVF vbox:Machine import …
(edit) @28098   15 years vboxsync Main: don't export snapshots in OVF, separate OVF import from …
(edit) @27918   15 years vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27908   15 years vboxsync Main/OVF: add c++ ovf namespace
(edit) @27895   15 years vboxsync Main/OVF: cleanup: share thread code, fix error code confusion, less …
(edit) @27882   15 years vboxsync Main/OVF: sort import code into separate file as well
(edit) @27835   15 years vboxsync Main/OVF: dump vbox machine XML into OVF's VirtualSystem element on …
(edit) @27779   15 years vboxsync Main: fix locking in Appliance import/export
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26044   15 years vboxsync Main: move Host::Get{DVD|Floppy}Drives implementation into …
(edit) @24526   15 years vboxsync OVF: fix import and export of floppy and DVD attachments broken by …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21827   15 years vboxsync Main: base appliance interfaces on VirtualBoxBase, not …
(edit) @21823   15 years vboxsync Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
(edit) @21790   15 years vboxsync Main API: fixed few missed IDispatch interface map entries
(edit) @21758   15 years vboxsync OVF: added manifest file creation/verification
(edit) @21686   15 years vboxsync Main: back out r50147 until the locking is properly understood; will …
(edit) @21622   15 years vboxsync Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto …
(edit) @21612   15 years vboxsync OVF: Added remote OVF downloading.
(edit) @21588   15 years vboxsync Main: move vbox-independent OVF reader code to separate file; move …
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @20082   16 years vboxsync Main: not needed anymore
(edit) @20081   16 years vboxsync Main: initial code for upload to cloud (second try)
(edit) @20045   16 years vboxsync Main-S3: backed out r47779 because of Win (mkdtemp)
(edit) @20044   16 years vboxsync Main-S3: initial code for the export of OVF's to an S3 server
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @18623   16 years vboxsync OVF: add support for writing OVF 0.9 instead of 1.0 and make it the …
(edit) @18304   16 years vboxsync OVF: common implementation for asynchronous disk progress; more …
(edit) @18269   16 years vboxsync Main: rework IProgress internals to optionally handle weighted …
(edit) @18214   16 years vboxsync OVF: added AddDescription; return the created VirtualSystemDescription …
(edit) @18201   16 years vboxsync OVF: header file changes missing
(edit) @18024   16 years vboxsync OVF: add GetDescriptionByType COM call
(edit) @17827   16 years vboxsync OVF: move warnings from IVirtualSystem to IAppliance; fix error …
(edit) @17688   16 years vboxsync Main API: cosmetics only; no code changes.
(edit) @17646   16 years vboxsync OVF: add actual image export
(edit) @17634   16 years vboxsync OVF: add export support for remaining description entry items (actual …
(edit) @17573   16 years vboxsync xml: separate element, attribute and content nodes
(edit) @17343   16 years vboxsync OVF: preparations for export thread
(edit) @17291   16 years vboxsync OVF: rename config array items to have them make sense on export as well.
(edit) @17287   16 years vboxsync OVF: more export implementation.
(edit) @17099   16 years vboxsync OVF: appliance export, initial code.
(edit) @17033   16 years vboxsync OVF: prototypes for export.
(edit) @16932   16 years vboxsync OVF: try to fix windows burn
(edit) @16931   16 years vboxsync OVF: make error handling work in IAppliance::importMachines().
(edit) @16668   16 years vboxsync OVF: create new IAppliance::read() method instead of reading in …
(edit) @16662   16 years vboxsync OVF: create new IAppliance::read() method instead of reading in …
(edit) @16601   16 years vboxsync OVF: change IVirtualSystemDescription::setFinalValues method; remove …
(edit) @16600   16 years vboxsync OVF: added count attribute to receive the current number of entries
(edit) @16568   16 years vboxsync OVF: add warnings support; RAM is MB now
(edit) @16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16558   16 years vboxsync Main: back out r42503
(edit) @16557   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16517   16 years vboxsync OVF: add IVirtualSystemDescription::disableItem(), fix disk import
(edit) @16515   16 years vboxsync OVF: bring back string references; look up controllers by array item …
(edit) @16503   16 years vboxsync OVF: last local changes; make import multi threaded; return IProgress …
(edit) @16495   16 years vboxsync OVF: VBoxManage import implementation (to be continued), back-end …
(edit) @16325   16 years vboxsync OVF: make com::xml and IAppliance use Utf8Str instead of std::string
(edit) @16309   16 years vboxsync OVF: avoid excessive string/list copying
(edit) @16298   16 years vboxsync OVF: copy disk image & attach it to the IDE controller for now
(edit) @16248   16 years vboxsync OVF: turn IAppliance::getDisks into real attribute, code cleanup, …
(edit) @16237   16 years vboxsync OVF: add separate IAppliance::interpret() method, API docs
(edit) @16218   16 years vboxsync OVF: Added VirtualBox object member, make the vm name unique & use …
(add) @16205   16 years vboxsync appliance to OSE
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