VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85309   5 years vboxsync Main: Try harder using the Utf8Str versions of the event stuff where …
(edit) @85307   5 years vboxsync Main/comimpl.xsl,++: Try use the Utf8Str versions of the event stuff …
(edit) @85306   5 years vboxsync Main/comimpl.xsl,++: Make it possible to pass Utf8Str rather that …
(edit) @85305   5 years vboxsync Main/comimpl.xsl,++: Make trivial internal setters return void rather …
(edit) @85304   5 years vboxsync Main: i_onXxxxChange -> i_onXxxxChanged to match the event name. …
(edit) @85302   5 years vboxsync Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790
(edit) @85301   5 years vboxsync Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790
(edit) @85300   5 years vboxsync Main/comimpl.xsl,++: fireXxxxEvent -> ::FireXxxxEvent. bugref:9790
(edit) @85299   5 years vboxsync Main/comimpl.xsl: Use Log12 in the MAIN_EVENT group for event …
(edit) @85298   5 years vboxsync Main/comimpl.xsl: Made the CreateXxxxEvent and ReuseXxxxEvent …
(edit) @85295   5 years vboxsync Main/comimpl.xsl: Made the fireXxxxxEvent methods call FireEvent …
(edit) @85294   5 years vboxsync Main/comimpl.xsl: Some event cleanups. bugref:9790
(edit) @85293   5 years vboxsync Main/comimpl.xsl,EventImpl.h,Makefile.kmk: Some event cleanups. bugref:9790
(edit) @85292   5 years vboxsync Main/VirtualBoxImpl.cpp: scm fix. bugref:9790
(edit) @85290   5 years vboxsync Main/comimpl.xsl(VBoxEvents.*): Made the internal setter methods …
(edit) @85288   5 years vboxsync Main: Adding two Bstr::assignEx variants that returns HRESULT instead …
(edit) @85287   5 years vboxsync Main/VirtualBoxImpl.cpp: Fix copy&paste blunder in …
(edit) @85286   5 years vboxsync Main: Refactored the generated event code implementation as Clang 11 …
(edit) @85285   5 years vboxsync Main/Settings.cpp: Signed/unsigned conversion issue. bugref:9790
(edit) @85284   5 years vboxsync Main/MediumImpl.cpp: Signed/unsigned conversion issues, a whole bunch …
(edit) @85283   5 years vboxsync Main/ApplianceImpl.cpp: Signed/unsigned conversion issues in …
(edit) @85282   5 years vboxsync Main/ApplianceImpl.cpp: Signed/unsigned conversion issues in …
(edit) @85281   5 years vboxsync Main/ApplianceImplImport.cpp: Fixed a VERR/HRESULT mixup, change all …
(edit) @85280   5 years vboxsync Main/HostPower.cpp: Signed/unsigned conversion issue. bugref:9790
(edit) @85279   5 years vboxsync Main/USBProxyBackendUsbIp.cpp: The 'unused' u32Status fields are …
(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) @85258   5 years vboxsync Main/USBIdDatabase.h: Signed/unsigned conversion issues. 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) @85251   5 years vboxsync Main/ProgressImpl: Better solution to the LONG aResultCode issue of …
(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) @85246   5 years vboxsync OpenGLTest/darwin: Use the right template and disable warning/error …
(edit) @85245   5 years vboxsync Main/PCIDeviceAttachmentImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85244   5 years vboxsync Main/DisplayPNGUtil.cpp: Signed/unsigned conversion issues. bugref:9790
(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) @85241   5 years vboxsync Main/netif.h: Signedness issue in getDefaultIPv4Address(). bugref:9790
(edit) @85240   5 years vboxsync Main/EventImpl.h: Fixed status code mixup in VBoxEventDesc::fire found …
(edit) @85239   5 years vboxsync Main/EventImpl.cpp: Made VBoxEvent::waitProcessed and …
(edit) @85238   5 years vboxsync Main/HashedPw.cpp: Signedness warning. bugref:9790
(edit) @85237   5 years vboxsync Main/VirtualBoxErrorInfoImpl: More signedness warnings. 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) @85233   5 years vboxsync Main/ExtPackUtil.cpp: Fixed a error string construction bug in …
(edit) @85232   5 years vboxsync Main/ExtPackManagerImpl.cpp: Fixed error accumulation bug in …
(edit) @85222   5 years vboxsync Main/ovfreader: Clang 11 complains about a bunch of unused members, so …
(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) @85214   5 years vboxsync Main/ProcessImpl.cpp: Tweaked the waitForOperationCompletion and …
(edit) @85212   5 years vboxsync Main/QMTranslatorImpl.cpp: Sign conversion issues with Clang 11. Fixed …
(edit) @85210   5 years vboxsync Main/DisplayResampleImage.cpp: sign error/warning fix for Clang 11. …
(edit) @85143   5 years vboxsync Attempt to fix oem2 build.
(edit) @85133   5 years vboxsync OCI: Get instance console connection information as part of …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85020   5 years vboxsync DnD/Main: Renamed internal send/receive data task classes to unify naming.
(edit) @85019   5 years vboxsync DnD/Main: Don't use RT_BZERO on non-POD types.
(edit) @85018   5 years vboxsync DnD/Main: Renaming internal send/receive data contexts to emphasize …
(edit) @85015   5 years vboxsync Main/Display: comment typo
(edit) @85011   5 years vboxsync Main/BusAssignmentManager: Prepend global variables with "g_".
(edit) @85007   5 years vboxsync AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
(edit) @85002   5 years vboxsync DnD: More work on path conversion / validation.
(edit) @84998   5 years vboxsync DnD: Greatly simplified usage / API of the DnDURIObject class.
(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) @84975   5 years vboxsync Guest Control/GuestSessionImplTasks: Logging nits.
(edit) @84939   5 years vboxsync makefile.tstCAPIGlue: Don't test for BUILD_PLATFORM == win in a sample …
(edit) @84875   5 years vboxsync bugref:8527. Added proxy settings into the post-installation scripts.
(edit) @84872   5 years vboxsync Guest Control/Main: Try to fix crashes. bugref:9320
(edit) @84865   5 years vboxsync Guest Control/Main: Try to fix crashes. bugref:9320
(edit) @84864   5 years vboxsync Guest Control/Main: Various fixes for copyFromGuest tasks. bugref:9320
(edit) @84857   5 years vboxsync Guest Control/Main: Added another GuestBase::getErrorAsString() …
(edit) @84846   5 years vboxsync Correcting a wrong comment in Virtualbox.xidl
Note: See TracRevisionLog for help on using the revision log.

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