|
|
@86383
|
4 years |
vboxsync |
Main: bugref:9224: Small fix in linux
|
|
|
@86336
|
4 years |
vboxsync |
bugref:9781. Fixed the comment.
|
|
|
@86331
|
4 years |
vboxsync |
Main: bugref:9224: Changed the way to enumerate disks by scanning …
|
|
|
@86295
|
4 years |
vboxsync |
Main/MediumImpl.cpp: indentation fixes
|
|
|
@86294
|
4 years |
vboxsync |
Main/MachineImpl.cpp: Added missing bound checks on getSerialPort and …
|
|
|
@86274
|
4 years |
vboxsync |
bugref:9781. New function Unattended::i_getDetectedOSVersion(). New …
|
|
|
@86270
|
4 years |
vboxsync |
bugref:8527. Added the separate classes for RHEL7/8, OL7/8.
|
|
|
@86241
|
4 years |
vboxsync |
Main: bugref:9224: Fixed the error when obtain the disk info in block …
|
|
|
@86138
|
4 years |
vboxsync |
Main: bugref:9224: Moved definition of the NVME_IOCTL_ID into cpp file …
|
|
|
@86137
|
4 years |
vboxsync |
Main: bugref:9224: Reverted fix for linux kernel less than 4.4
|
|
|
@86136
|
4 years |
vboxsync |
Main: bugref:9224: Fixed compilation error for linux kernel less than 4.4
|
|
|
@86135
|
4 years |
vboxsync |
Main: bugref:9224: Fixed possibe doxygen error
|
|
|
@86134
|
4 years |
vboxsync |
Main: bugref:9224: Added NVME drives enumeration on Linux. Fixed the …
|
|
|
@86125
|
4 years |
vboxsync |
Main: bugref:9623: Restricted the scope of the multi attaching the …
|
|
|
@86069
|
4 years |
vboxsync |
OCI: Make ICloudProviderRegisteredEvent a non-waitable notification …
|
|
|
@86052
|
4 years |
vboxsync |
Main: bugref:9623: Fixed compilation error.
|
|
|
@86047
|
4 years |
vboxsync |
Main: bugref:9623: Implemented DVD multi attachment by ref count.
|
|
|
@86013
|
4 years |
vboxsync |
Main/CloudProviderManager: Fix !defined(VBOX_WITH_EXTPACK) case.
|
|
|
@86012
|
4 years |
vboxsync |
OCI: Send events when a cloud provider is registered or is about to be …
|
|
|
@85937
|
4 years |
vboxsync |
Main/HosImpl.cpp: Solaris build fix. bugref:9224
|
|
|
@85934
|
4 years |
vboxsync |
Main/HostDrivePartitionImpl.h: Missing svn-ps.cmd run and use …
|
|
|
@85932
|
4 years |
vboxsync |
Main/HostHardwareLinux.cpp: doxygen fix. bugref:9224
|
|
|
@85931
|
4 years |
vboxsync |
Main/HostDrivePartitionImpl.cpp: Use RTDVMVOLIDX_HOST instead of …
|
|
|
@85929
|
4 years |
vboxsync |
Main: bugref:9224: Main+VBoxManageDisk+doc part
|
|
|
@85908
|
4 years |
vboxsync |
Main: bugref:9623: Fixed issue causes the assertion during VBoxSVC …
|
|
|
@85876
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: clang 11 found a bunch of setErrorVrc calls …
|
|
|
@85820
|
4 years |
vboxsync |
Main: bugref:9623: Allow MediumType_Readonly and DVD in particular to …
|
|
|
@85769
|
4 years |
vboxsync |
Main: bugref:9618 Added Main/API support for AMD-V Virtualized …
|
|
|
@85738
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Only enable the core code when we build with …
|
|
|
@85737
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Only enable the core code when we build with …
|
|
|
@85736
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Better (but completely untested) server …
|
|
|
@85735
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Make sure the RTHTTP instance is always …
|
|
|
@85734
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Another Bstr -> Utf8Str. ULONG != unsigned …
|
|
|
@85733
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: updateCheck() must validate the aCheckType …
|
|
|
@85732
|
4 years |
vboxsync |
Reverting 139878 to correct commit msg.
|
|
|
@85731
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: updateCheck() must validate the …
|
|
|
@85730
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Removed the getUpdate() method as it is not …
|
|
|
@85729
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Remove a bunch of misleading /*static*/ …
|
|
|
@85728
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: platformInfo should return Utf8Str and the …
|
|
|
@85688
|
4 years |
vboxsync |
Main,FE/VBoxManage+Host: fix build: remove trailing whitespace
|
|
|
@85686
|
4 years |
vboxsync |
Main/Host: fix build: HostUpdate::getUpdate() should return E_NOTIMPL …
|
|
|
@85685
|
4 years |
vboxsync |
FE/VBoxManage: fix build: strcasecmp() should be RTStrICmp() and …
|
|
|
@85683
|
4 years |
vboxsync |
Main,FE,doc/VBoxManage+Host+SystemProperties+manual: bugref:7983: Move …
|
|
|
@85574
|
4 years |
vboxsync |
Main: Added ISystemProperties::getCPUProfiles.
|
|
|
@85364
|
4 years |
vboxsync |
Main/Appliance: remove #include which currently causes some dependency …
|
|
|
@85363
|
4 years |
vboxsync |
Main/Appliance: correct border case handling when converting VBox OS …
|
|
|
@85360
|
4 years |
vboxsync |
OCI: (bugref:9469) Two more missing files exported to OSE with …
|
|
|
@85309
|
4 years |
vboxsync |
Main: Try harder using the Utf8Str versions of the event stuff where …
|
|
|
@85307
|
4 years |
vboxsync |
Main/comimpl.xsl,++: Try use the Utf8Str versions of the event stuff …
|
|
|
@85306
|
4 years |
vboxsync |
Main/comimpl.xsl,++: Make it possible to pass Utf8Str rather that …
|
|
|
@85304
|
4 years |
vboxsync |
Main: i_onXxxxChange -> i_onXxxxChanged to match the event name. …
|
|
|
@85302
|
4 years |
vboxsync |
Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790
|
|
|
@85301
|
4 years |
vboxsync |
Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790
|
|
|
@85300
|
4 years |
vboxsync |
Main/comimpl.xsl,++: fireXxxxEvent -> ::FireXxxxEvent. bugref:9790
|
|
|
@85292
|
4 years |
vboxsync |
Main/VirtualBoxImpl.cpp: scm fix. bugref:9790
|
|
|
@85287
|
4 years |
vboxsync |
Main/VirtualBoxImpl.cpp: Fix copy&paste blunder in …
|
|
|
@85286
|
4 years |
vboxsync |
Main: Refactored the generated event code implementation as Clang 11 …
|
|
|
@85284
|
4 years |
vboxsync |
Main/MediumImpl.cpp: Signed/unsigned conversion issues, a whole bunch …
|
|
|
@85283
|
4 years |
vboxsync |
Main/ApplianceImpl.cpp: Signed/unsigned conversion issues in …
|
|
|
@85282
|
4 years |
vboxsync |
Main/ApplianceImpl.cpp: Signed/unsigned conversion issues in …
|
|
|
@85281
|
4 years |
vboxsync |
Main/ApplianceImplImport.cpp: Fixed a VERR/HRESULT mixup, change all …
|
|
|
@85280
|
4 years |
vboxsync |
Main/HostPower.cpp: Signed/unsigned conversion issue. bugref:9790
|
|
|
@85279
|
4 years |
vboxsync |
Main/USBProxyBackendUsbIp.cpp: The 'unused' u32Status fields are …
|
|
|
@85277
|
4 years |
vboxsync |
Main/UnattendedImpl.cpp: Signed/unsigned conversion issues wrt Port …
|
|
|
@85276
|
4 years |
vboxsync |
Main/VRDEServerImpl.cpp: Workaround for Clang 11 nothrow/PPFN issue. …
|
|
|
@85275
|
4 years |
vboxsync |
Main/UnattendedInstaller.cpp: Return code mixup (harmless). bugref:9790
|
|
|
@85274
|
4 years |
vboxsync |
Main/PerformanceDarwin.cpp: Signed/unsigned conversion issues w/ …
|
|
|
@85273
|
4 years |
vboxsync |
Main/PerformanceImpl.cpp: C++11 deprecated std::mem_fun -> …
|
|
|
@85272
|
4 years |
vboxsync |
Main/iokit.cpp: Signed/unsigned conversion issues. bugref:9790
|
|
|
@85271
|
4 years |
vboxsync |
Main/HostDnsServiceDarwin.cpp,++: Wrong index types (must use …
|
|
|
@85270
|
4 years |
vboxsync |
Main/xpcom/server.cpp: Status code type mixup. Fixed …
|
|
|
@85269
|
4 years |
vboxsync |
Main/Performance.cpp/h: A whole bunch of int/HRESULT mixups. [noref …
|
|
|
@85268
|
4 years |
vboxsync |
Main/xpcom/server.cpp: Status code type mixup. Fixed …
|
|
|
@85267
|
4 years |
vboxsync |
Main/NetIf-generic.cpp: Made NetIfAdpCtl() return failure when the …
|
|
|
@85266
|
4 years |
vboxsync |
Main/HostImpl.cpp: Some cleanups around …
|
|
|
@85265
|
4 years |
vboxsync |
Main/NetIf-win.cpp: createObject status should be checked and removed …
|
|
|
@85264
|
4 years |
vboxsync |
Main/NetIf-generic.cpp: Made NetIfAdpCtl() return failure when the …
|
|
|
@85263
|
4 years |
vboxsync |
Main/Performance.cpp/h: A whole bunch of int/HRESULT mixups. bugref:9790
|
|
|
@85262
|
4 years |
vboxsync |
Main/VirtualBoxImpl.cpp: Signed/unsigned conversion issues. Left a …
|
|
|
@85261
|
4 years |
vboxsync |
Main/SnapshotImpl.cpp: Unused member m_uMemSize in …
|
|
|
@85260
|
4 years |
vboxsync |
Main/HostImpl.cpp: Signed/unsigned conversion issue. bugref:9790
|
|
|
@85259
|
4 years |
vboxsync |
Main/HostPowerDarwin.cpp: float/double constant mix. bugref:9790
|
|
|
@85257
|
4 years |
vboxsync |
Main/MachineImpl.cpp: Signed/unsigned conversion issues. bugref:9790
|
|
|
@85256
|
4 years |
vboxsync |
Main/MachineImpl.cpp: Use printf and appendPrintf rather than …
|
|
|
@85255
|
4 years |
vboxsync |
Main/VRDEServerImpl.cpp: Signed/unsigned conversion issues. bugref:9790
|
|
|
@85253
|
4 years |
vboxsync |
Main/NATNetworkImpl.cpp: Signed/unsigned conversion issues. bugref:9790
|
|
|
@85252
|
4 years |
vboxsync |
Main/HostVideoInputDeviceImpl.cpp: Workaround for Clang 11 …
|
|
|
@85250
|
4 years |
vboxsync |
Main/ProgressProxyImpl.cpp: Signed/unsigned conversion issues. bugref:9790
|
|
|
@85249
|
4 years |
vboxsync |
Main/NATNetworkImpl.cpp: Signed/unsigned conversion issues. bugref:9790
|
|
|
@85248
|
4 years |
vboxsync |
Main/HostNetworkInterfaceImpl.cpp: Signed/unsigned conversion issues. …
|
|
|
@85247
|
4 years |
vboxsync |
Main/CloudProviderManagerImpl.cpp: Signed/unsigned conversion issues. …
|
|
|
@85243
|
4 years |
vboxsync |
Main/BandwidthControlImpl.cpp: Signed/unsigned conversion issues. …
|
|
|
@85242
|
4 years |
vboxsync |
Main/BandwidthGroupImpl: Sign conversion issues. bugref:9790
|
|
|
@85236
|
4 years |
vboxsync |
Main/Matching: Removed unused member mDefIgnoreCase from …
|
|
|
@85235
|
4 years |
vboxsync |
Main/DHCPServerImpl: Fixed error code mixup in findLeaseByMAC() and …
|
|
|
@85234
|
4 years |
vboxsync |
Main/DHCPConfigImpl.cpp: Signedness warnings. bugref:9790
|
|
|
@85219
|
4 years |
vboxsync |
Main/ApplianceImplImport.cpp: Fixed a bunch of VERR/HRESULT mixups, …
|
|
|
@85218
|
4 years |
vboxsync |
Main/VFSExplorerImpl.cpp: Corrected totally messed up …
|
|
|
@85217
|
4 years |
vboxsync |
Main/MachineImplMoveVM.cpp: Two FAILED/RT_FAILURE mixups. One sign …
|
|
|
@85216
|
4 years |
vboxsync |
Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
|
|
|