VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107475   4 months vboxsync FE/Qt: bugref:3409: VM Settings / USB page: Fix for similar parfait …
(edit) @107474   4 months vboxsync Main/{include/Performance.h,src-server/Performance.cpp}: Missing field …
(edit) @107473   4 months vboxsync FE/Qt: bugref:3409: Global Preferences / Display page: Fix for similar …
(edit) @107472   4 months vboxsync FE/Qt: bugref:3409: Runtime action-pool: A try to fix similar parfait …
(edit) @107471   4 months vboxsync Main/src-server/UnattendedScript.cpp: Don't call Utf8Str::find() …
(edit) @107470   4 months vboxsync FE/Qt: bugref:3409: Runtime UI: Fixing few more parfait warnings in …
(edit) @107468   4 months vboxsync Devices/Graphics/DevVGA.cpp: Fix some redundant condition and unused …
(edit) @107467   4 months vboxsync Storage/VD.cpp: Fix some harmless parfait warnings, bugref:3409
(edit) @107466   4 months vboxsync VMM/VMEmt.cpp: Compile logging only code only if LOG_ENABLED is …
(edit) @107465   4 months vboxsync Main/src-client/ConsoleImpl.cpp: Missing error check, bugref:3409
(edit) @107464   4 months vboxsync Main/src-client/ConsoleImpl.cpp: Eliminate useless assignment as hrc …
(edit) @107463   4 months vboxsync Runtime/common/crypto/pkcs7-core.cpp: Increment the correct variable …
(edit) @107462   4 months vboxsync Main/src-client/ResourceAssignmentManager.cpp: Missing field …
(edit) @107461   4 months vboxsync Main/src-client/ResourceStoreImpl.cpp: Missing field initialisers, …
(edit) @107460   4 months vboxsync Main/src-server/generic/USBProxyBackendUsbIp.cpp: Missing field …
(edit) @107459   4 months vboxsync VBox/Devices/PC/DevQuemuFwCfg.cpp: Break out of the loop if on error, …
(edit) @107458   4 months vboxsync VBox/Devices/PC/DevIoApic.cpp: Guard code which is only active when …
(edit) @107457   4 months vboxsync Devices/PC/DevACPI.cpp: Add missing error check, and re-arrange code …
(edit) @107456   4 months vboxsync Devices/PC/ACPI: Fix unused variable parfait warning for code which is …
(edit) @107455   4 months vboxsync Runtime/common/zip/tarvfswriter.cpp: Don't call a function inside …
(edit) @107454   4 months vboxsync Runtime/common/misc/uri.cpp: Don't call strlen() two times in the …
(edit) @107453   4 months vboxsync Runtime/common/misc/fdt.cpp: Remove unreachable code, u32Token is …
(edit) @107452   4 months vboxsync Runtime/common/log/tracelogreader.cpp: Fix parfait warning, this is …
(edit) @107451   4 months vboxsync Runtime/common/fs/extvfs.cpp: Fix an unread variable parfait warning, …
(edit) @107450   4 months vboxsync Runtime/common/efi/efivarstorevfs.cpp: Disable unused code, bugref:3409
(edit) @107449   4 months vboxsync VMM/include/IEMN8veRecompilerEmit.h: Fix unsequenced operation parfait …
(edit) @107448   4 months vboxsync Main/src-client/ConsoleImplConfigCommon.cpp: Fix vrc/hrc mixup, remove …
(edit) @107447   4 months vboxsync Main/src-server/ApplianceImplImport.cpp: Don't do the string -> …
(edit) @107446   4 months vboxsync FE/Qt: bugref:3409: Runtime UI: Fixing few more parfait warnings in …
(edit) @107445   4 months vboxsync Devices/Storage/DrvRamDisk.cpp: Remove unused variable, remove unused …
(edit) @107444   4 months vboxsync Shared Clipboard/VBoxSharedClipboardSvc-transfers.cpp: Fixed a warning …
(edit) @107443   4 months vboxsync Devices/Storage/DrvHostDVD.cpp: Propagate status code (should be …
(edit) @107442   4 months vboxsync Devices/Storage/DrvHostBase.cpp: Add missing harmless error check in …
(edit) @107441   4 months vboxsync Devices/Storage/DevLsiLogicSCSI.cpp: Disable unused code, bugref:3409
(edit) @107440   4 months vboxsync Main/src-server/NATNetworkImpl.cpp: Fixed a warning found by Parfait. …
(edit) @107439   4 months vboxsync Devices/Storage/DevAHCI.cpp: Fix redundant if condition, bugref:3409
(edit) @107438   4 months vboxsync Main/ApplianceImplImport.cpp: Fixed a warning found by Parfait. …
(edit) @107437   4 months vboxsync ExtPackManagerImpl.cpp: Fixed a warning found by Parfait. ​This …
(edit) @107436   4 months vboxsync Devices/Network/DevDP8390: Fixed a warning found by Parfait. …
(edit) @107435   4 months vboxsync VBoxManage/VBoxManageModifyVM.cpp: Fixed a warning found by Parfait. …
(edit) @107434   4 months vboxsync VBoxManage/VBoxManageGuestCtrl.cpp: Fixed a warning found by Parfait. …
(edit) @107433   4 months vboxsync VBoxManage/VBoxManageGuestCtrl.cpp: Fixed a warning found by Parfait. …
(edit) @107432   4 months vboxsync Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait. …
(edit) @107431   4 months vboxsync Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait [build …
(edit) @107430   4 months vboxsync Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait. …
(edit) @107429   4 months vboxsync Runtime/common/string/strtonum.cpp: Fixed a warning found by Parfait. …
(edit) @107428   4 months vboxsync Devices/Security: Fix some harmless repeated expansion of macro …
(edit) @107427   4 months vboxsync HGCMThread.cpp: Fixed a warning found by Parfait. ​jiraref:VBP-1424
(edit) @107426   4 months vboxsync Storage/ISCSI.cpp: Fix unused assignment parfait warning, transit is …
(edit) @107425   4 months vboxsync Storage/ISCSI.cpp: Fix unused assignment parfait warning, the status …
(edit) @107424   4 months vboxsync Storage/Parallels.cpp: Fix harmless parfait integer overflow warning …
(edit) @107423   4 months vboxsync Storage/RAW.cpp: Fix some parfait warnings, bugref:3409
(edit) @107422   4 months vboxsync Storage/VDI.cpp: Bail out early in case of an error, bugref:3409
(edit) @107421   4 months vboxsync FE/Qt: bugref:3409: Runtime UI: Fixing few parfait warnings in …
(edit) @107420   4 months vboxsync FE/Qt: bugref:3409: Extra-data Manager & Runtime UI: Fixing parfait …
(edit) @107419   4 months vboxsync ConsoleVRDPServer.cpp: Fixed a warning found by Parfait. ​jiraref:VBP-1424
(edit) @107418   4 months vboxsync Disassembler/{DisasmFormatArmV8.cpp,DisasmFormatYasm.cpp}: Remove …
(edit) @107417   4 months vboxsync Disassembler/DisasmCore-armv8.cpp: Explicitely cast the result to …
(edit) @107416   4 months vboxsync Debugger/testcase/tstDBGCParser.cpp: Make function static as it is not …
(edit) @107415   4 months vboxsync Debugger/DBGCDumpImage.cpp: Fix check, bugref:3409
(edit) @107414   4 months vboxsync Debugger/DBGPlugInCommonELFTmpl.cpp.h: Remove redundant sanity check, …
(edit) @107413   4 months vboxsync Host Services/Shared Folders: Fixed a warning found by Parfait. …
(edit) @107412   4 months vboxsync FE/Qt: bugref:3409: Runtime UI: Fixing lots of parfait warnings in UI …
(edit) @107411   4 months vboxsync FE/Qt: bugref:3409: Runtime UI: Fixing parfait warnings in …
(edit) @107410   4 months vboxsync VMM/GIMHV: bugref:3409 Fixed two redundant 'if' conditions. Eliminated …
(edit) @107408   4 months vboxsync FE/Qt: bugref:9510. Make sure CPU percentage is capped at 100.
(edit) @107407   4 months vboxsync FE/Qt: bugref:9510. In case of manager UI an explicit check for GA …
(edit) @107405   5 months vboxsync 3D: Check SVGA_CAP_GBOBJECTS capability before loading 3D surfaces …
(edit) @107403   5 months vboxsync FE/Qt: bugref:10814: VBox Manager / Tool-pane: Changing background …
(edit) @107402   5 months vboxsync VBox REST API: IPlatformARM: Added attribute name=CPUPropertyARM into …
(edit) @107401   5 months vboxsync reverted accidentally made changes.
(edit) @107400   5 months vboxsync bugref:
(edit) @107396   5 months vboxsync FE/Qt: bugref:10814: VBox Manager / Tool-pane: A bit of look&feel …
(edit) @107395   5 months vboxsync Windows driver installation: Added a few certificate-based Windows …
(edit) @107394   5 months vboxsync Windows driver installation/Additions: Added '--ignore-reboot' switch …
(edit) @107393   5 months vboxsync Windows driver installation/VBoxDrvInst: Fixed option definitions for …
(edit) @107392   5 months vboxsync Windows driver installation/VBoxDrvInst: Added a "--ignore-reboot" …
(edit) @107389   5 months vboxsync VMM/CPUM: The CPUMFEATURE structures can't be in target specific …
(edit) @107388   5 months vboxsync FE/Qt: bugref:10814: VBox Manager / Tool-pane: Add hover tool-tip for …
(edit) @107387   5 months vboxsync FE/Qt: bugref:10814: macOS: Layout adjustments for VBox Manager widgets.
(edit) @107386   5 months vboxsync FE/Qt: bugref:10814: VBox Manager: Swap priorities for horizontal and …
(edit) @107385   5 months vboxsync FE/Qt: bugref:10814: macOS/arm build fix
(edit) @107384   5 months vboxsync Windows host installer: Re-applied r166387 again (Don't ignore the …
(edit) @107383   5 months vboxsync Windows host installer: Fixed MSI installer validator warnings: …
(edit) @107382   5 months vboxsync IPRT/r3/nt: Some FILE_INFORMATION_CLASS doc updates for NT4 and …
(edit) @107381   5 months vboxsync Guest Control/Main: Also handle VERR_PATH_NOT_FOUND in …
(edit) @107380   5 months vboxsync Windows host installer: Removed support for (optionally) installing a …
(edit) @107379   5 months vboxsync IPRT/r3/nt: 5 more places where we didn't set OBJ_CASE_INSENSITIVE …
(edit) @107378   5 months vboxsync IPRT/RTFileDelete-r3-nt.cpp: OBJ_CASE_INSENSITIVE must be set in the …
(edit) @107377   5 months vboxsync IPRT/RTFileDelete-r3-nt: Fixed another regression from r162755 which …
(edit) @107376   5 months vboxsync Windows host installer: Fixed detection of previous / newer versions …
(edit) @107375   5 months vboxsync VBoxDumpImage.exe: Added a quick and dirty icon file structure dumper …
(edit) @107374   5 months vboxsync Add/Nt/Installer: Use solid lzma compression as it reduces the …
(edit) @107366   5 months vboxsync Windows host installer: Fixed detection of previous / newer versions …
(edit) @107365   5 months vboxsync Windows host installer: Don't hardcode the REINSTALLMODE property, as …
(edit) @107364   5 months vboxsync Windows host installer: Only include the typelib stuff (only and …
(edit) @107363   5 months vboxsync libs/zlib/Makefile.kmk: nsis-zlib-dll isn't x86 specific, we'll need …
(edit) @107362   5 months vboxsync Main,Installer/win: Removed VBoxProxyStubLegacy.dll since we no longer …
(edit) @107361   5 months vboxsync Windows host installer: Removed the component "cp_RegisterExtensions", …
(edit) @107360   5 months vboxsync FE/Qt: bugref:10814: VBox Manager / Tool-pane: Forgot something in r166395.
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