VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @47908   11 years vboxsync Frontends/VBoxManage: whitespace
(edit) @47774   11 years vboxsync Main,Frontends: IDisplay::GetScreenResolution returns the screen origin.
(edit) @46658   11 years vboxsync include VBox/com/EventQueue only if necessary
(edit) @46523   11 years vboxsync Main/VBoxManage: allow to enable video recording at VM runtime
(edit) @46466   11 years vboxsync VBoxManage: debug leftover
(edit) @46465   11 years vboxsync Main/VPX: introduced onVideoCaptureChange event
(edit) @46123   12 years vboxsync Main/VPX, VBoxManage: added IMachine::VideoCaptureScreens and …
(edit) @45190   12 years vboxsync VBoxManage: one more check for 'controlvm'; removed long obsolete …
(edit) @45158   12 years vboxsync VBoxManage: don't crash on controlvm guestmemoryballoon if the VM …
(edit) @45021   12 years vboxsync VBoxManage: implemented 'controlvm nicpromisc'
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44513   12 years vboxsync VBoxManage: don't crash here if no guest is running
(edit) @44309   12 years vboxsync VBoxManage: sanity check
(edit) @44239   12 years vboxsync VBoxManage: don't crash on 'screenshotpng' if no display is available …
(edit) @44039   12 years vboxsync Main: renavation com::Guid class. PR5744
(edit) @42551   12 years vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @42445   12 years vboxsync Frontends/VBoxManage,doc/manual: more password file handling touchups, …
(edit) @42444   12 years vboxsync Frontends/VBoxManage: add options to specify passwords through a file
(edit) @42261   12 years vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @42248   12 years vboxsync API change for SetVideoModeHint to be able to disable guest screens …
(edit) @41925   12 years vboxsync allow to change the clipboard mode during runtime (API change …
(edit) @41885   12 years vboxsync Frontends/VBoxManage: avoid triggering a sanity check assertion, which …
(edit) @41097   13 years vboxsync debug leftover
(edit) @41096   13 years vboxsync VBoxManage: don't unpause a VM if 'controlvm savestate' failed and the …
(edit) @40673   13 years vboxsync VBoxManage: fixed error code if 'controlvm savestate' failed
(edit) @38525   13 years vboxsync FE/CLI: use CHECK_PROGRESS_ERROR
(edit) @37202   14 years vboxsync VBoxManage: more build fixes for CBSTR/BSTR/wchar_t[] string …
(edit) @37200   14 years vboxsync API+Frontends: Generic network attachment driver support which …
(edit) @36720   14 years vboxsync Frontends/VBoxManage: support taking screenshots
(edit) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35764   14 years vboxsync one more docs fix
(edit) @35761   14 years vboxsync Main, frontends: proper description for maximal number of NICs per VM
(edit) @35707   14 years vboxsync VBoxManage: allow tot save the state of a VM which is already paused
(edit) @35194   14 years vboxsync VBoxManage: VRDE options
(edit) @35146   14 years vboxsync VRDE: use VRDE properties for video redirection settings.
(edit) @35105   14 years vboxsync Main: API to list supported VRDE properties.
(edit) @34971   14 years vboxsync VBoxManage: move vmstatistics to debugvm as a 'statistics' …
(edit) @34913   14 years vboxsync VBoxManage: Added a debugvm command for injectnmi and dumpguestcore.
(edit) @34604   14 years vboxsync Use session machine ptr
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @33830   14 years vboxsync VBoxManage: check for correct network proto
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33408   14 years vboxsync Removed VBOX_DYNAMIC_NET_ATTACH, we don't need to keep this optional.
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33294   14 years vboxsync Main: API change, merge IVirtualBox::getMachine() with findMachine()
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32701   14 years vboxsync Frontends/VBoxManage: Error printing cleanup, use stderr and …
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31070   14 years vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31019   14 years vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31016   14 years vboxsync Main: unbreak frontends broken by r63924
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @30396   14 years vboxsync Teleportation: Make the progress bar move during teleportation. The …
(edit) @29979   15 years vboxsync Fronrends/VBoxManage: automatically resume VM if savestate failed
(edit) @29970   15 years vboxsync pause before savestate to avoid a live save
(edit) @29364   15 years vboxsync Implemented VBoxManage controlvm vrdpvideochannelquality
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28528   15 years vboxsync VBoxManageControlVM: use IGuest::SetMemoryBalloonSize for changing …
(edit) @28047   15 years vboxsync Use IMachine::MemoryBalloonSize
(edit) @27822   15 years vboxsync Removed guest statistics interface; to be merged with metrics.
(edit) @27581   15 years vboxsync gueststatisticsinterval inconsistency fixed
(edit) @26941   15 years vboxsync VBoxManage: --guestmemoryballoon => guestmemoryballoon; …
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26371   15 years vboxsync VBoxManageControlVM: build fix (no printf).
(edit) @26368   15 years vboxsync Duplication
(edit) @26360   15 years vboxsync Add testcase for guest statistics
(edit) @26294   15 years vboxsync Backed out r57362
(edit) @26293   15 years vboxsync Removed statistics guest interval update option
(edit) @26284   15 years vboxsync Enabled the memory ballooning options in VBoxManage
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25693   15 years vboxsync Disabled dvd & floppyattach commands. Review and remove later.
(edit) @24998   15 years vboxsync VBoxManage: fix shadow warnings
(edit) @24969   15 years vboxsync Main,VBoxManage: Check for timeout in the progress object (simple …
(copy) @24903   15 years vboxsync VBoxManage: A little clean up in progress.
copied from trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
(edit) @24901   15 years vboxsync VBoxManage: A little clean up in progress.
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