VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85451   4 years vboxsync DnD/Main: Release and re-acquire write locks before/after creating …
(edit) @85436   4 years vboxsync DnD/Main: More guest -> host fixes.
(edit) @85429   4 years vboxsync DnD: Added DnDTransferObjectInit() / DnDTransferObjectInitEx().
(edit) @85423   4 years vboxsync DnD/Main: More fixes.
(edit) @85421   4 years vboxsync Main/apiwrap-server.xsl: add missing space before "enter" in …
(edit) @85402   4 years vboxsync DnD/Main: Renaming; use size_t where appropriate.
(edit) @85376   4 years vboxsync DnD: Build fix.
(edit) @85373   4 years vboxsync DnD: Fixed crashes on VM shutdown.
(edit) @85371   4 years vboxsync DnD: Revamped code to simplify / untangle of internal data handling: - …
(edit) @85368   4 years vboxsync Devices/Graphics,Main,include: Experimental graphics output. bugref:9695
(edit) @85365   4 years vboxsync Main/Makefile.kmk: Appliance code no longer depends on revision header
(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) @85359   4 years vboxsync OCI: (bugref:9469) Enable cloud network feature in OSE, LogRel …
(edit) @85357   4 years vboxsync OCI: (bugref:9469) descriptive error message on trying to run …
(edit) @85338   4 years vboxsync Devices/Makefile.kmk,OpenGLTest/Makefile.kmk: Disable warnings about …
(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) @85317   4 years vboxsync Main/comimpl.xsl: Cleanup - don't emit inline setters we don't need. …
(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) @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) @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) @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) @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
(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) @85233   4 years vboxsync Main/ExtPackUtil.cpp: Fixed a error string construction bug in …
(edit) @85232   4 years vboxsync Main/ExtPackManagerImpl.cpp: Fixed error accumulation bug in …
(edit) @85222   4 years vboxsync Main/ovfreader: Clang 11 complains about a bunch of unused members, so …
(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) @85214   4 years vboxsync Main/ProcessImpl.cpp: Tweaked the waitForOperationCompletion and …
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