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