VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @85717   4 years vboxsync OpenGLTest/Makefile.kmk: Only build VBoxOGL2D when needed, so we can …
(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) @85681   4 years vboxsync DnD: Lots of documentation.
(edit) @85650   4 years vboxsync IPRT/http,VBoxManage,CloudGateway: Corrections to the proxy …
(edit) @85609   4 years vboxsync ticketref:19791 fix udevadm constrol misspellings, contributed by …
(edit) @85583   4 years vboxsync DnD/Main: Also update the announced meta data in GuestDnDMetaData::add().
(edit) @85574   4 years vboxsync Main: Added ISystemProperties::getCPUProfiles.
(edit) @85569   4 years vboxsync Main/VirtualBox.xidl: comment typo
(edit) @85564   4 years vboxsync DnD/Main: Cleaned up error path handling a bit.
(edit) @85561   4 years vboxsync DnD/Main: Extended @todo.
(edit) @85560   4 years vboxsync DnD/Main: Extended GuestDnD::toFormatList() to be able to specify an …
(edit) @85559   4 years vboxsync DnD/Main: Return boolean as return value for …
(edit) @85558   4 years vboxsync DnD/Main: Return list as return value for GuestDnDBase::i_getFormats().
(edit) @85557   4 years vboxsync DnD: Defined DND_DEFAULT_CHUNK_SIZE and use it where appropriate.
(edit) @85554   4 years vboxsync DnD/Main: Renamed GuestDnDMsg::setNextXXX() -> GuestDnDMsg::appendXXX().
(edit) @85553   4 years vboxsync DnD/Main: Docs.
(edit) @85549   4 years vboxsync DnD/Main: Use PAGE_SIZE for meta data block alignment.
(edit) @85537   4 years vboxsync DnD/Main: More fixes and cleanups.
(edit) @85489   4 years vboxsync Main: bugref:9784: Moved the call to CoInitializeSecurity into …
(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 …
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