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) @108149   3 months vboxsync Main/src-server: removed VRDE server certificate generation from …
(edit) @108046   3 months vboxsync doc/manual,include/VBox,Frontends/{VBoxManage,VirtualBox/src},Main/{inc …
(edit) @108012   3 months vboxsync Main: Replaced std::string with com::Utf8Str in the HostDnsService …
(edit) @108010   3 months vboxsync Main/HostDnsService.cpp: Fixed lock order problem with …
(edit) @107930   3 months vboxsync Audio/Windows: Purged the WinMM backend wherever possible; default to …
(edit) @107906   3 months vboxsync Main/Unattended: Add AVOID_UPDATES_OVER_NETWORK variable for …
(edit) @107873   3 months vboxsync Unattended: bugref:9781. Remove the default user password.
(edit) @107852   3 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Remove the …
(edit) @107837   3 months vboxsync Main/src-server/darwin/iokit.cpp: Remove unused variables, bugref:3409
(edit) @107820   3 months vboxsync libslirp/udp.c,Main: Spaces. bugref:10268
(edit) @107797   3 months vboxsync Main/HostImpl.cpp: Fixed lock order problem in Host::i_updateNetIfList …
(edit) @107771   3 months vboxsync Main/src-server/generic/NetIf-generic.cpp: Don't overwrite vrc with …
(edit) @107756   4 months vboxsync src/VBox/Main/src-server/AudioAdapterImpl.cpp; Left a @todo.
(edit) @107754   4 months vboxsync src/VBox/Main/src-server/VirtualBoxImpl.cpp: Does as the comment of …
(edit) @107696   4 months vboxsync Main/src-server/UnattendedImpl.cpp: Fixed some parfait warnings about …
(edit) @107676   4 months vboxsync Main/src-server/HostImpl.cpp: Missing error checks, bugref:3409
(edit) @107621   4 months vboxsync Main/src-server/darwin/HostDnsServiceDarwin.cpp: Missing member …
(edit) @107615   4 months vboxsync Main/src-server/darwin/HostDnsServiceDarwin.cpp: Missing member …
(edit) @107614   4 months vboxsync Main/src-server/USBDeviceFilterImpl.cpp: Missing member initializer, …
(edit) @107607   4 months vboxsync Main/src-server/darwin/HostDnsServiceDarwin.cpp: Wrong if condition, …
(edit) @107601   4 months vboxsync src/VBox/Main/src-server/ApplianceImplExport.cpp: Fixed warnings found …
(edit) @107598   4 months vboxsync Main/src-server/MachineImpl.cpp: Fix a unused variable parfait …
(edit) @107597   4 months vboxsync Main/src-server/ApplianceImplImport.cpp: Some unused assignment …
(edit) @107588   4 months vboxsync Main,Puel: Made the object tracker code a compile time option …
(edit) @107563   4 months vboxsync Main/src-server/MachineImplCloneVM.cpp: Missing error check, bugref:3409
(edit) @107559   4 months vboxsync Main/src-server/NATNetworkImpl.cpp: Missing error checks + two todos, …
(edit) @107558   4 months vboxsync Main/src-server/NetworkAdapterImpl.cpp: Missing error check, bugref:3409
(edit) @107555   4 months vboxsync Main/src-server/StorageControllerImpl.cpp: Missing error check, bugref:3409
(edit) @107553   4 months vboxsync Main/src-server/VirtualBoxImpl.cpp: Missing error check and disable …
(edit) @107552   4 months vboxsync Main/src-server/UefiVariableStoreImpl.cpp: Missing error check and add …
(edit) @107551   4 months vboxsync Main/src-server/HostUSBDeviceImpl.cpp: Do the siwtch on the correct …
(edit) @107548   4 months vboxsync Devices/Network: Fixed and added configuration for packets broadcast …
(edit) @107539   4 months vboxsync src/VBox/Main/src-server/VirtualBoxImpl.cpp: Fixed warnings found by …
(edit) @107534   4 months vboxsync src/VBox/Main/src-server/VFSExplorerImpl.cpp: Fixed warnings found by …
(edit) @107533   4 months vboxsync src/VBox/Main/src-server/UnattendedImpl.cpp: Fixed warnings found by …
(edit) @107532   4 months vboxsync src/VBox/Main/src-server/USBProxyService: Fixed warnings found by …
(edit) @107531   4 months vboxsync src/VBox/Main/include/USBDeviceFilterImpl.[h|cpp]: Fixed warnings …
(edit) @107530   4 months vboxsync src/VBox/Main/src-server/PlatformImpl.cpp: Fixed warnings found by …
(edit) @107526   4 months vboxsync src/VBox/Main/include/MachineImpl[.h|.cpp]: Fixed warnings found by …
(edit) @107524   4 months vboxsync src-server/HostNetworkInterfaceImpl.cpp: Fixed warning found by …
(edit) @107523   4 months vboxsync src/VBox/Main/src-server/HostImpl.cpp: Fixed warning found by Parfait …
(edit) @107516   4 months vboxsync src/VBox/Main/src-server/ApplianceImpl.cpp: Fixed warning found by …
(edit) @107488   4 months vboxsync Main/src-server/MediumImpl.cpp: Fix unused assignment and missing …
(edit) @107474   4 months vboxsync Main/{include/Performance.h,src-server/Performance.cpp}: Missing field …
(edit) @107471   4 months vboxsync Main/src-server/UnattendedScript.cpp: Don't call Utf8Str::find() …
(edit) @107460   4 months vboxsync Main/src-server/generic/USBProxyBackendUsbIp.cpp: Missing field …
(edit) @107447   4 months vboxsync Main/src-server/ApplianceImplImport.cpp: Don't do the string -> …
(edit) @107440   4 months vboxsync Main/src-server/NATNetworkImpl.cpp: Fixed a warning found by Parfait. …
(edit) @107438   4 months vboxsync Main/ApplianceImplImport.cpp: Fixed a warning found by Parfait. …
(edit) @107298   5 months vboxsync Main/Appliance: Within IMachine::exportTo() only call …
(edit) @107296   5 months vboxsync Windows/Networking: Removed NDIS 5-based drivers, as we don't support …
(edit) @107267   5 months vboxsync Main/API,UI: bugref:10810 Based on Brent's patch, added UsbNet support …
(edit) @107262   5 months vboxsync bugref:10806. Set the idle time for Medium and Machine tracked objects …
(edit) @107248   5 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Fill in some …
(edit) @107239   5 months vboxsync bugref: 10806. Added new parameters to …
(edit) @107229   5 months vboxsync Main/Medium: Address broken reference counting of medium back …
(edit) @107198   5 months vboxsync FE/VBoxManage,Main/Appliance: Add the ability to export and import VMs …
(edit) @107190   5 months vboxsync src/VBox/Main/src-server/UnattendedInstaller.cpp: Fixed odd conditions …
(edit) @107139   5 months vboxsync Devices,Main,Installer,/Makefile.kmk: Take ARM EFI firmwares from the …
(edit) @107121   5 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Add two new …
(edit) @107116   5 months vboxsync /Config.kmk,Main: Added VBOX_WITH_X86_ON_ARM_ENABLED to the build …
(edit) @106980   6 months vboxsync Added compile time condition into findProgressById(). The env variable …
(edit) @106976   6 months vboxsync Added tracking for medium, machine, session, progress objects.
(edit) @106971   6 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev: Add a new OStype for …
(edit) @106883   6 months vboxsync Fixed wrong error type.
(edit) @106880   6 months vboxsync Added implementations of getTrackedObject and getTrackedObjectIds. …
(edit) @106832   6 months vboxsync Main/{Machine,Medium,Snapshot}: Address broken reference counting of …
(edit) @106513   6 months vboxsync Main/PlatformImpl.cpp: Unreachable NOREF in switch in …
(edit) @106458   6 months vboxsync FE/Qt: bugref:10786 Reverting r165258.
(edit) @106439   6 months vboxsync FE/Qt: bugref:10786 Sanitize file object names.
(edit) @106384   7 months vboxsync Main: Code for configuring and enabling nested virtualization support …
(edit) @106164   7 months vboxsync Main/VRDEServerImpl.cpp: Don't overwrite the 'NEGOTIATE' security …
(edit) @106081   7 months vboxsync Main: Fixed enabling 3D when selecting supported graphics controllers …
(edit) @106080   7 months vboxsync Main: Fixed enabling 3D when selecting supported graphics controllers. …
(edit) @106077   7 months vboxsync Main: Name locks.
(edit) @106065   8 months vboxsync Manual copyright year updates.
(edit) @106062   8 months vboxsync Unattended: ​bugref:10511. Avoid tripping lock order assert when …
(edit) @106061   8 months vboxsync Copyright year updates by scm.
(edit) @106038   8 months vboxsync Main/Snapshot: Prevent stray <vmname>.nvram files from accumulating in …
(edit) @105993   8 months vboxsync Main: nits
(edit) @105971   8 months vboxsync Main: Removed IHost::acceleration3DAvailable property, as this wasn't …
(edit) @105964   8 months vboxsync Main: Use PlatformProperties::s_isGraphicsControllerFeatureSupported() …
(edit) @105959   8 months vboxsync Main: (Hopefully) Made it more clear which graphics features are …
(edit) @105922   8 months vboxsync Unattended: bugref:10511, bugref:10384. Simplify check if the detected …
(edit) @105917   8 months vboxsync Unattended: ​bugref:10511, ​bugref:10384. Check if the detected guest …
(edit) @105885   8 months vboxsync Main: Better fix for GraphicsAdapter::isFeatureEnabled() if a feature …
(edit) @105879   8 months vboxsync Main/GraphicsAdapterImpl: Commented out #ifndef in isFeatureEnabled …
(edit) @105873   8 months vboxsync IPRT/cpp/utils: Moved MY_VECTOR_ASSIGN_ARRAY into IPRT and renamed it …
(edit) @105865   8 months vboxsync Main: Added API for querying graphics features (2D Video / 3D …
(edit) @105864   8 months vboxsync Main: Added API for querying graphics features (2D Video / 3D …
(edit) @105658   9 months vboxsync Main: Add possibility to save the NVRAM file as a directory tree …
(edit) @105605   9 months vboxsync Recording/Main: Renaming: Dropped the superfluous "Settings" suffix of …
(edit) @105455   9 months vboxsync Main: Special API tweak for ARM host disabling x86-on-arm by default …
(edit) @105308   10 months vboxsync Recording: Build fix if VBOX_WITH_RECORDING isn't set. ​bugref:10718
(edit) @105266   10 months vboxsync Recording: Implemented support for a dedicated progress object, which …
(edit) @105254   10 months vboxsync Main,FE/VBoxManage: Add method to query which execution engines …
(edit) @105163   10 months vboxsync Linux/Network: Do not attach netfilter to wrong names or multiple …
(edit) @105136   10 months vboxsync Main/VRDEServerImpl.cpp: Consider the autogenerated certificate …
(edit) @105130   10 months vboxsync Main: Fix build errors after r163757; bugref:10310
(edit) @105127   10 months vboxsync Certificate repair function fix - bugref:10310
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