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) @70058   7 years vboxsync GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)
(edit) @70036   7 years vboxsync Build fix.
(edit) @70035   7 years vboxsync Main/VideoRec: Made the audio driver's LUN assignment more flexible by …
(edit) @69749   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(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) @68975   7 years vboxsync VideoRec: Renaming (be more consistent): video capture vs. video recording.
(edit) @68971   7 years vboxsync VideoRec: Documentation, comments.
(edit) @68944   7 years vboxsync VideoRec/Main: Implemented support for attaching + detaching the video …
(edit) @68866   7 years vboxsync Docs.
(edit) @68850   7 years vboxsync VideoRec: Update on syncing with audio data.
(edit) @68828   7 years vboxsync ExtPack: Split up main module of extension pack, have a mandatory one …
(edit) @68804   7 years vboxsync Warning.
(edit) @68801   7 years vboxsync Build fix.
(edit) @68800   7 years vboxsync Build fix.
(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) @67914   7 years vboxsync src-client: Define LOG_GROUP according to interface or similar.
(edit) @66870   8 years vboxsync Main/ConsoleImpl: bugref:8855: don't ignore the error code when …
(edit) @66381   8 years vboxsync Main/Console: Fix missing parameter for …
(edit) @65646   8 years vboxsync gcc 7: Main: fall thru
(edit) @65484   8 years vboxsync Main/Console: Doxygen
(edit) @65482   8 years vboxsync Main/Console: Add the disk integrity driver into the chain if some …
(edit) @65434   8 years vboxsync Docs.
(edit) @65410   8 years vboxsync VideoRec: Interface work, added container / codec configuration stuff.
(edit) @65162   8 years vboxsync Audio/Main: Some (ground) work for audio support for video recording.
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @65103   8 years vboxsync Main: doxygen fixes
(edit) @63239   8 years vboxsync Main: warnings
(edit) @63184   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63164   8 years vboxsync Main: Warnings
(edit) @63147   8 years vboxsync Main: warnings
(edit) @62379   8 years vboxsync Main: 2nd try: fixes for a few -Wunused -Wconversion
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @62222   8 years vboxsync Main/server: add a BUILDID to the server similar to what we have in …
(edit) @61930   8 years vboxsync i_setVMRuntimeErrorCallback -> i_atVMRuntimeErrorCallback - ambigious …
(edit) @61644   8 years vboxsync Main/ConsoleImpl: refine error handling for enabling the VRDE server
(edit) @61617   8 years vboxsync naughty!
(edit) @61610   8 years vboxsync Main: properly inform the user if the VRDE server cannot be started at …
(edit) @61536   8 years vboxsync Main/ConsoleImpl: provide an error message if enabling the VRDP server …
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @59996   9 years vboxsync Main/VirtualBox: postpone the error reporting from VirtualBox object …
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59117   9 years vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @58414   9 years vboxsync Main/Console: Remove wrong alock.release() call introduced in r97548, …
(edit) @58329   9 years vboxsync DnD: Updates/bugfixes: - Added separate VBOXDNDDISCONNECTMSG …
(edit) @58170   9 years vboxsync doxygen: fixes.
(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) @57828   9 years vboxsync small fix. wrong condition in AssertBreakStmt
(edit) @57818   9 years vboxsync pr7179. as example, first attempt to replace auto_ptr on generic C++ …
(edit) @57599   9 years vboxsync Main/ConsoleImpl: don't complain if NAT redirection rules should be …
(edit) @57595   9 years vboxsync NVMe: Fixes
(edit) @57425   9 years vboxsync DECLCALLBACK
(edit) @57188   9 years vboxsync Main/Console: when starting a VM from saved state, skip the immutable …
(edit) @56963   9 years vboxsync Console: Make sure the members holding the number of encrypted disks …
(edit) @56615   9 years vboxsync Main: build fixes
(edit) @56583   9 years vboxsync Main/ConsoleImpl: LogRel nit and todo has been addressed.
(edit) @56582   9 years vboxsync Main/Console: make resume attempts over the API fail with a …
(edit) @56581   9 years vboxsync Main/ConsoleImpl: ignore 'regular' VM-resume requests when the VM has …
(edit) @56552   9 years vboxsync ConsoleImpl: use doxygen for todo.
(edit) @56551   9 years vboxsync Main/src-client: Don't resume a VM on host-resume unless it was …
(edit) @56470   9 years vboxsync Main: when reporting the guest CPU metrics, use the average between …
(edit) @56283   9 years vboxsync ConsoleImpl: LogRel nit.
(edit) @56268   9 years vboxsync Main/Console: improved NDIS version detection (#7849)
(edit) @56085   10 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @56035   10 years vboxsync Main/Machine+USBController+StorageController: Mix of deleting useless …
(edit) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55941   10 years vboxsync Network/HostOnly: Use driver enumeration instead of registry access …
(edit) @55769   10 years vboxsync Main: it++ => ++it
(edit) @55721   10 years vboxsync Main: Allow host-suspend/resume notifiers to be called several times …
(edit) @55542   10 years vboxsync Main: take approvals of VBoxEventType_OnCanShowWindow into account.
(edit) @55443   10 years vboxsync ConsoleImpl: removed unnecessary local variable.
(edit) @55442   10 years vboxsync Main/Console: fix shared folder crashes (mixup between API method and …
(edit) @55441   10 years vboxsync ConsoleImpl: call the right method i_removeSharedFolder
(edit) @55437   10 years vboxsync Main/Console+Machine: deliver OnGuestPropertyChanged for the current …
(edit) @55382   10 years vboxsync ConsoleImpl: log nit.
(edit) @55370   10 years vboxsync ConsoleImpl: log nit.
(edit) @55222   10 years vboxsync Main/Console: next attempt at making some g++ versions happy
(edit) @55219   10 years vboxsync Main/Console: some g++ versions complain and need help to get the POD
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @55185   10 years vboxsync Oops
(edit) @55182   10 years vboxsync Main,FE/VBoxManage: Support exporting machines as appliances which …
(edit) @55180   10 years vboxsync s/drag'n'drop/drag and drop/
(edit) @54994   10 years vboxsync Preserve error messages before calling …
(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) @54809   10 years vboxsync Distinguished error codes when a provided password is wrong
(edit) @54798   10 years vboxsync Main/Console: Automatically resume the VM if all passwords were …
(edit) @54796   10 years vboxsync Fix crash when loading a saved state with encrypted disks
(edit) @54758   10 years vboxsync Fixes for disk encryption when working with snapshots
(edit) @54716   10 years vboxsync Main: if the guest notifies us about a medium ejected, save the …
(edit) @54625   10 years vboxsync Main: Fixes for disk encryption support and make use of the optimized …
(edit) @54592   10 years vboxsync Build fix
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