VirtualBox

source: vbox/trunk/src/VBox/Main/src-server

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85277   5 years vboxsync Main/UnattendedImpl.cpp: Signed/unsigned conversion issues wrt Port …
(edit) @85276   5 years vboxsync Main/VRDEServerImpl.cpp: Workaround for Clang 11 nothrow/PPFN issue. …
(edit) @85275   5 years vboxsync Main/UnattendedInstaller.cpp: Return code mixup (harmless). bugref:9790
(edit) @85274   5 years vboxsync Main/PerformanceDarwin.cpp: Signed/unsigned conversion issues w/ …
(edit) @85273   5 years vboxsync Main/PerformanceImpl.cpp: C++11 deprecated std::mem_fun -> …
(edit) @85272   5 years vboxsync Main/iokit.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85271   5 years vboxsync Main/HostDnsServiceDarwin.cpp,++: Wrong index types (must use …
(edit) @85270   5 years vboxsync Main/xpcom/server.cpp: Status code type mixup. Fixed …
(edit) @85269   5 years vboxsync Main/Performance.cpp/h: A whole bunch of int/HRESULT mixups. [noref …
(edit) @85268   5 years vboxsync Main/xpcom/server.cpp: Status code type mixup. Fixed …
(edit) @85267   5 years vboxsync Main/NetIf-generic.cpp: Made NetIfAdpCtl() return failure when the …
(edit) @85266   5 years vboxsync Main/HostImpl.cpp: Some cleanups around …
(edit) @85265   5 years vboxsync Main/NetIf-win.cpp: createObject status should be checked and removed …
(edit) @85264   5 years vboxsync Main/NetIf-generic.cpp: Made NetIfAdpCtl() return failure when the …
(edit) @85263   5 years vboxsync Main/Performance.cpp/h: A whole bunch of int/HRESULT mixups. bugref:9790
(edit) @85262   5 years vboxsync Main/VirtualBoxImpl.cpp: Signed/unsigned conversion issues. Left a …
(edit) @85261   5 years vboxsync Main/SnapshotImpl.cpp: Unused member m_uMemSize in …
(edit) @85260   5 years vboxsync Main/HostImpl.cpp: Signed/unsigned conversion issue. bugref:9790
(edit) @85259   5 years vboxsync Main/HostPowerDarwin.cpp: float/double constant mix. bugref:9790
(edit) @85257   5 years vboxsync Main/MachineImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85256   5 years vboxsync Main/MachineImpl.cpp: Use printf and appendPrintf rather than …
(edit) @85255   5 years vboxsync Main/VRDEServerImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85253   5 years vboxsync Main/NATNetworkImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85252   5 years vboxsync Main/HostVideoInputDeviceImpl.cpp: Workaround for Clang 11 …
(edit) @85250   5 years vboxsync Main/ProgressProxyImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85249   5 years vboxsync Main/NATNetworkImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85248   5 years vboxsync Main/HostNetworkInterfaceImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85247   5 years vboxsync Main/CloudProviderManagerImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85243   5 years vboxsync Main/BandwidthControlImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85242   5 years vboxsync Main/BandwidthGroupImpl: Sign conversion issues. bugref:9790
(edit) @85236   5 years vboxsync Main/Matching: Removed unused member mDefIgnoreCase from …
(edit) @85235   5 years vboxsync Main/DHCPServerImpl: Fixed error code mixup in findLeaseByMAC() and …
(edit) @85234   5 years vboxsync Main/DHCPConfigImpl.cpp: Signedness warnings. bugref:9790
(edit) @85219   5 years vboxsync Main/ApplianceImplImport.cpp: Fixed a bunch of VERR/HRESULT mixups, …
(edit) @85218   5 years vboxsync Main/VFSExplorerImpl.cpp: Corrected totally messed up …
(edit) @85217   5 years vboxsync Main/MachineImplMoveVM.cpp: Two FAILED/RT_FAILURE mixups. One sign …
(edit) @85216   5 years vboxsync Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
(edit) @85215   5 years vboxsync Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84993   5 years vboxsync bugref:9761. Added new release version 'vb_release' for Windows 10 May …
(edit) @84978   5 years vboxsync Main/SystemProperties: Fix regression from bugref:6813 which went …
(edit) @84795   5 years vboxsync Main/UnattendedInstaller: Doc nits.
(edit) @84645   5 years vboxsync OCI: (bugref:9469) partial proxy implementation.
(edit) @84618   5 years vboxsync OCI: (bugref:9469) cloud network integration code moved from Machine …
(edit) @84564   5 years vboxsync Main: Comments / logging renaming (guest additions -> Guest Additions).
(edit) @84535   5 years vboxsync Main/Appliance::i_importCloudImpl: %ul is wrong. Just use %RU64 and …
(edit) @84532   5 years vboxsync bugref:9745. Added basic support of virtio-scsi controller into OVF …
(edit) @84531   5 years vboxsync bugref:9416. Used RTRandU64() instead the class com::Guid to generate …
(edit) @84472   5 years vboxsync ApplianceImplImport.cpp: r=bird @todo. bugref:9416
(edit) @84455   5 years vboxsync trancate the imported machine name. Use only the last 12 characters …
(edit) @84425   5 years vboxsync Main: VC++ 19.1 regression - must used sanitized string header. bugref:8489
(edit) @84395   5 years vboxsync Main/hardening: VC++ 19.x warnings. bugref:8489
(edit) @84381   5 years vboxsync Main/Appliance: Use the RTCRPKCS7VERIFY_SD_F_CHECK_TRUST_ANCHORS flag …
(edit) @84344   5 years vboxsync Main: VC++ 19.2 adjustments. bugref:8489
(edit) @84343   5 years vboxsync Main: Adjusted AutoCaller.rc() to AutoCaller.isOk() in two places as …
(edit) @84340   5 years vboxsync Main/Appliance: Implemented verifying PKCS#7/CMS signing certificates. …
(edit) @84312   5 years vboxsync Main/ApplianceImport: Read the PKCS7/CMS signature when present. …
(edit) @84265   5 years vboxsync Main/Appliance::i_readManifestFile: No throwing. duh. bugref:9699
(edit) @84249   5 years vboxsync Main/CertificateImpl: sha512-224WithRSAEncryption and …
(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) @83901   5 years vboxsync Main/Machine: Allow renaming the VM when it is in "Saved" state. Was …
(edit) @83794   5 years vboxsync Main: VC++ 14.1 adjustments. bugref:8489
(edit) @83629   5 years vboxsync Main: disable the legacy VHWA interface setting. bugref:9691
(edit) @83180   5 years vboxsync scm fix
(edit) @83171   5 years vboxsync More build fixes for r136290.
(edit) @83170   5 years vboxsync Build fixes for r136290.
(edit) @83169   5 years vboxsync OCI: (bugref:9469) cloud network integration multiple targets and …
(edit) @82972   5 years vboxsync Copyright year updates - manual ones.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82921   5 years vboxsync Main/VBoxSVC: Implemented command line help for XPCOM implementation …
(edit) @82709   5 years vboxsync Main/SystemProperties: use proper #ifdef for the work in progress feature
(edit) @82686   5 years vboxsync Main/SystemProperties: do not show virtio-net 1.0 except in debug …
(edit) @82681   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Ported skeletal framwork from VirtIO 0.9 …
(edit) @82569   5 years vboxsync Main/SystemProperties: remove PCnet-ISA (Am79C960) from supported …
(edit) @82564   5 years vboxsync Replaced RTDirCreate by RTDirCreateFullPath. Checked …
(edit) @82562   5 years vboxsync Main: bugref:9611: SystemProperties: Sync …
(edit) @82426   5 years vboxsync Main/SystemProperties: add forgotten (perfectly valid) Null enum const …
(edit) @82393   5 years vboxsync Main: add new Windows Server 2019 guest type, and some long forgotten …
(edit) @82367   5 years vboxsync bugref:9619. Added firmware support into VSD.
(edit) @82365   5 years vboxsync scm fix.
(edit) @82363   5 years vboxsync bugref:9416. Check the target folder before starting import for …
(edit) @82352   5 years vboxsync doc/manual: mention virtio-scsi as experimental Main/SystemProperties: …
(edit) @82349   5 years vboxsync Main/SystemProperties: currently VMs always have keyboard and mouse …
(edit) @82337   5 years vboxsync bugref:9416. Cloud import: replace the existing files in the folder …
(edit) @82270   5 years vboxsync Main/SystemProperties: re-sort the storage buses (SATA first as it …
(edit) @82268   5 years vboxsync Main/SystemProperties: add a method for querying which storage bus is …
(edit) @82251   5 years vboxsync Main: bugref:9611: SystemProperties: Fix for r134511 intended to sync …
(edit) @82192   5 years vboxsync Main/RecordingSettings: move monitor count query to place before …
(edit) @82105   5 years vboxsync Main/SystemProperties: let virtio-scsi also handle DVD drives
(edit) @82007   5 years vboxsync Main/GraphicsAdapter: fix lock order issues
(edit) @81971   5 years vboxsync Main/Machine+GraphicsAdapter: previously missed proper removal of …
(edit) @81970   5 years vboxsync Main/GraphicsAdapter: make vc++ happy (BOOL/bool issue)
(edit) @81964   5 years vboxsync Main/GraphicsAdapter: Split off a few attributes from Machine …
(edit) @81956   5 years vboxsync Main/AudioAdapter: fix comment copy/pasto
(edit) @81883   5 years vboxsync Main/DHCPServer+NatNetwork+VirtualBox+Console: Remove old DHCP …
(edit) @81740   5 years vboxsync Main/SystemProperties: shorten a few attribute names to get around …
(edit) @81739   5 years vboxsync Main/SystemProperties: added a family of attributes (one per relevant …
(edit) @81710   5 years vboxsync Main: Preps for embedding the EFI firmware into VBoxDD2.
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