VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @104444   7 月 vboxsync ApplianceImport/OVA: Handle trailing zeros in old ova xml properly for …
(edit) @101472   14 月 vboxsync FE/VBoxManage,FE/Qt,Main/{VirtualBox.xidl,Appliance}: Add the ability …
(edit) @101057   15 月 vboxsync Main: Renamed …
(edit) @101035   15 月 vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @99608   19 月 vboxsync fixed possible narrowing type from 'long unsigned int' to 'unsigned int'
(edit) @99606   19 月 vboxsync fixed possible narrowing type from 'long unsigned int' to 'unsigned int'
(edit) @99605   19 月 vboxsync fixed possible narrowing type from 'long unsigned int' to 'unsigned int'
(edit) @99604   19 月 vboxsync bugref:10314. bugref:10278. Reverted VSD RAM unit to bytes and fixed …
(edit) @99523   20 月 vboxsync bugref:10314. Reverted back r154561 partially. RAM unit is MB.
(edit) @98782   22 月 vboxsync bugref:9782. The default values for VirtualSystemDescriptionType_CPU, …
(edit) @98322   23 月 vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98307   23 月 vboxsync Runtime/RTS3: Retire unused implementation, can be resurrected if required
(edit) @98292   23 月 vboxsync Main/src-server: rc -> hrc/vrc. Enabled scm rc checks. bugref:10223
(edit) @98289   23 月 vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98288   23 月 vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98262   23 月 vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98103   23 月 vboxsync Copyright year updates by scm.
(edit) @97533   2 年 vboxsync Frontends/VBoxManage,Main/Appliance: The appliance import code …
(edit) @97261   2 年 vboxsync Changed the operator[] to function at() to avoid inserting new empty …
(edit) @97230   2 年 vboxsync bugref:10305. Fixed the wrong key. The key had been changed from …
(edit) @96407   2 年 vboxsync scm copyright and license note update
(edit) @96131   2 年 vboxsync FE/Qt+Main/testcase/tstOVF.cpp: A few small updates to the VBox GUI to …
(edit) @95423   2 年 vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @94660   3 年 vboxsync doc/manual,Main,Frontends: API changes in preparation for full VM …
(edit) @93481   3 年 vboxsync Main/Appliance: Allow users to specify a different storage controller …
(edit) @93480   3 年 vboxsync Main/Appliance: Allow users to specify a different storage controller …
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @93072   3 年 vboxsync Main/ApplianceImplImport.cpp: Added todo on …
(edit) @92786   3 年 vboxsync ApplianceImplImport.cpp: Fix typo in comment.
(edit) @91720   3 年 vboxsync Main: bugref:1909: Fixed compilation issues
(edit) @91718   3 年 vboxsync Main: bugref:1909: Added initial translation to Russian of API …
(edit) @91503   3 年 vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @90441   3 年 vboxsync Main/Appliance: Make compilers happy (and the code actually work). For …
(edit) @90424   3 年 vboxsync Main/Appliance: Allow arbitrary unique resource IDs, not just …
(edit) @86509   4 年 vboxsync VBoxSVC/Appliance: Fixed IMachine reference leak in …
(edit) @85283   4 年 vboxsync Main/ApplianceImpl.cpp: Signed/unsigned conversion issues in …
(edit) @85219   4 年 vboxsync Main/ApplianceImplImport.cpp: Fixed a bunch of VERR/HRESULT mixups, …
(edit) @84535   5 年 vboxsync Main/Appliance::i_importCloudImpl: %ul is wrong. Just use %RU64 and …
(edit) @84532   5 年 vboxsync bugref:9745. Added basic support of virtio-scsi controller into OVF …
(edit) @84531   5 年 vboxsync bugref:9416. Used RTRandU64() instead the class com::Guid to generate …
(edit) @84472   5 年 vboxsync ApplianceImplImport.cpp: r=bird @todo. bugref:9416
(edit) @84455   5 年 vboxsync trancate the imported machine name. Use only the last 12 characters …
(edit) @84381   5 年 vboxsync Main/Appliance: Use the RTCRPKCS7VERIFY_SD_F_CHECK_TRUST_ANCHORS flag …
(edit) @84340   5 年 vboxsync Main/Appliance: Implemented verifying PKCS#7/CMS signing certificates. …
(edit) @84312   5 年 vboxsync Main/ApplianceImport: Read the PKCS7/CMS signature when present. …
(edit) @84265   5 年 vboxsync Main/Appliance::i_readManifestFile: No throwing. duh. bugref:9699
(edit) @84153   5 年 vboxsync Main: Reverted r137602 & r137737 as the API is not actually needed. …
(edit) @84141   5 年 vboxsync Main/Appliance: There should be no need to store two copies of the …
(edit) @84031   5 年 vboxsync bugre:9699. Added the function getManifest() into the IAppliance …
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @82564   5 年 vboxsync Replaced RTDirCreate by RTDirCreateFullPath. Checked …
(edit) @82367   5 年 vboxsync bugref:9619. Added firmware support into VSD.
(edit) @82365   5 年 vboxsync scm fix.
(edit) @82363   5 年 vboxsync bugref:9416. Check the target folder before starting import for …
(edit) @82337   5 年 vboxsync bugref:9416. Cloud import: replace the existing files in the folder …
(edit) @81964   5 年 vboxsync Main/GraphicsAdapter: Split off a few attributes from Machine …
(edit) @81119   5 年 vboxsync bugref:9527. Added global weak reference of VirtualBox into ExtPack.
(edit) @79985   5 年 vboxsync OCI: tr() should only be applied to the format string.
(edit) @79606   5 年 vboxsync fixed the call of ICloudClient::importInstance() in the …
(edit) @79584   5 年 vboxsync bugref:9416. little bit reshuffled the parts of cleanup code.
(edit) @79306   5 年 vboxsync bugref:9416. Fixed progress calculation.
(edit) @79171   5 年 vboxsync bugref:9416. fixed typo.
(edit) @79170   5 年 vboxsync bugref:9416. Added cleanup logic for cloud import. Added comments …
(edit) @79093   5 年 vboxsync Main/Appliance: When importing an OVF with the vbox config xml the …
(edit) @79023   6 年 vboxsync bugref:9416. fixed typo and log message.
(edit) @78963   6 年 vboxsync bugref:9416. Several changes in the exceptions handling.
(edit) @78931   6 年 vboxsync bugref:9416. scm fix.
(edit) @78930   6 年 vboxsync bugref:9416. fixed typo.
(edit) @78929   6 年 vboxsync bugref:9416. fixed typo.
(edit) @78923   6 年 vboxsync bugref:9416. Changed the choosing OS type logic for OCI import. Added …
(edit) @78879   6 年 vboxsync Main: bugref:9416: Small NLS fix in import appliance stuff.
(edit) @78859   6 年 vboxsync scm fixes.
(edit) @78857   6 年 vboxsync bugref:9416. Fixed some comments.
(edit) @78844   6 年 vboxsync bugref:9436. Empty ovf::OVFReader is needed.
(edit) @78843   6 年 vboxsync bugref:9436. fixed interpret() for cloud case.
(edit) @78841   6 年 vboxsync bugref:9436. Added progress for getInstanceInfo. Now getInstanceInfo …
(edit) @78749   6 年 vboxsync Main/Appliance::i_importImpl: Ditto (bugref:9416). Untested.
(edit) @78748   6 年 vboxsync Main/Appliance::i_readImpl: Fixes for regressions introduced by …
(edit) @78747   6 年 vboxsync Main/Appliance::i_readImpl: Fixes for regressions introduced by …
(edit) @78630   6 年 vboxsync bugref:9416. small leftover removed.
(edit) @78605   6 年 vboxsync bugref:9416. scm fixes.
(edit) @78604   6 年 vboxsync bugref:9416. scm fixes.
(edit) @78603   6 年 vboxsync bugref:9416. Fixed uninitialized variables.
(edit) @78602   6 年 vboxsync bugref:9416. The second part of OCI import - the local part of import …
(edit) @78430   6 年 vboxsync bugref:9416. scm fixes.
(edit) @78429   6 年 vboxsync bugref:9416. changed uint32_t to ULONG.
(edit) @78428   6 年 vboxsync bugref:9416. The part of OCI import logic. New functions - …
(edit) @78104   6 年 vboxsync IPRT,*: Added fFlags to RTPathAbsExDup so it matches the new …
(edit) @78102   6 年 vboxsync Main: Appliance::i_searchUniqueImageFilePath: Untested attempt to …
(edit) @76592   6 年 vboxsync Main: Don't use Logging.h.
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76298   6 年 vboxsync Main: bugref:6913: Added generation of some medium events. Contains …
(edit) @76240   6 年 vboxsync Main: bugref:6913: had to revert all changes for the defect because of …
(edit) @76215   6 年 vboxsync Main: bugref:6913: Added generation of medium events
(edit) @74804   6 年 vboxsync Main/Progress: Split into safe public interface and a private one …
(edit) @73784   6 年 vboxsync Main/Appliance: Fix import regression caused by the progress cleanup.
(edit) @73743   6 年 vboxsync Main/Progress+Appliance+Machine: Turn …
(edit) @73665   6 年 vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73132   6 年 vboxsync Main/Appliance: fix a regression caused by introducing the custom VM …
(edit) @73003   6 年 vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette