VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85346   4 years vboxsync Devices/Audio/DrvHostPulseAudio: Don't wait indefinitely for the …
(edit) @85345   4 years vboxsync IPRT: Follow-up fixes for r139114 (RTStrSplit + testcases).
(edit) @85344   4 years vboxsync VBoxNetFlt/darwin: Some adjustments for making it build against a …
(edit) @85343   4 years vboxsync IPRT/RTCrStoreCreateSnapshotById-darwin.cpp: Ignore deprecation …
(edit) @85341   4 years vboxsync IPRt/dbgkrnlinfo-r0drv-darwin.cpp: Don't use deprecated network KPIs …
(edit) @85340   4 years vboxsync IPRt/dbgkrnlinfo-r0drv-darwin.cpp: Don't use deprecated network KPIs …
(edit) @85339   4 years vboxsync iprt/formats/mach-o.h,ldrMachO.cpp: New segment flag SG_READ_ONLY …
(edit) @85338   4 years vboxsync Devices/Makefile.kmk,OpenGLTest/Makefile.kmk: Disable warnings about …
(edit) @85335   4 years vboxsync FE/Qt: CocoaEventHelper.mm + UICocoaDockIconPreview.mm: Can't use …
(edit) @85334   4 years vboxsync FE/Qt: CocoaEventHelper.mm - NSEvent::context is deprecated and said …
(edit) @85333   4 years vboxsync FE/Qt: Workaround for 10.12 event constant reanming affecting …
(edit) @85331   4 years vboxsync FE/Qt: UIDockTileMonitor::drawRect - NSCompositeSourceOver renamed to …
(edit) @85330   4 years vboxsync FE/Qt: UIDockTileMonitor::initWithFrame - NSScaletoFit has been called …
(edit) @85329   4 years vboxsync FE/Qt: UIDockTileMonitor::initWithFrame - incorrect image alignment …
(edit) @85328   4 years vboxsync FE/Qt: Clang 11 takes offence at unused variable …
(edit) @85327   4 years vboxsync FE/Qt: Pass kCGEventTapOptionDefault instead of zero to …
(edit) @85326   4 years vboxsync FE/Qt: Fixed bogus if statement in …
(edit) @85325   4 years vboxsync VirtioCore.h: Removed unnecessary prototypes of …
(edit) @85324   4 years vboxsync OCI: ICloudMachine - methods to get PowerShell commands for ssh …
(edit) @85323   4 years vboxsync Oops, g/c accidental text (that is, fortunately, ignored).
(edit) @85321   4 years vboxsync VBoxGuest.cpp: Workaround for Clang 11 nothrow bug/weirdness. bugref:9794
(edit) @85320   4 years vboxsync lwip/icmp*.h: Clang 11 workaround. [grr] bugref:9790
(edit) @85319   4 years vboxsync lwip/icmp*.h: Clang 11 workaround. bugref:9790
(edit) @85318   4 years vboxsync HostServices: Clang 11++ adjustments. Eliminated pointless auto_ptr. …
(edit) @85317   4 years vboxsync Main/comimpl.xsl: Cleanup - don't emit inline setters we don't need. …
(edit) @85316   4 years vboxsync Additions/darwin: avoid double quoting of the file names to sign
(edit) @85315   4 years vboxsync Main/comimpl.xsl: Use Utf8Str to store strings internally in the event …
(edit) @85314   4 years vboxsync VBox/com/string.h: Corrected Utf8Str::cloneToEx implementation to …
(edit) @85312   4 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases [build fix].
(edit) @85311   4 years vboxsync IPRT: Added RTPathFindCommon[Ex] + testcases.
(edit) @85310   4 years vboxsync Main/comimpl.xsl,VirtualBox.xidl: Added an 'autogenflags' attribute to …
(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) @85305   4 years vboxsync Main/comimpl.xsl,++: Make trivial internal setters return void rather …
(edit) @85304   4 years vboxsync Main: i_onXxxxChange -> i_onXxxxChanged to match the event name. …
(edit) @85303   4 years vboxsync FE/Qt: bugref:9686. Trying to handle column width a bit better by …
(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) @85299   4 years vboxsync Main/comimpl.xsl: Use Log12 in the MAIN_EVENT group for event …
(edit) @85298   4 years vboxsync Main/comimpl.xsl: Made the CreateXxxxEvent and ReuseXxxxEvent …
(edit) @85297   4 years vboxsync FE/Qt: bugref:9686. Moving UIPerformanceMonitor to UICommon.
(edit) @85296   4 years vboxsync Shared Clipboard/GuestHost: testcases -> testcase.
(edit) @85295   4 years vboxsync Main/comimpl.xsl: Made the fireXxxxxEvent methods call FireEvent …
(edit) @85294   4 years vboxsync Main/comimpl.xsl: Some event cleanups. bugref:9790
(edit) @85293   4 years vboxsync Main/comimpl.xsl,EventImpl.h,Makefile.kmk: Some event cleanups. bugref:9790
(edit) @85292   4 years vboxsync Main/VirtualBoxImpl.cpp: scm fix. bugref:9790
(edit) @85291   4 years vboxsync Networking/DevVirtioNet_1_0.cpp: Made some performance tweaks and …
(edit) @85290   4 years vboxsync Main/comimpl.xsl(VBoxEvents.*): Made the internal setter methods …
(edit) @85288   4 years vboxsync Main: Adding two Bstr::assignEx variants that returns HRESULT instead …
(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) @85285   4 years vboxsync Main/Settings.cpp: Signed/unsigned conversion issue. bugref:9790
(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) @85258   4 years vboxsync Main/USBIdDatabase.h: Signed/unsigned conversion issues. 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) @85251   4 years vboxsync Main/ProgressImpl: Better solution to the LONG aResultCode issue of …
(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) @85246   4 years vboxsync OpenGLTest/darwin: Use the right template and disable warning/error …
(edit) @85245   4 years vboxsync Main/PCIDeviceAttachmentImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85244   4 years vboxsync Main/DisplayPNGUtil.cpp: Signed/unsigned conversion issues. bugref:9790
(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) @85241   4 years vboxsync Main/netif.h: Signedness issue in getDefaultIPv4Address(). bugref:9790
(edit) @85240   4 years vboxsync Main/EventImpl.h: Fixed status code mixup in VBoxEventDesc::fire found …
(edit) @85239   4 years vboxsync Main/EventImpl.cpp: Made VBoxEvent::waitProcessed and …
(edit) @85238   4 years vboxsync Main/HashedPw.cpp: Signedness warning. bugref:9790
(edit) @85237   4 years vboxsync Main/VirtualBoxErrorInfoImpl: More signedness warnings. bugref:9790
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