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) @105387   5 months vboxsync FE/VBoxManage + Manual: Updates for the new recording API. Russian …
(edit) @105266   5 months vboxsync Recording: Implemented support for a dedicated progress object, which …
(edit) @101035   15 months vboxsync Initial commit (based draft v2 / on patch v5) for implementing …
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99204   21 months vboxsync VBoxManage: nits
(edit) @98298   23 months vboxsync VBoxManage: rc -> vrc/hrc. Make scm check. bugref:10223
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96907   2 years vboxsync Frontends/VBoxManage: The VBoxManage controlvm suboptions …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95423   2 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95140   3 years vboxsync Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. …
(edit) @94660   3 years vboxsync doc/manual,Main,Frontends: API changes in preparation for full VM …
(edit) @93708   3 years vboxsync include/iprt/message.h: Max out the available bits for the scope, we …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92594   3 years vboxsync Main: bugref:1909: Added translation into VBoxManage excluding …
(edit) @92372   3 years vboxsync Main: bugref:1909: Added translation marks around messages of …
(edit) @89597   4 years vboxsync Main: bugref:9341: Added ability to change VM autostart options when …
(edit) @88086   4 years vboxsync VBoxManage: move getMaxNics() to VBoxManageUtils.cpp. bugref:9966.
(edit) @88079   4 years vboxsync VBoxManage: When setting the host interface for bridging or hostonly …
(edit) @84814   5 years vboxsync Guest Control: Also implemented a "force" flag for the reboot/shutdown …
(edit) @84585   5 years vboxsync Main + FE/VBoxManage: Fixes / better logging for reboot / shutdown support.
(edit) @84576   5 years vboxsync Guest Control/VBoxManage: Made "controlvm […] reboot|shutdown" …
(edit) @84575   5 years vboxsync Guest Control/VBoxManage: Added "controlvm […] reboot|shutdown" …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81964   5 years vboxsync Main/GraphicsAdapter: Split off a few attributes from Machine …
(edit) @81962   5 years vboxsync FE/VBoxManage: Fixes for Shared Clipboard syntax handling.
(edit) @81287   5 years vboxsync Shared Clipboard/Transfers: Added controlvm/modifyvm options for …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @79363   5 years vboxsync Frontends/VBoxManage: Fix configuring the recording feature. It …
(edit) @78995   6 years vboxsync PDM, Devices, FE, Main: allow size hints without notification for …
(edit) @77910   6 years vboxsync Main: bugref:7929: Added ability to change the priority of the VM process
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76433   6 years vboxsync VBoxManage: getopt includes errcore.h now, mostly no need for err.h …
(edit) @75926   6 years vboxsync Main,Frontends: s/FileName/Filename/g (API); Took a shot a completing …
(edit) @75390   6 years vboxsync Recording/FE/VBoxManage: Fixes for "recording filename" and "recording …
(edit) @75365   6 years vboxsync Recording: Also adapted the VBoxManage commands to the "recording" prefix.
(edit) @75361   6 years vboxsync Recording/Main: Renamed the IRecord* interfaces again to IRecording* …
(edit) @75345   6 years vboxsync Recording: VBOX_WITH_VIDEOREC -> VBOX_WITH_RECORDING.
(edit) @75341   6 years vboxsync Recording: Renaming APIs ICapture* -> IRecord* and other terminology …
(edit) @75251   6 years vboxsync Capturing: Separated capturing settings into new interfaces …
(edit) @72826   6 years vboxsync VBoxManage: test for empty() instead of comparing size() to 0
(edit) @72355   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @70766   7 years vboxsync Main,FE/VBoxManage: Allow changing the serial port attachment type …
(edit) @68487   7 years vboxsync Build fix.
(edit) @68485   7 years vboxsync Audio: Implemented ability to enable / disable audio input / output …
(edit) @67564   7 years vboxsync VBoxManage: fixed 'VBoxManage controlvm videocapfile'
(edit) @65399   8 years vboxsync VBoxManage: keyboardputstring: fix for ASCII to scancode conversion.
(edit) @65263   8 years vboxsync VideoRec: Made the feature less dependent from the codec(s) being used …
(edit) @64907   8 years vboxsync VBoxManage: build fix: limit keyboardputscancode 'typing' rate. Simple …
(edit) @64906   8 years vboxsync VBoxManage: limit keyboardputscancode 'typing' rate. Simple commands …
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63300   8 years vboxsync VBoxManage: warnings
(edit) @62493   8 years vboxsync (C) 2016
(edit) @58434   9 years vboxsync VBoxManage: don't crash on 'control addencpassword'
(edit) @57396   9 years vboxsync VBoxManage: follow up to r101765 - don't try to enable an already …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57044   9 years vboxsync VBoxManage: don't try to enable an already enabled adapter in …
(edit) @56119   10 years vboxsync Don't use ISession::COMGETTER(Console) return without checking for …
(edit) @56118   10 years vboxsync VBoxManage: A quick command handler return-code cleanup that turned …
(edit) @55940   10 years vboxsync Frontends/VBoxManage: make sure we don't crash when there's no VM …
(edit) @55923   10 years vboxsync FE/VBoxManage: Don't pass the password directly on the command line, …
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @55180   10 years vboxsync s/drag'n'drop/drag and drop/
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54525   10 years vboxsync VBoxManageControlVM: Make all relevant runtime changes trigger a …
(edit) @54523   10 years vboxsync VBoxManageControlVM: explicitly call SaveMachine for a few more functions
(edit) @54421   10 years vboxsync FE/VBoxManage: Backwards compatibility for video capturing options.
(edit) @54400   10 years vboxsync FE/VBoxManage: Unified/renamed video recording options, implemented …
(edit) @54378   10 years vboxsync VBoxManage: nits
(edit) @53062   10 years vboxsync USB: Integrate USB sniffer. Make it possible to specify a file to dump …
(edit) @52978   10 years vboxsync IDisplay::GetScreenResolution returns status of the guest monitor.
(edit) @52200   10 years vboxsync Main,Frontends: TakeScreenShot API cleanup.
(edit) @51476   11 years vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
(edit) @48538   11 years vboxsync Main/NetworkAdapter+Machine+Appliance+SystemProperties+Medium+Console+S …
(edit) @48406   11 years vboxsync Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed …
(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   12 years vboxsync Main/VBoxManage: allow to enable video recording at VM runtime
(edit) @46466   12 years vboxsync VBoxManage: debug leftover
(edit) @46465   12 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 …
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