VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49951   11 years vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @49795   11 years vboxsync 6813 - stage 3 rev 1
(edit) @49753   11 years vboxsync small fix
(edit) @49751   11 years vboxsync small fix
(edit) @49749   11 years vboxsync pr7074. OVF import: Restoring original UUIDs of imported images in VM …
(edit) @49742   11 years vboxsync 6813 stage 2 - Use the server side API wrapper code..
(edit) @49716   11 years vboxsync pr7091. Fixed: OVF import of VM with type "LsiLogicSas" of SCSI controller
(edit) @49620   11 years vboxsync pr7072. Search an appropriate medium format using, firstly, URL given …
(edit) @49594   11 years vboxsync pr7072. fix in using com::ErrorInfo.
(edit) @49586   11 years vboxsync newer gcc versions require a space between literal and identifier
(edit) @49585   11 years vboxsync pr7072. noninformative error messages from the function …
(edit) @49489   11 years vboxsync Main/src-server: Warning.
(edit) @49447   11 years vboxsync pr7072. Changing the old logic for finding an appropriate image format …
(edit) @49446   11 years vboxsync pr7074. import logic for work with multiple VMs in OVF appliance was …
(edit) @49416   11 years vboxsync pr7074. import logic for work with multiple VMs in OVF appliance was fixed.
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49038   11 years vboxsync Main/Appliance: change API of IAppliance::write, allowing easy …
(edit) @48955   11 years vboxsync Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.
(edit) @48538   11 years vboxsync Main/NetworkAdapter+Machine+Appliance+SystemProperties+Medium+Console+S …
(edit) @48117   11 years vboxsync pr6022. Clean up the code.
(edit) @47970   11 years vboxsync Main/Appliance: fix USB controller handling in the import code path …
(edit) @47964   11 years vboxsync Main/src-server: Unused variables and parameters warnings.
(edit) @47963   11 years vboxsync pr6022. Additional checks during OVA/OVF import. Deleting temporary …
(edit) @47716   11 years vboxsync pr6022. 3rd variant (using VFS streaming feature) of GZIP support for …
(edit) @47516   11 years vboxsync Backed out r87679: Still working on the wrong solution... Sigh.
(edit) @47500   11 years vboxsync pr6022. Second variant of support GZIP files for OVA appliance.
(edit) @47401   11 years vboxsync Main,Frontends: Second step of USB controller rework. There is one …
(edit) @47340   11 years vboxsync pr6022. OVA appliance don't fail when a certificate file exists. GZIP …
(edit) @46980   12 years vboxsync Deprecated the old manifest API. r=bird: IPRT does NOT use ugly C++ …
(edit) @46972   12 years vboxsync pr6022. Relative paths in the OVA package are processed from now.
(edit) @46971   12 years vboxsync pr6022. Support handling directories in the TAR has been added. Added …
(edit) @46754   12 years vboxsync small typo was fixed.
(edit) @46749   12 years vboxsync #6835. VBoxSVC fails during export OVF package without manifest file …
(edit) @46615   12 years vboxsync pr5429. Improvement the logic related to the OVA import.
(edit) @46581   12 years vboxsync pr6022. the attribute xmlns is used in the element <Envelope> to get …
(edit) @46518   12 years vboxsync Export/import OVA/OVF package supports ISO images. The problem with …
(edit) @46176   12 years vboxsync Main/Appliance: Don't crash during import if the client forgot to call …
(edit) @46169   12 years vboxsync Changes in parsing, extracting and processing an OVF version in/from a …
(edit) @46067   12 years vboxsync issue 5429. Support CD/DVD images attached to IDE/SATA during OVF …
(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) @45232   12 years vboxsync build fix
(edit) @45230   12 years vboxsync Main: OVF 2.0 support. A few corrections. Added …
(edit) @45227   12 years vboxsync Main: OVF 2.0 support. Part 1 - SHA256 digest is supported.
(edit) @45068   12 years vboxsync Main/Machine: rename two methods for better compatibility with …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44503   12 years vboxsync Main: change API. Interface IMediumFormat was touched. Attribute …
(edit) @44365   12 years vboxsync Main: change API. Interface IMedium was touched. Handling enumeration …
(edit) @44039   12 years vboxsync Main: renavation com::Guid class. PR5744
(edit) @43041   12 years vboxsync Main/VirtualBox: final API change, cleans up optional parameters to …
(edit) @42708   12 years vboxsync Runtime: add an fMode parameter to RTDirCreateTemp() and adjust callers.
(edit) @42131   12 years vboxsync Main: fix COM/XPCOM incompatibility issues and add safearray setter …
(edit) @42129   12 years vboxsync Main/VirtualBox+Machine: add support for VM groups (incomplete, saving …
(edit) @42038   13 years vboxsync Main/ApplianceImport: Don't use the SHA VFS layer if there is no …
(edit) @41783   13 years vboxsync Doxygen, comment typos.
(edit) @40432   13 years vboxsync Main/VirtualBox+Machine+Medium: redesign the medium registry save …
(edit) @40329   13 years vboxsync Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @38534   13 years vboxsync Main: always use setError; improved some error messages; use the new …
(edit) @38491   13 years vboxsync VD: fixed regression of r73520 (Interface cleanup) for ovf file export
(edit) @38490   13 years vboxsync VD: fixed regression of r73520 (Interface cleanup) for ovf file import
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38455   13 years vboxsync Main-OVA: fix importing of renamed OVA files
(edit) @37862   14 years vboxsync Main-OVF;FE/*: allow to specify if MAC addresses should be …
(edit) @37200   14 years vboxsync API+Frontends: Generic network attachment driver support which …
(edit) @37096   14 years vboxsync Main: fix iterator erase mess
(edit) @36575   14 years vboxsync Main/src-server/ApplianceImplImport: automatically repair broken OVF …
(edit) @36523   14 years vboxsync Renamed iprt::Error to RTCError.
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/ApplianceImplImport.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