VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85363   4 years vboxsync Main/Appliance: correct border case handling when converting VBox OS …
(edit) @85282   4 years vboxsync Main/ApplianceImpl.cpp: Signed/unsigned conversion issues in …
(edit) @84532   5 years vboxsync bugref:9745. Added basic support of virtio-scsi controller into OVF …
(edit) @84153   5 years vboxsync Main: Reverted r137602 & r137737 as the API is not actually needed. …
(edit) @84141   5 years vboxsync Main/Appliance: There should be no need to store two copies of the …
(edit) @84031   5 years vboxsync bugre:9699. Added the function getManifest() into the IAppliance …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82393   5 years vboxsync Main: add new Windows Server 2019 guest type, and some long forgotten …
(edit) @81422   5 years vboxsync OCI: (bugref:9469) cloud network integration concept (disabled in …
(edit) @78923   6 years vboxsync bugref:9416. Changed the choosing OS type logic for OCI import. Added …
(edit) @78749   6 years vboxsync Main/Appliance::i_importImpl: Ditto (bugref:9416). Untested.
(edit) @78428   6 years vboxsync bugref:9416. The part of OCI import logic. New functions - …
(edit) @78256   6 years vboxsync bugref:9416. removed unused variable.
(edit) @78255   6 years vboxsync bugref:9416. Added new API function …
(edit) @78101   6 years vboxsync Main: Appliance::i_searchUniqueImageFilePath: Untested attempt to …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75920   6 years vboxsync bugref:9311. Added support of cloud export into VBoxManage.
(edit) @75766   6 years vboxsync bugref:9152. Replaced the word "oci" by "cloud" in the names in the …
(edit) @74217   6 years vboxsync bugref:9152. Progress implementation. Rearranging the code.
(edit) @74186   6 years vboxsync bugref:9152. Added Progress for the second part of OCI export.
(edit) @73893   6 years vboxsync bugref:9152. Build fixes.
(edit) @73892   6 years vboxsync bugref:9152. divided the OCI/OPC/OVF tasks into the separate threads.
(edit) @73743   6 years vboxsync Main/Progress+Appliance+Machine: Turn …
(edit) @73132   6 years vboxsync Main/Appliance: fix a regression caused by introducing the custom VM …
(edit) @72973   6 years vboxsync Main: Some early sketches on how to get proper C++ enums with xpidl.
(edit) @72902   6 years vboxsync Appliance::i_URIFromTypeOfVirtualDiskFormat: is unused
(edit) @72901   6 years vboxsync ApplianceImpl.cpp: Removed empty doxygen return and param tags.
(edit) @72900   6 years vboxsync ApplianceImpl.cpp: Replaced the supportedStandardsURI std::map by a …
(edit) @72899   6 years vboxsync ApplianceImpl.cpp: Lose the silly applianceIONameMap and associated …
(edit) @72898   6 years vboxsync ApplianceImpl.cpp: Removed empty doxygen return and param tags.
(edit) @72508   6 years vboxsync Main/Appliance: use space instead of underscore as separator when …
(edit) @72476   6 years vboxsync Main/Appliance: Teach importing new tricks: importing to specific …
(edit) @70217   7 years vboxsync VBox/ostypes.h,Main: Forced an NT 3.x type into the enum. NT 3.x …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @68314   7 years vboxsync added OS types for macOS 10.12 and 10.13
(edit) @68016   7 years vboxsync VirtualBox::createAppliance: Added two missing return code …
(edit) @67184   8 years vboxsync Main: Reworking IAppliance export to use new TAR creator. Changes …
(edit) @65186   8 years vboxsync Main: scm
(edit) @65103   8 years vboxsync Main: doxygen fixes
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63184   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63170   8 years vboxsync Main: warning about switches
(edit) @61003   9 years vboxsync Main/Appliance: get rid of "Controller" in storage controller names …
(edit) @60334   9 years vboxsync CertificateImpl,ApplianceImpl: Drop the unwanted presence attribute …
(edit) @60332   9 years vboxsync ApplianceImpl: The what's needed to determine the trusted state of the …
(edit) @60220   9 years vboxsync bugref:8249. Added an attribute certificate into IAppliance interface. …
(edit) @59683   9 years vboxsync ApplianceImpl: Only warn if we cannot root a certificate (compare …
(edit) @59679   9 years vboxsync ApplianceImpl: Signature and certificate validation updates.
(edit) @59621   9 years vboxsync ApplianceImplImport.cpp,++: Pushed the IPRT VFS stuff futher down, …
(edit) @59590   9 years vboxsync Appliance::i_taskThreadImportOrExport: wrong status codes for …
(edit) @59577   9 years vboxsync Main: Removed the VBOX_WITH_S3 code because we haven't maintained it …
(edit) @59268   9 years vboxsync gcc warning
(edit) @58005   9 years vboxsync pr7179. Part related to Appliance class and TaskOVF tasks like import, …
(edit) @58002   9 years vboxsync Revert 103021 because it's needed to split one commit up on to 3 …
(edit) @57996   9 years vboxsync pr7179. First part. The tasks VMPowerDownTask, VMPowerUpTask, TaskOVF …
(edit) @57437   9 years vboxsync DECLCALLBACK
(edit) @56864   9 years vboxsync added two more OSX guest types
(edit) @55505   10 years vboxsync Main: Add method to return list of medium identifiers assoicated with …
(edit) @55182   10 years vboxsync Main,FE/VBoxManage: Support exporting machines as appliances which …
(edit) @54979   10 years vboxsync OVF: pr7721. Import images in other formats. Added option …
(edit) @50899   11 years vboxsync remove changes that break up log and error strings, introduced in 92972
(edit) @50874   11 years vboxsync 6813 src-all/ProgressImp.cpp + some formatting/line length sorting
(edit) @50444   11 years vboxsync pr7197. Deleting unneeded CDROMs from export configuration was …
(edit) @50355   11 years vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @50197   11 years vboxsync Appliance::TaskOVF::startThread: Corrected the return type and …
(edit) @50196   11 years vboxsync Main: s/Vbox/VBox/g s/VB/VBox/g
(edit) @49951   11 years vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @49760   11 years vboxsync 6813 stage 2 rev 4
(edit) @49742   11 years vboxsync 6813 stage 2 - Use the server side API wrapper code..
(edit) @49620   11 years vboxsync pr7072. Search an appropriate medium format using, firstly, URL given …
(edit) @49408   11 years vboxsync Main: spaces
(edit) @49103   11 years vboxsync pr6927. ISO images are skipped by default during export. The command …
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @48685   11 years vboxsync More mac OS X guest types so we can add version specific hacks more easily.
(edit) @48538   11 years vboxsync Main/NetworkAdapter+Machine+Appliance+SystemProperties+Medium+Console+S …
(edit) @47716   11 years vboxsync pr6022. 3rd variant (using VFS streaming feature) of GZIP support for …
(edit) @46822   11 years vboxsync corrected a progress information when there are CD/DVD images
(edit) @46581   11 years vboxsync pr6022. the attribute xmlns is used in the element <Envelope> to get …
(edit) @46518   11 years vboxsync Export/import OVA/OVF package supports ISO images. The problem with …
(edit) @46341   12 years vboxsync Main: 64-bit unknown OS types.
(edit) @45625   12 years vboxsync convertVBoxOSType2CIMOSType: return Other_64 if fLongMode is set.
(edit) @45622   12 years vboxsync Main: Introducing CPUPropertyType_LongMode + legacy band aid.
(edit) @45602   12 years vboxsync ApplianceImplExport.cpp: VBox is never ever written Vbox.
(edit) @45367   12 years vboxsync Main: a couple of whitespace fixes
(edit) @45354   12 years vboxsync Main: OVF 2.0 support. Part 2 - OVA package with SHA256 support has …
(edit) @42261   12 years vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @41232   13 years vboxsync various fixes for openMedium->findMedium change 6130 inc return statuses
(edit) @41120   13 years vboxsync Replace calls of findMedium with openMedium, remove findMedium …
(edit) @41106   13 years vboxsync backed out r77705 as it broke the builds (webservices)
(edit) @41105   13 years vboxsync use openMedium instead of findMedium
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @37200   14 years vboxsync API+Frontends: Generic network attachment driver support which …
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/ApplianceImpl.cpp
(edit) @35284   14 years vboxsync introduced VBOX_WITH_S3
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