VirtualBox

source: vbox/trunk/src/VBox/Main/include/ConsoleImpl.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @78916   6 years vboxsync Main/src-client,Main/include: Unregister HGCM service extensions on …
(edit) @78915   6 years vboxsync Main/src-client,Main/include: Unregister HGCM service extensions on …
(edit) @78897   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78779   6 years vboxsync Main: Cache the VBoxInternal2/TurnResetIntoPowerOff value so we don't …
(edit) @78683   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78509   6 years vboxsync Main/Machine+StorageController+SystemProperties+Console: Add basic …
(edit) @78261   6 years vboxsync Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox …
(edit) @77910   6 years vboxsync Main: bugref:7929: Added ability to change the priority of the VM process
(edit) @76562   6 years vboxsync Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76487   6 years vboxsync Main/include: Slapped #pragma once on all headers in prep for GCC …
(edit) @75955   6 years vboxsync Main: Load VBoxGuestPropSvc from the VMMDev driver.
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75527   6 years vboxsync Main/Recording: compile fixes when VBOX_WITH_AUDIO_RECORDING is unset
(edit) @75495   6 years vboxsync HGCM,Main,SharedFolder,SharedClipboard,GuestProperties: Added HGCM …
(edit) @75488   6 years vboxsync Recording/Main: Implemented better support for recording limits (also …
(edit) @75380   6 years vboxsync Main,VBoxManage,FE/Qt: Extended the createSharedFolder and …
(edit) @75361   6 years vboxsync Recording/Main: Renamed the IRecord* interfaces again to IRecording* …
(edit) @75354   6 years vboxsync Recording: More renaming for Main internals.
(edit) @75352   6 years vboxsync Recording: More renaming for IConsole and IDisplay internals.
(edit) @75345   6 years vboxsync Recording: VBOX_WITH_VIDEOREC -> VBOX_WITH_RECORDING.
(edit) @75344   6 years vboxsync Recording/Main: More file renaming.
(edit) @75341   6 years vboxsync Recording: Renaming APIs ICapture* -> IRecord* and other terminology …
(edit) @75287   6 years vboxsync Capturing/Main: Bugfixes for startup.
(edit) @75251   6 years vboxsync Capturing: Separated capturing settings into new interfaces …
(edit) @74765   6 years vboxsync VideoRec/Main: Condensed code for enabling / disabling video (audio) …
(edit) @73258   6 years vboxsync Audio/Main: Implemented feeding the pre-buffering, buffer size and …
(edit) @73239   6 years vboxsync Audio/Main: Factored out the CFGM driver (LUN) construction to avoid …
(edit) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(edit) @70766   7 years vboxsync Main,FE/VBoxManage: Allow changing the serial port attachment type …
(edit) @70534   7 years vboxsync Audio/VRDE: Committed too much.
(edit) @70533   7 years vboxsync Audio/VRDE: Implemented audio driver base class for Main audio drivers …
(edit) @70496   7 years vboxsync Audio: Renamed VBOX_WITH_VRDE_AUDIO -> VBOX_WITH_AUDIO_VRDE.
(edit) @70322   7 years vboxsync USB: When capturing devices, provide the speed rather than USB port …
(edit) @68992   7 years vboxsync Main/Console: Renaming (be more specific what kind of controller type …
(edit) @68986   7 years vboxsync VMM: Add new QueryGenericObject entry to VMM2USER callback table, for …
(edit) @68944   7 years vboxsync VideoRec/Main: Implemented support for attaching + detaching the video …
(edit) @68850   7 years vboxsync VideoRec: Update on syncing with audio data.
(edit) @68798   7 years vboxsync VideoRec: Overhauled configuration handling to also support audio …
(edit) @68485   7 years vboxsync Audio: Implemented ability to enable / disable audio input / output …
(edit) @65482   8 years vboxsync Main/Console: Add the disk integrity driver into the chain if some …
(edit) @65410   8 years vboxsync VideoRec: Interface work, added container / codec configuration stuff.
(edit) @65164   8 years vboxsync Main/VRDE: Got rid of Doppelmoppel i_getAudioVRDE() functions and use …
(edit) @65162   8 years vboxsync Audio/Main: Some (ground) work for audio support for video recording.
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @64134   8 years vboxsync AHCI,Console: Get rid of the ATAPI implementation and use the DrvSCSI …
(edit) @64096   8 years vboxsync Main/ConsoleImpl: Move the check for the underlying filesystem of a …
(edit) @64093   8 years vboxsync Storage: Move the NonRotationalMedium property from the devices and …
(edit) @63239   8 years vboxsync Main: warnings
(edit) @63184   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @62918   8 years vboxsync Main: rip out long dead code, some leftovers from earlier event …
(edit) @62636   8 years vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @61930   8 years vboxsync i_setVMRuntimeErrorCallback -> i_atVMRuntimeErrorCallback - ambigious …
(edit) @61610   8 years vboxsync Main: properly inform the user if the VRDE server cannot be started at …
(edit) @59787   9 years vboxsync Main/include/ConsoleImpl.h: VMTask is a class, not a struct.
(edit) @59571   9 years vboxsync Main(bugref:7809): Moved driver version reporting from VBox.log to …
(edit) @59117   9 years vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @58383   9 years vboxsync Main: an option to use VRDE auth library from VBoxSVC (not enabled)
(edit) @58004   9 years vboxsync pr7179. Part related to Console class and VMPowerUpTask, …
(edit) @58002   9 years vboxsync Revert 103021 because it's needed to split one commit up on to 3 …
(edit) @57996   9 years vboxsync pr7179. First part. The tasks VMPowerDownTask, VMPowerUpTask, TaskOVF …
(edit) @57524   9 years vboxsync Main: NVMe integration
(edit) @56268   9 years vboxsync Main/Console: improved NDIS version detection (#7849)
(edit) @56085   10 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @55941   10 years vboxsync Network/HostOnly: Use driver enumeration instead of registry access …
(edit) @55437   10 years vboxsync Main/Console+Machine: deliver OnGuestPropertyChanged for the current …
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @55184   10 years vboxsync Missing files
(edit) @54978   10 years vboxsync Main/Console: Fix automatic unpausing a VM which has several disks …
(edit) @54976   10 years vboxsync Main/Console: Add method to add multiple disk encryption passwords …
(edit) @54798   10 years vboxsync Main/Console: Automatically resume the VM if all passwords were …
(edit) @54758   10 years vboxsync Fixes for disk encryption when working with snapshots
(edit) @54625   10 years vboxsync Main: Fixes for disk encryption support and make use of the optimized …
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54106   10 years vboxsync NAT: Introduce PDMINETWORKNATCONFIG::pfnNotifyDnsChanged and call it …
(edit) @54060   10 years vboxsync Main: Fix i_configMediumAttachment inconsistency for USB storage devices
(edit) @53722   10 years vboxsync Fixed some missing H()s in the graphics department. Use ptr for …
(edit) @53560   10 years vboxsync Main: Fixes for disk encryption, delete the key again if configuring …
(edit) @53528   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53442   10 years vboxsync PDM Audio: Branch -> trunk.
(edit) @53407   10 years vboxsync Disk encryption: Make sure the DekMissing guest property is set before …
(edit) @53062   10 years vboxsync USB: Integrate USB sniffer. Make it possible to specify a file to dump …
(edit) @52934   10 years vboxsync Main: safearray cleanup, removed unnecessary SafeArray<->vector conversions
(edit) @52926   10 years vboxsync ConsoleImpl: removed obsolete CONSOLE_WITH_EVENT_CACHE
(edit) @52319   10 years vboxsync Main,Frontends: poll more than one device in IConsole::GetDeviceActivity.
(edit) @52252   10 years vboxsync Main: removed unnecesary vector/SafeArray conversion in …
(edit) @52251   10 years vboxsync Main: update guest properties API to work with API wrappers, removed …
(edit) @52019   10 years vboxsync Main/Console: Switch to RTMemSafer* for key backings
(edit) @51925   10 years vboxsync Console,DrvVD: Clear the encryption keys on suspend
(edit) @51753   10 years vboxsync Fix comment
(edit) @51752   10 years vboxsync Storage,DrvVD,Main: Redo the way secret keys are passed from Main to …
(edit) @51612   10 years vboxsync 6813 Use of server side API wrapper code - ConsoleImpl.cpp
(edit) @51476   11 years vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
(edit) @51342   11 years vboxsync Main,DrvVD: Interface to pass the keys to the disk encryption module …
(edit) @51217   11 years vboxsync crOpenGL: pdm led, some fixes to follow
(edit) @51026   11 years vboxsync ConsoleImpl: SafeVMPtr mRC priority.
(edit) @51008   11 years vboxsync ConsoleImpl: SafeVMPtr, AutoVMCaller mRC init.
(edit) @50945   11 years vboxsync ConsoleImpl: fix a race at SafeVMPtr.
(edit) @50736   11 years vboxsync Main/Console: fixed error code if changing a medium / network …
(edit) @50723   11 years vboxsync Main/Console: when changing a medium or network attachment, suspend …
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