VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107458   12 days vboxsync VBox/Devices/PC/DevIoApic.cpp: Guard code which is only active when …
(edit) @107457   12 days vboxsync Devices/PC/DevACPI.cpp: Add missing error check, and re-arrange code …
(edit) @107456   12 days vboxsync Devices/PC/ACPI: Fix unused variable parfait warning for code which is …
(edit) @107455   12 days vboxsync Runtime/common/zip/tarvfswriter.cpp: Don't call a function inside …
(edit) @107454   12 days vboxsync Runtime/common/misc/uri.cpp: Don't call strlen() two times in the …
(edit) @107453   12 days vboxsync Runtime/common/misc/fdt.cpp: Remove unreachable code, u32Token is …
(edit) @107452   12 days vboxsync Runtime/common/log/tracelogreader.cpp: Fix parfait warning, this is …
(edit) @107451   12 days vboxsync Runtime/common/fs/extvfs.cpp: Fix an unread variable parfait warning, …
(edit) @107450   12 days vboxsync Runtime/common/efi/efivarstorevfs.cpp: Disable unused code, bugref:3409
(edit) @107449   12 days vboxsync VMM/include/IEMN8veRecompilerEmit.h: Fix unsequenced operation parfait …
(edit) @107448   12 days vboxsync Main/src-client/ConsoleImplConfigCommon.cpp: Fix vrc/hrc mixup, remove …
(edit) @107447   12 days vboxsync Main/src-server/ApplianceImplImport.cpp: Don't do the string -> …
(edit) @107446   13 days vboxsync FE/Qt: bugref:3409: Runtime UI: Fixing few more parfait warnings in …
(edit) @107445   13 days vboxsync Devices/Storage/DrvRamDisk.cpp: Remove unused variable, remove unused …
(edit) @107444   13 days vboxsync Shared Clipboard/VBoxSharedClipboardSvc-transfers.cpp: Fixed a warning …
(edit) @107443   13 days vboxsync Devices/Storage/DrvHostDVD.cpp: Propagate status code (should be …
(edit) @107442   13 days vboxsync Devices/Storage/DrvHostBase.cpp: Add missing harmless error check in …
(edit) @107441   13 days vboxsync Devices/Storage/DevLsiLogicSCSI.cpp: Disable unused code, bugref:3409
(edit) @107440   13 days vboxsync Main/src-server/NATNetworkImpl.cpp: Fixed a warning found by Parfait. …
(edit) @107439   13 days vboxsync Devices/Storage/DevAHCI.cpp: Fix redundant if condition, bugref:3409
(edit) @107438   13 days vboxsync Main/ApplianceImplImport.cpp: Fixed a warning found by Parfait. …
(edit) @107437   13 days vboxsync ExtPackManagerImpl.cpp: Fixed a warning found by Parfait. ​This …
(edit) @107436   13 days vboxsync Devices/Network/DevDP8390: Fixed a warning found by Parfait. …
(edit) @107435   13 days vboxsync VBoxManage/VBoxManageModifyVM.cpp: Fixed a warning found by Parfait. …
(edit) @107434   13 days vboxsync VBoxManage/VBoxManageGuestCtrl.cpp: Fixed a warning found by Parfait. …
(edit) @107433   13 days vboxsync VBoxManage/VBoxManageGuestCtrl.cpp: Fixed a warning found by Parfait. …
(edit) @107432   13 days vboxsync Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait. …
(edit) @107431   13 days vboxsync Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait [build …
(edit) @107430   13 days vboxsync Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait. …
(edit) @107429   13 days vboxsync Runtime/common/string/strtonum.cpp: Fixed a warning found by Parfait. …
(edit) @107428   13 days vboxsync Devices/Security: Fix some harmless repeated expansion of macro …
(edit) @107427   13 days vboxsync HGCMThread.cpp: Fixed a warning found by Parfait. ​jiraref:VBP-1424
(edit) @107426   13 days vboxsync Storage/ISCSI.cpp: Fix unused assignment parfait warning, transit is …
(edit) @107425   13 days vboxsync Storage/ISCSI.cpp: Fix unused assignment parfait warning, the status …
(edit) @107424   13 days vboxsync Storage/Parallels.cpp: Fix harmless parfait integer overflow warning …
(edit) @107423   13 days vboxsync Storage/RAW.cpp: Fix some parfait warnings, bugref:3409
(edit) @107422   13 days vboxsync Storage/VDI.cpp: Bail out early in case of an error, bugref:3409
(edit) @107421   13 days vboxsync FE/Qt: bugref:3409: Runtime UI: Fixing few parfait warnings in …
(edit) @107420   13 days vboxsync FE/Qt: bugref:3409: Extra-data Manager & Runtime UI: Fixing parfait …
(edit) @107419   13 days vboxsync ConsoleVRDPServer.cpp: Fixed a warning found by Parfait. ​jiraref:VBP-1424
(edit) @107418   13 days vboxsync Disassembler/{DisasmFormatArmV8.cpp,DisasmFormatYasm.cpp}: Remove …
(edit) @107417   13 days vboxsync Disassembler/DisasmCore-armv8.cpp: Explicitely cast the result to …
(edit) @107416   13 days vboxsync Debugger/testcase/tstDBGCParser.cpp: Make function static as it is not …
(edit) @107415   13 days vboxsync Debugger/DBGCDumpImage.cpp: Fix check, bugref:3409
(edit) @107414   13 days vboxsync Debugger/DBGPlugInCommonELFTmpl.cpp.h: Remove redundant sanity check, …
(edit) @107413   13 days vboxsync Host Services/Shared Folders: Fixed a warning found by Parfait. …
(edit) @107412   13 days vboxsync FE/Qt: bugref:3409: Runtime UI: Fixing lots of parfait warnings in UI …
(edit) @107411   13 days vboxsync FE/Qt: bugref:3409: Runtime UI: Fixing parfait warnings in …
(edit) @107410   13 days vboxsync VMM/GIMHV: bugref:3409 Fixed two redundant 'if' conditions. Eliminated …
(edit) @107408   3 weeks vboxsync FE/Qt: bugref:9510. Make sure CPU percentage is capped at 100.
(edit) @107407   3 weeks vboxsync FE/Qt: bugref:9510. In case of manager UI an explicit check for GA …
(edit) @107405   4 weeks vboxsync 3D: Check SVGA_CAP_GBOBJECTS capability before loading 3D surfaces …
(edit) @107403   4 weeks vboxsync FE/Qt: bugref:10814: VBox Manager / Tool-pane: Changing background …
(edit) @107402   4 weeks vboxsync VBox REST API: IPlatformARM: Added attribute name=CPUPropertyARM into …
(edit) @107401   4 weeks vboxsync reverted accidentally made changes.
(edit) @107400   4 weeks vboxsync bugref:
(edit) @107396   4 weeks vboxsync FE/Qt: bugref:10814: VBox Manager / Tool-pane: A bit of look&feel …
(edit) @107395   4 weeks vboxsync Windows driver installation: Added a few certificate-based Windows …
(edit) @107394   4 weeks vboxsync Windows driver installation/Additions: Added '--ignore-reboot' switch …
(edit) @107393   4 weeks vboxsync Windows driver installation/VBoxDrvInst: Fixed option definitions for …
(edit) @107392   4 weeks vboxsync Windows driver installation/VBoxDrvInst: Added a "--ignore-reboot" …
(edit) @107389   4 weeks vboxsync VMM/CPUM: The CPUMFEATURE structures can't be in target specific …
(edit) @107388   4 weeks vboxsync FE/Qt: bugref:10814: VBox Manager / Tool-pane: Add hover tool-tip for …
(edit) @107387   4 weeks vboxsync FE/Qt: bugref:10814: macOS: Layout adjustments for VBox Manager widgets.
(edit) @107386   4 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Swap priorities for horizontal and …
(edit) @107385   4 weeks vboxsync FE/Qt: bugref:10814: macOS/arm build fix
(edit) @107384   4 weeks vboxsync Windows host installer: Re-applied r166387 again (Don't ignore the …
(edit) @107383   4 weeks vboxsync Windows host installer: Fixed MSI installer validator warnings: …
(edit) @107382   4 weeks vboxsync IPRT/r3/nt: Some FILE_INFORMATION_CLASS doc updates for NT4 and …
(edit) @107381   4 weeks vboxsync Guest Control/Main: Also handle VERR_PATH_NOT_FOUND in …
(edit) @107380   4 weeks vboxsync Windows host installer: Removed support for (optionally) installing a …
(edit) @107379   4 weeks vboxsync IPRT/r3/nt: 5 more places where we didn't set OBJ_CASE_INSENSITIVE …
(edit) @107378   4 weeks vboxsync IPRT/RTFileDelete-r3-nt.cpp: OBJ_CASE_INSENSITIVE must be set in the …
(edit) @107377   4 weeks vboxsync IPRT/RTFileDelete-r3-nt: Fixed another regression from r162755 which …
(edit) @107376   4 weeks vboxsync Windows host installer: Fixed detection of previous / newer versions …
(edit) @107375   4 weeks vboxsync VBoxDumpImage.exe: Added a quick and dirty icon file structure dumper …
(edit) @107374   4 weeks vboxsync Add/Nt/Installer: Use solid lzma compression as it reduces the …
(edit) @107366   5 weeks vboxsync Windows host installer: Fixed detection of previous / newer versions …
(edit) @107365   5 weeks vboxsync Windows host installer: Don't hardcode the REINSTALLMODE property, as …
(edit) @107364   5 weeks vboxsync Windows host installer: Only include the typelib stuff (only and …
(edit) @107363   5 weeks vboxsync libs/zlib/Makefile.kmk: nsis-zlib-dll isn't x86 specific, we'll need …
(edit) @107362   5 weeks vboxsync Main,Installer/win: Removed VBoxProxyStubLegacy.dll since we no longer …
(edit) @107361   5 weeks vboxsync Windows host installer: Removed the component "cp_RegisterExtensions", …
(edit) @107360   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager / Tool-pane: Forgot something in r166395.
(edit) @107359   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Huge rework actually; Reworking …
(edit) @107358   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager / Chooser-pane: No need for a global …
(edit) @107357   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager / Tool-pane: Adjust behavior for …
(edit) @107356   5 weeks vboxsync FE/Qt: bugref:10814: build fix
(edit) @107355   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Continue with the code …
(edit) @107354   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Make sure Machines pane opened by …
(edit) @107353   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Machine Manager don't really need …
(edit) @107352   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Rework the cleanup procedures for …
(edit) @107351   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Extend UITools with possibility to …
(edit) @107350   5 weeks vboxsync Reverted r166387 again (Windows host installer: Don't ignore the exit …
(edit) @107349   5 weeks vboxsync Windows host installer: Don't ignore the exit code of "msi validate" …
(edit) @107348   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Adjust Global tool manager to have …
(edit) @107347   5 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Adding more connections to cleanup …
(edit) @107346   5 weeks vboxsync IPRT/RTFileDelete-r3-nt: Fixed a regression from r162755 which …
(edit) @107345   5 weeks vboxsync Main/Global: Update the Windows on ARM entries in the …
(edit) @107344   5 weeks vboxsync FE/VBoxManage: Format string fixes for verbose Guest Control sub commands.
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