VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31332   14 years vboxsync Support passing cpu priority change to a running guest.
(edit) @31270   14 years vboxsync Main: A little bit more logging.
(edit) @31241   14 years vboxsync Removed use of interface version for IGuest::getAdditionsVersion, some …
(edit) @31220   14 years vboxsync Main: rename IConsole::forgetSavedState() to discardSavedState()
(edit) @31218   14 years vboxsync Main: extend Machine::unregister() to no longer fail with machines in …
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @31002   14 years vboxsync First support for auto-mounted Shared Folders (Windows only yet).
(edit) @30907   14 years vboxsync Pass RDP credentials to the guest only if there are no logged in users …
(edit) @30899   14 years vboxsync Main: removed bogus mouse shape data assert
(edit) @30871   14 years vboxsync Main: event names now in past tense
(edit) @30842   14 years vboxsync Activated large guest memory support for 32-bit guests
(edit) @30825   14 years vboxsync Main: callbacks removal
(edit) @30804   14 years vboxsync Main: handle enumerate guest properties correctly at runtime if the …
(edit) @30777   14 years vboxsync Main: Cancelled -> Canceled.
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30716   14 years vboxsync release build fixes
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30629   14 years vboxsync Main: irrelevant change sneaked in
(edit) @30627   14 years vboxsync Main, some frontends: removing callbacks
(edit) @30591   14 years vboxsync Main: events bits
(edit) @30564   14 years vboxsync Main: safearray event attributes work
(edit) @30553   14 years vboxsync Main: console events, sample of veto events use (enabled by default, …
(edit) @30510   14 years vboxsync Main: events work, firing of events enabled
(edit) @30434   14 years vboxsync no space before MB please (same as some lines above)
(edit) @30431   14 years vboxsync Formatting
(edit) @30430   14 years vboxsync Log virtual address space limit for win32 hosts
(edit) @30324   14 years vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30300   14 years vboxsync Main: another minor BSTR/Bstr fix
(edit) @30289   14 years vboxsync improved r62816: only show a warning now, not an error; enable the …
(edit) @30209   14 years vboxsync Main: fixed non-Windows burns
(edit) @30207   14 years vboxsync Main: console COM events, cleanup, locking
(edit) @30191   14 years vboxsync Main: add DMI product name and DMI product version to the release log …
(edit) @30112   14 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @29971   15 years vboxsync Main: cosmetical change in error messages
(edit) @29965   15 years vboxsync Main: Make IConsole::teleport() fail with the same message as the …
(edit) @29957   15 years vboxsync Console*: Fixed power off on failure issue again (should be correct …
(edit) @29927   15 years vboxsync Main: Three state powerOn progress object when teleporting.
(edit) @29864   15 years vboxsync Main: Make it possible to cancel the starting of a teleporation target.
(edit) @29804   15 years vboxsync Main/Console: trigger callbacks even without a running VM, for …
(edit) @29580   15 years vboxsync Main: avoid clearing vtable with memset
(edit) @29550   15 years vboxsync typo
(edit) @29518   15 years vboxsync Main: onMousePointerShapeChange reworked
(edit) @29480   15 years vboxsync Main: Remove IoBackendType in StorageController and have a boolean …
(edit) @29363   15 years vboxsync Added 'restart' parameter to OnVRDPServerChange notification.
(edit) @29326   15 years vboxsync LsiLogic: Make the SAS controller a separate device to make it …
(edit) @29292   15 years vboxsync Main/Console: fix regression introduced by making inaccessible …
(edit) @29224   15 years vboxsync Main: turn ISO not found error into warning to allow restoring VMs …
(edit) @28977   15 years vboxsync Main: fix bug in OnShowWindow introduced in r60968
(edit) @28959   15 years vboxsync ConsoleImpl: Implemented VBOX_E_DONT_CALL_AGAIN for IConsoleCallback.
(edit) @28955   15 years vboxsync VirtualBox::RegisterCallback,Console::RegisterCallback: Explicitly …
(edit) @28873   15 years vboxsync Main/Snapshot+Console: implement reparenting children as part of a …
(edit) @28835   15 years vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28795   15 years vboxsync Console::powerDown: Must set mVMDestroying whether there are any VM …
(edit) @28766   15 years vboxsync Main/Console: wrong place to lock the VM pointer, causes hangs
(edit) @28765   15 years vboxsync Main: Build fix
(edit) @28764   15 years vboxsync Main: Introduce a per controller setting to switch to the unbuffered …
(edit) @28727   15 years vboxsync Main/Console: clean up CFGM handling for medium attachments, make one …
(edit) @28698   15 years vboxsync ConsoleImpl.cpp: Flush the directory + hint how to get a good release …
(edit) @28607   15 years vboxsync Main/Console: eliminate dead variable
(edit) @28585   15 years vboxsync Main/Console+Machine+Snapshot+Medium: Start with online snapshot …
(edit) @28205   15 years vboxsync Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted …
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27761   15 years vboxsync Main: fixed saving guest properties at machine power off
(edit) @27258   15 years vboxsync Fixed crash when deleting VRDP guest properties.
(edit) @26782   15 years vboxsync Main, Frontends: added support for virtual pointing devices with no …
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26615   15 years vboxsync CPU hotplug: Increase the number of tries to unplug a CPU from the VM. …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26323   15 years vboxsync Main/Machine+Console: Extend the scope of the power up progress …
(edit) @26313   15 years vboxsync fixed status LEDs for storage devices
(edit) @26300   15 years vboxsync pdmifs.h: Moved the network interfaces to a separate header called …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26068   15 years vboxsync back out Main/Session+Console hack introducing full/reduced console
(edit) @26067   15 years vboxsync Main/Session+Console: By default, create a console with no sub-objects …
(edit) @26030   15 years vboxsync Main/Media: fix construction of CFGM tree when taking snapshots
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25902   15 years vboxsync Build fix
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25698   15 years vboxsync FreeBSD: Use the old TAP code when bridging to a TAP device and set …
(edit) @25589   15 years vboxsync LsiLogic: Add SAS support for Main and Frontends
(edit) @25574   15 years vboxsync Main: ExtraData option to pass RDP credentials to the guest (xTracker 4514)
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25330   15 years vboxsync Main: fix parameter checking in AdoptSavedState
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25279   15 years vboxsync Main: preparation for deadlock detection: clean up autolock classes
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
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