VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   3 months vboxsync Copyright year updates by scm.
(edit) @101472   14 months vboxsync FE/VBoxManage,FE/Qt,Main/{VirtualBox.xidl,Appliance}: Add the ability …
(edit) @101456   14 months vboxsync Main/Appliance: Allow exporting a VM which contains a medium inserted …
(edit) @101035   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @99604   19 months vboxsync bugref:10314. bugref:10278. Reverted VSD RAM unit to bytes and fixed …
(edit) @99523   20 months vboxsync bugref:10314. Reverted back r154561 partially. RAM unit is MB.
(edit) @98322   23 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98307   23 months vboxsync Runtime/RTS3: Retire unused implementation, can be resurrected if required
(edit) @98289   23 months vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98288   23 months vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98262   23 months vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95423   2 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91718   3 years vboxsync Main: bugref:1909: Added initial translation to Russian of API …
(edit) @86650   4 years vboxsync Fixed bad commit. Hope this help.
(edit) @86648   4 years vboxsync bugref:9781. Added the placeholder …
(edit) @85364   4 years vboxsync Main/Appliance: remove #include which currently causes some dependency …
(edit) @85281   4 years vboxsync Main/ApplianceImplImport.cpp: Fixed a VERR/HRESULT mixup, change all …
(edit) @84532   5 years vboxsync bugref:9745. Added basic support of virtio-scsi controller into OVF …
(edit) @83794   5 years vboxsync Main: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81682   5 years vboxsync Main/Console+ConsoleVRDPServer+ApplianceExport+Host+Machine+USBDeviceFi …
(edit) @81119   5 years vboxsync bugref:9527. Added global weak reference of VirtualBox into ExtPack.
(edit) @80603   5 years vboxsync OVF: fixed the bug with SCSI controller object.
(edit) @80210   5 years vboxsync OVF: The bug with an empty medium fixed.
(edit) @80012   5 years vboxsync OCI: tr() should only be applied to the format string.
(edit) @79597   5 years vboxsync bugref:9495. Changed OCICloudClient::exportLaunchVM -> …
(edit) @79168   5 years vboxsync fixed incorrect usage Utf8Str::assignEx.
(edit) @78923   6 years vboxsync bugref:9416. Changed the choosing OS type logic for OCI import. Added …
(edit) @78755   6 years vboxsync Main/Appliance: Introduced the concept of status code checking to the …
(edit) @78754   6 years vboxsync Main/Appliance: Some cleanups of i_writeImpl and i_writeOPCImpl. …
(edit) @78428   6 years vboxsync bugref:9416. The part of OCI import logic. New functions - …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76192   6 years vboxsync bugref:9242. "OCI" part was removed from VirtualSystemDescriptionType …
(edit) @75922   6 years vboxsync bugref:9306. small fix.
(edit) @75921   6 years vboxsync bugref:9306. Clean up and fixes around the processing of cloud profile …
(edit) @75766   6 years vboxsync bugref:9152. Replaced the word "oci" by "cloud" in the names in the …
(edit) @75434   6 years vboxsync OCI: Rename exportVM to exportLaunchVM and getExportParameters to …
(edit) @75312   6 years vboxsync OCI: We now pass subnet, not VCN. Uncovered by better error handling …
(edit) @75038   6 years vboxsync OCI: G/c VBOX_WITH_CLOUD_PROVIDERS_NO_COMMANDS ifdefs and related code.
(edit) @74886   6 years vboxsync Main/Appliance: mark the OCI specific code for moving to the extpack …
(edit) @74873   6 years vboxsync OCI: adjustment for progress
(edit) @74846   6 years vboxsync OCI: Add IVirtualBox parameter to ICloudClient::exportVM
(edit) @74601   6 years vboxsync OCI: don't lose the error code from ExportVM
(edit) @74554   6 years vboxsync OCI: Fix EOL accident.
(edit) @74186   6 years vboxsync bugref:9152. Added Progress for the second part of OCI export.
(edit) @74146   6 years vboxsync OCI: POC on setting Progress data from ExtPack. Shows fake data, but …
(edit) @74136   6 years vboxsync scm burn fix
(edit) @74123   6 years vboxsync OCI: debug print for incoming parameters
(edit) @74092   6 years vboxsync OCI: Fix for makefiles. Completely breaks execution with …
(edit) @74086   6 years vboxsync OCI: initial commit for CloudClient::exportVM function
(edit) @73975   6 years vboxsync bugref:9152. build fix.
(edit) @73974   6 years vboxsync bugref:9152. build fix.
(edit) @73973   6 years vboxsync bugref:9152. build fixes.
(edit) @73972   6 years vboxsync bugref:9152. build fixes.
(edit) @73971   6 years vboxsync bugref:9152. Moved OCI stuff from server to extpack.
(edit) @73932   6 years vboxsync Drop trailing whitespace.
(edit) @73929   6 years vboxsync OCI: commit OCI code as-is. Doesn't yet compile in extpack but should …
(edit) @73903   6 years vboxsync bugref:9152. Fixed try-catch logic.
(edit) @73901   6 years vboxsync ApplianceImplExport.cpp: Fixed scm; added three r=bird todos in …
(edit) @73897   6 years vboxsync bugref:9152. Build fixes.
(edit) @73896   6 years vboxsync bugref:9152. Build fixes.
(edit) @73894   6 years vboxsync bugref:9152. Build fixes.
(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) @73505   6 years vboxsync Main,Config.kmk: GCC 8.2.0 fixes
(edit) @73089   6 years vboxsync Main/Appliance: use the proper version info for the tar member group …
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @72476   6 years vboxsync Main/Appliance: Teach importing new tricks: importing to specific …
(edit) @67273   7 years vboxsync Main/Appliance: use the proper version info for the tar member group string
(edit) @67257   8 years vboxsync Main/ApplianceImplExport.cpp: Try get the names consistent when …
(edit) @67254   8 years vboxsync Main/ApplianceExport: Set special user and group names and IDs in the …
(edit) @67252   8 years vboxsync Main/Appliance::i_writeFSOPC: Clean up. Drop the try/catch based …
(edit) @67249   8 years vboxsync Main/Appliance++: Removed non-VBOX_WITH_NEW_TAR_CREATOR code.
(edit) @67244   8 years vboxsync Main,VD: Compressed the Medium::i_exportFile method …
(edit) @67231   8 years vboxsync Main/ApplianceExport/Medium: Added progress to i_addRawToFss.
(edit) @67225   8 years vboxsync Appliance::i_writeFSImpl: hManifest isn't used, drop it.
(edit) @67210   8 years vboxsync Main: Appliance: filename fixes
(edit) @67209   8 years vboxsync Main: Appliance: todo
(edit) @67208   8 years vboxsync Main,VBoxManage: More OPC hacking. Seems to be working now.
(edit) @67203   8 years vboxsync Main: ApplianceImplExport.cpp: More hacking on OPC exporting.
(edit) @67197   8 years vboxsync Main: ApplianceImplExport.cpp: Hacking OPC exporting.
(edit) @67193   8 years vboxsync Main: ApplianceImplExport.cpp: Hacking OPC exporting.
(edit) @67190   8 years vboxsync Main: ApplianceImplExport.cpp: Got VBOX_WITH_NEW_TAR_CREATOR mostly …
(edit) @67184   8 years vboxsync Main: Reworking IAppliance export to use new TAR creator. Changes …
(edit) @67142   8 years vboxsync ApplianceImpl*: Started implementing support for the new TAR creator …
(edit) @66126   8 years vboxsync Main/Machine+Snapshot+Appliance+StorageController: eliminate the …
(edit) @65807   8 years vboxsync bugref:8743. Workaround for correct OVF export VMs which share one or …
(edit) @65530   8 years vboxsync bugref:8743. Workaround - fixed logic for putting the virtual disks in …
(edit) @65120   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) @62485   8 years vboxsync (C) 2016
(edit) @62468   8 years vboxsync Main: scm
(edit) @59578   9 years vboxsync Main: Removed the VBOX_WITH_S3 code because we haven't maintained it …
(edit) @59577   9 years vboxsync Main: Removed the VBOX_WITH_S3 code because we haven't maintained it …
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