VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @30157   14 years vboxsync OVF: added OS types from CIM 2.25.0, including Windows 7 and Oracle; …
(edit) @29984   15 years vboxsync OVF: almost
(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) @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) @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) @27900   15 years vboxsync Main/OVF: move another method
(edit) @27895   15 years vboxsync Main/OVF: cleanup: share thread code, fix error code confusion, less …
(edit) @27886   15 years vboxsync Main/OVF: document import code
(edit) @27882   15 years vboxsync Main/OVF: sort import code into separate file as well
(edit) @27829   15 years vboxsync Main/OVF: sort code into several files + document export code
(edit) @27796   15 years vboxsync Main: attempt at USB locking fixes
(edit) @27792   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27779   15 years vboxsync Main: fix locking in Appliance import/export
(edit) @27730   15 years vboxsync Backed out 59261 & 59266
(edit) @27677   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(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) @26511   15 years vboxsync Main: tabs -> spaces.
(edit) @25927   15 years vboxsync OVF: rework of r56747
(edit) @25919   15 years vboxsync Main/ApplianceImpl: fixed incorrect throw
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25789   15 years vboxsync Main: build fix
(edit) @25786   15 years vboxsync Main: fix broken rollback in OVF error handling code (any error in …
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25279   15 years vboxsync Main: preparation for deadlock detection: clean up autolock classes
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @25146   15 years vboxsync OVF: fix export of renamed storage controllers (public #5643)
(edit) @25142   15 years vboxsync VBoxManage: fix missing --memory option which was never parsed for …
(edit) @24990   15 years vboxsync Main/OVF: fix an enormously inefficient typo
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24872   15 years vboxsync OVF: fix export of memory
(edit) @24810   15 years vboxsync OVF: fix broken floppy and cd-rom import
(edit) @24526   15 years vboxsync OVF: fix import and export of floppy and DVD attachments broken by …
(edit) @24525   15 years vboxsync ApplianceImpl: Fixed to build on Windows.
(edit) @24522   15 years vboxsync Main/OVF: fix import of floppies, add stub code for proper future …
(edit) @24511   15 years vboxsync Main/MediumAttchment: back out API change which changed the return …
(edit) @24494   15 years vboxsync Main/Appliance: fix SCSI controller import (use long name now), and …
(edit) @24258   15 years vboxsync Main: new method Medium::RefreshState() which refreshes medium state; …
(edit) @24048   15 years vboxsync ApplianceImpl: Also spell out SCSI Controller.
(edit) @24046   15 years vboxsync ApplianceImpl: Create IDE controller during import instead of assuming …
(edit) @23880   15 years vboxsync Main/MediumAttachment: change return value of Controller getter to …
(edit) @23733   15 years vboxsync Dropped obsolet HWVirtEx properties.
(edit) @23502   15 years vboxsync IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
(edit) @23249   15 years vboxsync medium: rename default IDE/FD storage controller names to IDE …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22487   15 years vboxsync Main: Fixed a handful status code mixups caught by RTERR_STRICT_RC.
(edit) @22317   15 years vboxsync some Windows warnings in Main
(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) @21759   15 years vboxsync OVF-S3: Some hint on the host clock when the Access Denied error happens.
(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) @21446   15 years vboxsync API/Machine+SystemProperties: get rid of the tri-state bool …
(edit) @21439   15 years vboxsync OVF: fix #4100: accept ovf:/disk/ specifiers with a single slash in …
(edit) @21438   15 years vboxsync OVF: enable OVF remote export again
(edit) @21404   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(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) @21068   15 years vboxsync OVF: fix warnings and a wrong parameter possibly leading to bad config
(edit) @20930   15 years vboxsync OVF: fix exporting of more than one disk
(edit) @20842   15 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20576   15 years vboxsync OVF: fix wrong OVF 1.0 namespace, more OVF 1.0 fixes for problems …
(edit) @20514   15 years vboxsync OVF export: better handle the case when there is no USB controller …
(edit) @20337   15 years vboxsync OVF: disabled internet based OVF export again
(edit) @20263   16 years vboxsync OVF: one more check
(edit) @20261   16 years vboxsync OVF: fix win burns
(edit) @20259   16 years vboxsync OVF: import/export CPU count
(edit) @20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
(edit) @20219   16 years vboxsync Partially enabled guest SMP for OVF import.
(edit) @20212   16 years vboxsync Main: changed the parameter of IProgress::GetResultCode() from …
(edit) @20211   16 years vboxsync OVF: better handling of missing SATA/SCSI device emulation in OSE
(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) @19681   16 years vboxsync OVF: always use the server variant of the E1000 when we detect a …
(edit) @19519   16 years vboxsync Main: decouple xml classes from COM dependencies
(edit) @19310   16 years vboxsync Main: adpated to paramter type change of COMGETTER(ResultCode)
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19165   16 years vboxsync Main-OVF: always use the VBox default network adapter if the OVF is …
(edit) @18838   16 years vboxsync Main/Appliance: windows build fix
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