VirtualBox

source: vbox/trunk/src/VBox/Main/src-all

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105089   5 months vboxsync Main/include,Main/SharedFolderImpl.cpp: Remove a redundant 'const' …
(edit) @105088   5 months vboxsync Main/include,Main/ConsoleSharedFolderImpl.cpp: Remove a redundant …
(edit) @105087   5 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105018   6 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105016   6 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @104865   6 months vboxsync Main: Use VBOX_SVGA_VRAM_MIN_SIZE / VBOX_SVGA_VRAM_MIN_SIZE_3D for …
(edit) @104864   6 months vboxsync Main: Use VBOX_SVGA_VRAM_MIN_SIZE / VBOX_SVGA_VRAM_MIN_SIZE_3D for …
(edit) @104851   6 months vboxsync Main: Addressed @todos in …
(edit) @104846   6 months vboxsync include/VBox,Main,DevVGA: Folded VBox/graphics.h into VBox/param.h and …
(edit) @104820   7 months vboxsync Main: Also make use of …
(edit) @104819   7 months vboxsync Main: Also make use of …
(edit) @104786   7 months vboxsync Main: Added a new include VBox/graphics.h to avoid dragging in a lot …
(edit) @104781   7 months vboxsync Main: Added new API IPlatformProperties::getSupportedVRAMRange() to …
(edit) @104780   7 months vboxsync Main: Added new API IPlatformProperties::getSupportedVRAMRange() to …
(edit) @104154   8 months vboxsync Main/VBoxProxyStub: Fixed using service start name when (re-)creating …
(edit) @103977   9 months vboxsync Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.
(edit) @103532   10 months vboxsync VBoxManage: Add subcommand for enabling UEFI secure boot (and show the …
(edit) @103311   10 months vboxsync Fixed some (potential) va_args leaks (found by Parfait). ​bugref:3409
(edit) @102601   12 months vboxsync Main/Global: Added some more stringify methods for Guest Control stuff.
(edit) @102113   13 months vboxsync Main: Added IPlatformProperties::getSupportedBootDevices(), so that …
(edit) @101756   13 months vboxsync Main: Renamed …
(edit) @101745   13 months vboxsync Main: Renamed …
(edit) @101741   13 months vboxsync Main: Added …
(edit) @101737   13 months vboxsync Main: Added …
(edit) @101698   14 months vboxsync Main/Global.cpp: Some fixes for the ARM Linux types, Oracle Linux and …
(edit) @101696   14 months vboxsync Main/Global.cpp: Some fixes for the ARM Linux types, Oracle Linux and …
(edit) @101683   14 months vboxsync Main/Unattended|GuestOSType: Add an entry in the guest OS type to …
(edit) @101632   14 months vboxsync Main/Global.cpp: Fixed VBOX_LINUX_SUBTYPE_TEMPLATE_ARM64, as it used …
(edit) @101631   14 months vboxsync Main/Global.cpp: Fixed VBOX_LINUX_OSHINTS_B_ARM64, as it included x86 …
(edit) @101630   14 months vboxsync Main/Global.cpp: For ARM VMs we need to have USB 3.0 (XHCI) currently. …
(edit) @101629   14 months vboxsync Main/Global.cpp: Fix typo, bugref:10384
(edit) @101628   14 months vboxsync Main/Global.cpp: Make xHCI the default for ARM VMs, bugref:10384
(edit) @101627   14 months vboxsync Main/Global.cpp: Also set the codec for HDA when creating new ARM VMs. …
(edit) @101621   14 months vboxsync Main/Global.cpp: Use HDA as the default audio controller when creating …
(edit) @101593   14 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(edit) @101579   14 months vboxsync Main,FE/Qt: More ARM guest variants, bugref:10384 [fix for Fedora]
(edit) @101578   14 months vboxsync Main,FE/Qt: More ARM guest variants, bugref:10384 [fix for Fedora]
(edit) @101573   14 months vboxsync Main,FE/Qt: More ARM guest variants, bugref:10384
(edit) @101480   14 months vboxsync Main/src-all,Main/src-client: Add support for PCI bridges for the …
(edit) @101478   14 months vboxsync Main/PlatformProperties: Add AC97/HDA audio controller to the …
(edit) @101460   14 months vboxsync Main: Moved Platform::s_platformArchitectureToStr() to …
(edit) @101425   14 months vboxsync Unattended: bugref:10182, bugref:10511. Adding Oracle 64 bit ARM to …
(edit) @101371   14 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101370   14 months vboxsync Reverted commit r159372, committed too much.
(edit) @101369   14 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101367   14 months vboxsync Main/Global.cpp: Use macros to compose the x64/x86/arm64/arm32 guest …
(edit) @101314   15 months vboxsync Main: Raised the RAM + VRAM a bit for the Other_arm64 OS type, so that …
(edit) @101299   15 months vboxsync Main: Build fix for r159265 - gcc (on solaris/extpack at least) want …
(edit) @101293   15 months vboxsync Main/ExtPack*: tidying up. (Please, do NOT use 'm' as a local …
(edit) @101287   15 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101284   15 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101282   15 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101218   15 months vboxsync Main/Global: One more fix for x64 OS type naming, to match the UI icon …
(edit) @101215   15 months vboxsync Main: Separated (renamed) the internal generic OS hint bits from the …
(edit) @101213   15 months vboxsync Main/Global: New arm64 VMs always need (U)EFI enabled. bugref:10384
(edit) @101207   15 months vboxsync Main + FE/Qt: Added ArchLinux_arm64. bugref:10384
(edit) @101205   15 months vboxsync Main/Global: Also changed the non-Linx OS IDs to the new naming scheme …
(edit) @101204   15 months vboxsync ostypes.h + Main: Renamed ARM32 -> arm32 + ARM64 -> arm64.
(edit) @101200   15 months vboxsync Main,FE/Qt: Add the QEMU RAM based framebuffer device as a possible …
(edit) @101198   15 months vboxsync Main/Global: More work on Linux-based OS IDs. bugref:10384
(edit) @101196   15 months vboxsync Main/Global: More ARM64 OS types stuff. Addd Debian ARM64. bugref:10384
(edit) @101189   15 months vboxsync Main/Global.cpp: Renamed the OS hints and macro templates, as the _32 …
(edit) @101188   15 months vboxsync ostypes.h: Renamed _arm32 / _arm64 -> _ARM32 / _ARM64, to match the …
(edit) @101178   15 months vboxsync Main: Added first two generic guest OS types for ARM (as "Other", as …
(edit) @101164   15 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(edit) @101133   15 months vboxsync Main: Also guard GraphicsControllerType_VMSVGA in platform properties …
(edit) @101132   15 months vboxsync Main: Also guard GraphicsControllerType_VMSVGA in platform properties …
(edit) @101129   15 months vboxsync Main: Limit network adapter types for different platforms and also …
(edit) @101116   15 months vboxsync Main: More code for ARM-specific platform properties. bugref:10384
(edit) @101113   15 months vboxsync Main/Global: Fixed a typo in Global::stringifyDeviceType(). Should be …
(edit) @101057   15 months vboxsync Main: Renamed …
(edit) @101049   15 months vboxsync Main: More Doxygen fixes. bugref:10384
(edit) @101035   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @100827   16 months vboxsync VBox/ostypes.h+Main/{Global,Appliance},VMMDev,FE/Qt: Update the Linux …
(edit) @100737   17 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100729   17 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100550   17 months vboxsync VBoxProxyStub.c: Clean up really really old type libraries.
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99424   20 months vboxsync Main/NvramStore: Don't return VINF_SUCCESS for too large files. Get …
(edit) @99417   20 months vboxsync Main/NvramStore: Be more careful with exceptions in C-interface …
(edit) @98342   23 months vboxsync Main: bugref:4784: addition to r155569, added missing parameter …
(edit) @98341   23 months vboxsync Main: bugref:4784: rename MachineSharedFolder to SharedFolder [build fix]
(edit) @98340   23 months vboxsync Main: bugref:4784: seperated SharedFolder API between VboxSVC and VM …
(edit) @98322   23 months vboxsync Runtime,Main: Remove the now unused and deprecated RTTar* API in favor …
(edit) @98297   23 months vboxsync Main: rc -> hrc/vrc for all but testcases. Enabled scm rc checks …
(edit) @98262   23 months vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97113   2 years vboxsync Main/ExtPack: Attempting to uninstall an extension pack which doesn't …
(edit) @97031   2 years vboxsync Main, FE/Qt: Add Oracle Linux 9 and RHEL 9.
(edit) @96911   2 years vboxsync CloudNet,libs/libssh: bugref:9469 Build fix for r153820.
(edit) @96910   2 years vboxsync CloudNet,libs/libssh: bugref:9469 Build libssh as separate DLL and …
(edit) @96853   2 years vboxsync Main/NvramStore: Fix uninitialized variable, bugref:9477
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96308   2 years vboxsync src/VBox/Main: XML/XSL comment fixes
(edit) @95428   2 years vboxsync Main: Resolved a @todo: Renamed VBoxEventType_Last -> VBoxEventType_End.
(edit) @95318   2 years vboxsync Additions: X11: allow shared folder to be mounted if it is represented …
(edit) @95115   3 years vboxsync Main/ExtPackManagerImpl: Don't make an extra copy of the …
(edit) @94912   3 years vboxsync Main/src-all: Adjust to the new rules wrt. to rc -> hrc,vrc usage, …
(edit) @94906   3 years vboxsync Main/ProgressImpl.cpp: Adjust to the new rules wrt. to rc -> hrc,vrc …
(edit) @94819   3 years vboxsync Main/NvramStore: Fix memory leak
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