VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104003   11 months vboxsync Guest Control/Main: Added a new define GSTCTL_DEFAULT_TIMEOUT_MS and …
(edit) @104001   11 months vboxsync Guest Control/Main: Renaming (removed "File" from some internal …
(edit) @103977   11 months vboxsync Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.
(edit) @103532   11 months vboxsync VBoxManage: Add subcommand for enabling UEFI secure boot (and show the …
(edit) @103395   12 months vboxsync Main/Audio: Added mutable state dependency checks for audio adapter …
(edit) @103288   12 months vboxsync Main/ovfreader: Introduce ResourceType_Invalid for 0 and check against …
(edit) @103085   12 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103005   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102667   14 months vboxsync Guest Control: Actually add the found strings of …
(edit) @102654   14 months vboxsync Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415
(edit) @102614   14 months vboxsync Guest Control: Keep a COM object reference to the guest and console …
(edit) @102609   14 months vboxsync Main/Global: Added some more stringify methods for Guest Control stuff …
(edit) @102608   14 months vboxsync Main/Global: Added some more stringify methods for Guest Control stuff …
(edit) @102601   14 months vboxsync Main/Global: Added some more stringify methods for Guest Control stuff.
(edit) @102534   14 months vboxsync Main/Unattended: Renamed the attribute "IUnattended::password" to …
(edit) @102533   14 months vboxsync Main/Guest Control: Fixed a shutdown race when uninitializing guest …
(edit) @102517   14 months vboxsync Main/ConsoleImplConfigArmV8.cpp: Get rid of most hardcoded addresses …
(edit) @102381   14 months vboxsync Main/Unattended: Added stubs for IUnattended:keyboardLayout + …
(edit) @102360   14 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102342   14 months vboxsync Main/Unattended: Implemented support for subiquity-/cloud-init-based …
(edit) @102337   14 months vboxsync Main/Unattended: Implemented support for subiquity-/cloud-init-based …
(edit) @102228   15 months vboxsync Main/Unattended: Added support for returning hashed values (MD5, SHA1, …
(edit) @102171   15 months vboxsync Main/Unattended: Removed WIMImage::mEnmOsType as it is a duplicate of …
(edit) @102116   15 months vboxsync Main/Unattended: added user payload to unattended. bugref:10446
(edit) @102113   15 months vboxsync Main: Added IPlatformProperties::getSupportedBootDevices(), so that …
(edit) @101756   15 months vboxsync Main: Renamed …
(edit) @101745   15 months vboxsync Main: Renamed …
(edit) @101737   15 months vboxsync Main: Added …
(edit) @101695   15 months vboxsync Main/UnattendedInstaller: Move editDebianGrubCfg() to the base …
(edit) @101685   15 months vboxsync Main/Unattended|GuestOSType: Add an entry in the guest OS type to …
(edit) @101683   15 months vboxsync Main/Unattended|GuestOSType: Add an entry in the guest OS type to …
(edit) @101593   15 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(edit) @101477   16 months vboxsync Main/ConsoleImpl: Use the common method to configure the graphics …
(edit) @101474   16 months vboxsync Main/ConsoleImpl: Add parameter to the method configuring the VMM …
(edit) @101472   16 months vboxsync FE/VBoxManage,FE/Qt,Main/{VirtualBox.xidl,Appliance}: Add the ability …
(edit) @101469   16 months vboxsync Main/ConsoleImpl: Move the network controller configuration out of the …
(edit) @101465   16 months vboxsync Main/ConsoleImpl: Move the storage controller configuration out of the …
(edit) @101464   16 months vboxsync Main/ConsoleImpl: Move the guest debug configuration out of the x86 …
(edit) @101462   16 months vboxsync Main/ConsoleImpl: Move the PDM configuration out of the x86 config …
(edit) @101460   16 months vboxsync Main: Moved Platform::s_platformArchitectureToStr() to …
(edit) @101459   16 months vboxsync Main/ConsoleImpl: Move the VMM device configuration out of the x86 …
(edit) @101458   16 months vboxsync Main/ConsoleImpl: Move the audio controller configuration out of the …
(edit) @101418   16 months vboxsync Main: Added VM setting (AutoSerialNumGen) for enabling automatic VM …
(edit) @101356   16 months vboxsync Unattended: ​bugref:10530. Looks like OL8 kickstart used to include a …
(edit) @101351   16 months vboxsync Unattended: bugref:10530. Adapting kickstart file and kernel command …
(edit) @101318   16 months vboxsync Main: Move findEfiRom to the common code and add a …
(edit) @101299   16 months vboxsync Main: Build fix for r159265 - gcc (on solaris/extpack at least) want …
(edit) @101293   16 months vboxsync Main/ExtPack*: tidying up. (Please, do NOT use 'm' as a local …
(edit) @101282   16 months vboxsync Main: Added IPlatformProperties::supportedGuestOSTypes() getter to …
(edit) @101220   17 months vboxsync Main: Moved i_controllerNameFromBusType() from Machine to …
(edit) @101215   17 months vboxsync Main: Separated (renamed) the internal generic OS hint bits from the …
(edit) @101180   17 months vboxsync Frontends/VBoxManage,Main/VirtualBox: Change the newly added …
(edit) @101177   17 months vboxsync Main: Added GuestOSType::i_platformArchitecture() for easier …
(edit) @101176   17 months vboxsync Main: Added a new static function Host::s_getPlatformArchitecture() …
(edit) @101174   17 months vboxsync Main: Use "static" here as advertised. bugref:10384
(edit) @101171   17 months vboxsync Main: Added a IGuestOSType::platformArchitecture attribute for …
(edit) @101166   17 months vboxsync Main/VirtualBox: Follow-up build fix to move the function declarations …
(edit) @101164   17 months vboxsync doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xid …
(edit) @101117   17 months vboxsync Main: Added ISystemProperties::getSupportedPlatformArchitectures(), …
(edit) @101063   17 months vboxsync Main: More stub code for ARM. bugref:10384
(edit) @101057   17 months vboxsync Main: Renamed …
(edit) @101044   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101043   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101041   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101038   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101037   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101036   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101035   17 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @100737   18 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100730   18 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding GUI side of the …
(edit) @100729   18 months vboxsync API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal …
(edit) @100651   19 months vboxsync Shared Clipboard: Also give the registered service extension the …
(edit) @100615   19 months vboxsync Shared Clipboard: Renaming (PFNVRDPCLIPBOARDEXTCALLBACK -> …
(edit) @100609   19 months vboxsync Shared Clipboard/Main + FE/Qt: Added clipboard error propagation from …
(edit) @100606   19 months vboxsync Shared Clipboard/Main + FE/Qt: Added clipboard error propagation from …
(edit) @100521   19 months vboxsync Main: separate function for parsing the entries in remote USB device …
(edit) @100038   20 months vboxsync Main: Start simple ResourceStore implementation similar to NvramStore …
(edit) @99913   21 months vboxsync Main/src-client/ConsoleImpl: Add some _very_ basic config code to run …
(edit) @99909   21 months vboxsync Main/ConsoleImpl: Split the VM config code into a common and …
(edit) @99740   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99604   21 months vboxsync bugref:10314. bugref:10278. Reverted VSD RAM unit to bytes and fixed …
(edit) @99523   22 months vboxsync bugref:10314. Reverted back r154561 partially. RAM unit is MB.
(edit) @99418   22 months vboxsync Main/NvramStore: Be more careful with exceptions in C-interface …
(edit) @99416   22 months vboxsync Guest Control/Main: Treat reported Guest Additions versions of "0.0.0" …
(edit) @99392   22 months vboxsync Guest Control: Completely revamped / overhauled the (now legacy) …
(edit) @99262   22 months vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99258   22 months vboxsync Guest Control/Main: Renamed GuestSession::i_fsQueryInfoViaToolbox() -> …
(edit) @99252   22 months vboxsync Guest Control/Main: Renamed IGuestSession::i_fsQueryInfo() -> …
(edit) @99150   23 months vboxsync Guest Control: Changed the parameter position of the CWD parameter, so …
(edit) @99120   23 months vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99085   23 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @99011   23 months vboxsync Guest Control/Main: Removed unused ACL parameters from …
(edit) @98965   23 months vboxsync Main/UefiVairableStore: The shim parsing the MokList rejects it due to …
(edit) @98964   23 months vboxsync Main/UefiVariableStore: Add API to add signatures to the MOK list …
(edit) @98846   2 years vboxsync Main/Medium+VirtualBox: If Medium::close() and …
(edit) @98816   2 years vboxsync Guest Control: Added GuestFsObjData::FromGuestDirEntryEx(). bugref:9783
(edit) @98792   2 years vboxsync Guest Control/VBoxService: Moved all the CALLBACKDATA_ struct from …
(edit) @98729   2 years vboxsync Main: Linux Additions upgrade: Fix path to rcvboxadd and user …
(edit) @98725   2 years vboxsync Guest Control/Main: Fixed deleting files via built-in toolbox; …
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