VirtualBox

source: vbox/trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106077   2 months vboxsync Main: Name locks.
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @106028   3 months vboxsync Main/ConsoleImpl.cpp: i_powerDownHostInterfaces doesn't need to do …
(edit) @106026   3 months vboxsync Main/ConsoleImpl.cpp: Converted release assertion in …
(edit) @106023   3 months vboxsync Main/Console: Replaced the horrible Console::notifyNatDnsChange stuff …
(edit) @105978   3 months vboxsync Main/Console: Make sure DNS config is set on VM start for NAT. bugref:10268
(edit) @105726   3 months vboxsync Devices/Network: cleaned up header file, memory leak fixes, search …
(edit) @105605   4 months vboxsync Recording/Main: Renaming: Dropped the superfluous "Settings" suffix of …
(edit) @105555   4 months vboxsync Main/ConsoleImpl: Set VMCREATE_F_DRIVERLESS when starting VMs …
(edit) @105477   4 months vboxsync Main/Console: Add error message when trying to run x86 platform …
(edit) @105455   4 months vboxsync Main: Special API tweak for ARM host disabling x86-on-arm by default …
(edit) @105352   5 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
(edit) @105301   5 months vboxsync Recording: Build fix if VBOX_WITH_RECORDING isn't set. bugref:10718
(edit) @105266   5 months vboxsync Recording: Implemented support for a dedicated progress object, which …
(edit) @105095   5 months vboxsync Video Recording/Main: More optimizations for recording older guests …
(edit) @105087   5 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105018   5 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105016   5 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105006   5 months vboxsync Video Recording: Big revamp to improve overall performance. We now …
(edit) @104799   6 months vboxsync Recording/Main: Added (release) statistics (via STAM) for getting some …
(edit) @104713   7 months vboxsync Recording/Main: Do not alter the settings (the global recording …
(edit) @104286   8 months vboxsync IPRT/log,Main: Open the parent directory of the log file on Windows …
(edit) @103856   9 months vboxsync Main: Compilation fix if VBOX_WITH_USB is not defined.
(edit) @103293   10 months vboxsync Main/ConsoleImpl.cpp: Some HRESULT vs. VBox status code mixup fixes, …
(edit) @102455   12 months vboxsync Main: Removed some more BUGBUG entries and documented empty / …
(edit) @101619   13 months vboxsync Main/src-client/ConsoleImpl: Preliminary code to hook up the power …
(edit) @101597   13 months vboxsync pdmifs.h,DevACPI.cpp,ConsoleImpl.cpp: Move the power button events out …
(edit) @101199   15 months vboxsync Main + FE/Qt: More Virtio-Sound handling configuration. bugref:10384
(edit) @101039   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @101035   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @100606   17 months vboxsync Shared Clipboard/Main + FE/Qt: Added clipboard error propagation from …
(edit) @100521   17 months vboxsync Main: separate function for parsing the entries in remote USB device …
(edit) @100038   18 months vboxsync Main: Start simple ResourceStore implementation similar to NvramStore …
(edit) @99970   18 months vboxsync Shared Clipboard/HostService: Emphasize that VBOX_SHCL_TRANSFER_MODE …
(edit) @99913   19 months vboxsync Main/src-client/ConsoleImpl: Add some _very_ basic config code to run …
(edit) @99808   19 months vboxsync Main/ConsoleImpl: Work around compilation under parfait, bugref:3409
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98807   21 months vboxsync Some small Solaris-specific build warning fixes: Main/Console: Remove …
(edit) @98706   21 months vboxsync bugref:10366. The parameter aDevice is filled in case of successful …
(edit) @98644   22 months vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98340   22 months vboxsync Main: bugref:4784: seperated SharedFolder API between VboxSVC and VM …
(edit) @98266   23 months vboxsync Main/ConsoleImpl.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98265   23 months vboxsync Main/ConsoleImpl.cpp: rc -> hrc/vrc. Made …
(edit) @98264   23 months vboxsync iprt/cpp/xml.h,Main: Added EIPRTFailure::getStatus() as an alternative …
(edit) @98263   23 months vboxsync Main: rc() -> hrc()/vrc().
(edit) @98262   23 months vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98260   23 months vboxsync Main/ConsoleImpl.cpp: rc -> vrc/hrc bugref:10223
(edit) @98123   23 months vboxsync Main/Console: Todo wrt MSD hotplugging and some coding style nits.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @98095   23 months vboxsync Main/Console: Implemented a LED query optimization, where also keep …
(edit) @98091   23 months vboxsync Main/Console: LED related cleanups. bugref:9892
(edit) @98088   23 months vboxsync Main/ConsoleImpl: Added a dedicated read/write lock to the LED sets to …
(edit) @98086   23 months vboxsync Main/ConsoleImpl: Modified the LED set enmType to a bitmap containing …
(edit) @98085   23 months vboxsync Main/ConsoleImpl: Added @todo's to getDeviceActivity regarding …
(edit) @98084   23 months vboxsync Main/ConsoleImpl: Another small getDeviceActivity optimization, …
(edit) @98082   23 months vboxsync Main/ConsoleImpl: Optimized the getDeviceActivity code a little by …
(edit) @97815   2 years vboxsync VMM: Don't assume a teleportation operation when VMR3LoadFromStream() …
(edit) @97367   2 years vboxsync Backed out r154357,r154358,r154360,r154361,r154364 because it still …
(edit) @97359   2 years vboxsync bugref:4784 - separated SharedFolder API from being used from both …
(edit) @96888   2 years vboxsync Main,FE/VBoxManage: Implement possiblity to configure some of the …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96230   2 years vboxsync Recording/Main: Renaming (IPRT status code -> VBox status code). …
(edit) @96226   2 years vboxsync Recording/Main Make sure to clear map first, as we want to (re-)set …
(edit) @96172   2 years vboxsync Recording/Main: Changed IRecordingScreenSettings::features attribute …
(edit) @96141   2 years vboxsync Recording/Main: - Renamed RecordingVideoScalingMethod -> …
(edit) @96137   2 years vboxsync Recording/Main: Propagate errors further up, to let clients ask …
(edit) @95645   2 years vboxsync Recording/Main: Simplified and got rid of some destruction races by …
(edit) @95639   2 years vboxsync Recording: Settings handling fixes / overhaul. This adds the ability …
(edit) @95423   2 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95368   2 years vboxsync FE/Qt, Main/Console+Mouse, VBoxManage: Touchpad support, should be …
(edit) @95330   2 years vboxsync Main/ConsoleImpl.cpp: nit
(edit) @94848   3 years vboxsync Main/Console: Fixed some IRPT and COM status code style mixup, bugref:9955
(edit) @94846   3 years vboxsync Main/Console: Set the flag if the log is encrypted, bugref:9955
(edit) @94812   3 years vboxsync Main: Corrected error formatting in Console::i_powerUp to match string …
(edit) @94808   3 years vboxsync Main/Console: Implement log encryption for encrypted VMs, bugref:9955 …
(edit) @94804   3 years vboxsync Main/Console: Implement log encryption for encrypted VMs, bugref:9955
(edit) @94793   3 years vboxsync Main,VMM: Implemented most of the functionality for encrypted VMs …
(edit) @94763   3 years vboxsync VMM/SSM: Allow SSMR3Open and SSMR3ValidateFile to take a stream …
(edit) @94744   3 years vboxsync Main/ConsoleImpl: Some helpers to retain and release the cryptographic …
(edit) @94742   3 years vboxsync Main/ConsoleImpl: Some helpers to retain and release the cryptographic …
(edit) @94660   3 years vboxsync doc/manual,Main,Frontends: API changes in preparation for full VM …
(edit) @94368   3 years vboxsync Main,UsbWebcam: Drop passing pointers through CFGM in favor of using …
(edit) @94342   3 years vboxsync Main,VMM/PDMUsb,Devices/USB,VRDP: Drop passing pointers through CFGM …
(edit) @94321   3 years vboxsync Main/UsbCardReader: Drop passing pointers through CFGM in favor of …
(edit) @94246   3 years vboxsync Main/Console: Attach and detach storage stuff on EMT(0) to avoid …
(edit) @94184   3 years vboxsync Main: Guest Properties: notify lesteners that property was deleted …
(edit) @93891   3 years vboxsync Main: Guest Properties: improved property name and value validation, …
(edit) @93859   3 years vboxsync Main: Replaced DRVMAINSTATUS::pmapMediumAttachments with a …
(edit) @93858   3 years vboxsync Main: Restored bwGroups[i]->COMGETTER(Name)(strName.asOutParam()); …
(edit) @93856   3 years vboxsync Fix burn related to @param doc for new method added
(edit) @93855   3 years vboxsync Main/Console: remove statements that write pointers for led set, …
(edit) @93561   3 years vboxsync Work around inability of XPCOM to handle enums starting with a digit.
(edit) @93560   3 years vboxsync Added emulation of several classic Ethernet adapters.
(edit) @93449   3 years vboxsync Main,ExtPacks: Don't like with the VMM anymore, use the function …
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93440   3 years vboxsync Main/ConsoleImpl: some tiny cleanups.
(edit) @93439   3 years vboxsync Main/ConsoleImpl: some tiny cleanups.
(edit) @93410   3 years vboxsync Main: Generate enum value to string conversion functions for the API. …
(edit) @93362   3 years vboxsync CloudNet: bugref:9469 Do not attempt to stop gateway instances on …
(edit) @93312   3 years vboxsync CloudNet: ​bugref:9469 Replace local gateway with DrvCloudTunnel. …
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