VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @84212   5 years vboxsync VBoxManage/signova: Added a --digest-type=type option to control the …
(edit) @84208   5 years vboxsync VBoxManage/signova: Use new tar update functionality to complete the …
(edit) @84167   5 years vboxsync VBoxManage,manual: Use the new RTCrX509Certificate_WriteToVfsFile …
(edit) @84164   5 years vboxsync VBoxManage,manual: Use the new RTCrX509Certificate_WriteToVfsFile …
(edit) @84151   5 years vboxsync VBoxManage,manual: Reworking the signova code. Incomplete. bugref:9699
(edit) @84145   5 years vboxsync VBoxManage,manual: Adjusting the signova parameter parsing. bugref:9699
(edit) @84047   5 years vboxsync bugref:9699. Added the OVA package existence check.
(edit) @84038   5 years vboxsync scm fix.
(edit) @84036   5 years vboxsync scm fix.
(edit) @84033   5 years vboxsync bugref:9699. small fix.
(edit) @84032   5 years vboxsync bugre:9699. Added the command "signova" into VBoxManage.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82369   5 years vboxsync Removed the unwanted argument in the calls AddDescription().
(edit) @82366   5 years vboxsync bugref:9619. Added firmware support into VSD. OCI import supports BIOS …
(edit) @81517   5 years vboxsync Improved the action (local or cloud) check for export operation.
(edit) @81515   5 years vboxsync bugref:9395. Improved the action (local or cloud) check.
(edit) @81400   5 years vboxsync :fix warning because our cc1plus says 'all warnings being treated as …
(edit) @81191   5 years vboxsync OCI: OCILaunchForm - allow selection of VCN and Subnet compartments. …
(edit) @81086   5 years vboxsync bugref:9555. Fixed error: enumeration value …
(edit) @81085   5 years vboxsync bugref:9555. Fixed error: enumeration value …
(edit) @80738   5 years vboxsync bugref:9311. Workaround the issue with the duplicated entry with type …
(edit) @80707   5 years vboxsync OCI: Add --cloudlaunchmode and --cloudprivateip options to export --cloud
(edit) @80676   5 years vboxsync OCI: Rename overly generic *and* restrictive CloudParavirtualized to …
(edit) @80599   5 years vboxsync bugref:9549. Fixed CLI command 'VBoxManage export' for the Cloud …
(edit) @80426   5 years vboxsync OCI: add CloudPrivateIP and CloudParavirtualized to VSD type enum.
(edit) @79646   5 years vboxsync Handle new VSD types in switch with no default
(edit) @78858   6 years vboxsync bugref:9416. Fixed the missed call of interpret() in the local OVF …
(edit) @78842   6 years vboxsync bugref:9436. small copy-paste fixes.
(edit) @78841   6 years vboxsync bugref:9436. Added progress for getInstanceInfo. Now getInstanceInfo …
(edit) @78735   6 years vboxsync bugref:9436. small fixes.
(edit) @78430   6 years vboxsync bugref:9416. scm fixes.
(edit) @78428   6 years vboxsync bugref:9416. The part of OCI import logic. New functions - …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76433   6 years vboxsync VBoxManage: getopt includes errcore.h now, mostly no need for err.h …
(edit) @76366   6 years vboxsync include/VBox/com/Guid.h: Don't include iprt/err.h for no good reason. …
(edit) @76192   6 years vboxsync bugref:9242. "OCI" part was removed from VirtualSystemDescriptionType …
(edit) @75920   6 years vboxsync bugref:9311. Added support of cloud export into VBoxManage.
(edit) @74778   6 years vboxsync OCI: Add VirtualSystemDescriptionType constants CloudOCIKeepObject and …
(edit) @73929   6 years vboxsync OCI: commit OCI code as-is. Doesn't yet compile in extpack but should …
(edit) @73217   6 years vboxsync bugref:9152. little bit tuned function handleImportAppliance.
(edit) @72976   6 years vboxsync VBoxManage: XPCOM/C++ enum exorcism. Found a enum type mismatch in …
(edit) @72823   6 years vboxsync VBoxManage: test for empty() instead of size() == 0
(edit) @72476   7 years vboxsync Main/Appliance: Teach importing new tricks: importing to specific …
(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) @67208   8 years vboxsync Main,VBoxManage: More OPC hacking. Seems to be working now.
(edit) @67194   8 years vboxsync VBoxManage export: Hacking OPC export.
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63300   8 years vboxsync VBoxManage: warnings
(edit) @62493   8 years vboxsync (C) 2016
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56118   10 years vboxsync VBoxManage: A quick command handler return-code cleanup that turned …
(edit) @55268   10 years vboxsync VBoxManage: minor memory leak on error path
(edit) @55182   10 years vboxsync Main,FE/VBoxManage: Support exporting machines as appliances which …
(edit) @54991   10 years vboxsync VBoxManageAppliance: don't shadow variable names; coding style
(edit) @54985   10 years vboxsync fixed several lines according to coding style
(edit) @54983   10 years vboxsync fixed small typo. next iteration.
(edit) @54982   10 years vboxsync fixed small typo.
(edit) @54979   10 years vboxsync OVF: pr7721. Import images in other formats. Added option …
(edit) @50447   11 years vboxsync Main/Appliance: new options for suppressing MAC addresses on export …
(edit) @50323   11 years vboxsync Vbox => VBox
(edit) @49103   11 years vboxsync pr6927. ISO images are skipped by default during export. The command …
(edit) @49038   11 years vboxsync Main/Appliance: change API of IAppliance::write, allowing easy …
(edit) @46658   12 years vboxsync include VBox/com/EventQueue only if necessary
(edit) @46290   12 years vboxsync Main/ApplianceImplExport.cpp: rearrange handling of appliance …
(edit) @45068   12 years vboxsync Main/Machine: rename two methods for better compatibility with …
(edit) @44868   12 years vboxsync VBoxManage: don't read beyond the eulafile
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @40329   13 years vboxsync Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
(edit) @38525   13 years vboxsync FE/CLI: use CHECK_PROGRESS_ERROR
(edit) @37862   13 years vboxsync Main-OVF;FE/*: allow to specify if MAC addresses should be …
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33417   14 years vboxsync FE;Main;OVF: On export name the disks like the ovf + disk + number.
(edit) @33406   14 years vboxsync VBoxManage: update help text
(edit) @33372   14 years vboxsync VBoxManage: typo
(edit) @33363   14 years vboxsync VBoxManage: document the disabled code
(edit) @33361   14 years vboxsync VBoxManage: replace --controller by --disk to allow to rewrite the …
(edit) @33357   14 years vboxsync VBoxManage: add missing --controller option
(copy) @33356   14 years vboxsync VBoxManage: its import and export
copied from trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp
(edit) @33294   14 years vboxsync Main: API change, merge IVirtualBox::getMachine() with findMachine()
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