VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46685   11 years vboxsync Frontends/VBoxManage: automatically convert the video capture filename …
(edit) @46667   11 years vboxsync Main/idl: clarify IMachine.videoCaptureFile to be an absolute path, …
(edit) @46658   11 years vboxsync include VBox/com/EventQueue only if necessary
(edit) @46290   12 years vboxsync Main/ApplianceImplExport.cpp: rearrange handling of appliance …
(edit) @46123   12 years vboxsync Main/VPX, VBoxManage: added IMachine::VideoCaptureScreens and …
(edit) @46036   12 years vboxsync Frontends/VBoxManage: new option --longmode for modifyvm, for changing …
(edit) @45971   12 years vboxsync Main, VMM: Added an API seting to disable VT-x unrestricted execution.
(edit) @45926   12 years vboxsync IMachine::VideoCaptureFps
(edit) @45838   12 years vboxsync VPX: plugged memory leak; introduced rate parameter; clear artefacts …
(edit) @45674   12 years vboxsync Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without …
(edit) @44948   12 years vboxsync Main/SystemProperties+Machine: new config setting for default VM …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44293   12 years vboxsync VBoxManage: warning
(edit) @44282   12 years vboxsync VBoxManage: wrong define.
(edit) @44191   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP,VBoxManage: emulated USB webcam.
(edit) @44028   12 years vboxsync Frontends/VBoxManage: improve snapshot information, unify wrappers for …
(edit) @43023   12 years vboxsync Legacy IDE Support: eliminating the API support for configuring the …
(edit) @42861   12 years vboxsync main/VideoCaptureAndEncoding: Error checking, formatting. Still under …
(edit) @42844   12 years vboxsync Main/VideoEncodingAndCapture: Code improvement
(edit) @42838   12 years vboxsync Main/EncodeAndVideoRecording Module and API implementation: …
(edit) @42551   12 years vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @42538   12 years vboxsync added 3 extra methods for 6124
(edit) @42445   12 years vboxsync Frontends/VBoxManage,doc/manual: more password file handling touchups, …
(edit) @42381   12 years vboxsync Frontends/VBoxManage: better error checking, avoids a crash if the …
(edit) @42261   12 years vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @42176   12 years vboxsync Main+Frontends/VBoxManage: implement saving the settings, and add the …
(edit) @41925   12 years vboxsync allow to change the clipboard mode during runtime (API change …
(edit) @41916   12 years vboxsync Stupid copy and paste bug
(edit) @41915   12 years vboxsync FE/VBoxManage: Support to configure autostart/-stop for virtual machines
(edit) @41371   13 years vboxsync Main,include,VBoxManage: smartcard support: …
(edit) @41347   13 years vboxsync FE/VBoxManage: Don't open the medium with read/write access if it is …
(edit) @40729   13 years vboxsync VBoxManage: --teleporterpasswordfrom => --teleporterpasswordfile
(edit) @40725   13 years vboxsync use 'stdin' instead of '-' here
(edit) @40724   13 years vboxsync VBoxManage modifyvm: --telporterpassword '-' for stdin
(edit) @40714   13 years vboxsync VBoxManage modifyvm: added --teleporterpasswordfrom
(edit) @40418   13 years vboxsync Main: Extended IMachine and the settings XML with three tracing …
(edit) @40324   13 years vboxsync Frontends/VBoxManage: implement client code to configure lpt ports …
(edit) @37817   13 years vboxsync VBoxManage: attachpci/detachpci => pciattach/pcidetach; doc/manual: wording
(edit) @37525   13 years vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(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) @36630   14 years vboxsync PCI: Main and VBoxManage work
(edit) @36276   14 years vboxsync Main/NetworkAdapter: Bandwidth group minor fixes (#5582)
(edit) @36275   14 years vboxsync Main/NetworkAdapter: Bandwidth group attribute implementation (#5582)
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @35761   14 years vboxsync Main, frontends: proper description for maximal number of NICs per VM
(edit) @35239   14 years vboxsync Frontends/VBoxManage: finally accept relative paths everywhere and …
(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) @34574   14 years vboxsync Make vrde auth library configurable per VM.
(edit) @34563   14 years vboxsync VRDPAuth -> VBoxAuth.
(edit) @34244   14 years vboxsync Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
(edit) @33600   14 years vboxsync VBoxManage: check if I/O APIC state is consistent with chipset
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33556   14 years vboxsync VRDE: More API changes for the VRDP server separation.
(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) @33201   14 years vboxsync reverted r66739
(edit) @33200   14 years vboxsync E1000, Main: support for 82566MC chipset type
(edit) @33140   14 years vboxsync Main: have Machine::MountMedium() behave like AttachDevice (use …
(edit) @33020   14 years vboxsync VBoxManage: chipset type support
(edit) @32913   14 years vboxsync Missing break
(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) @31991   14 years vboxsync warning
(edit) @31977   14 years vboxsync Duplicate
(edit) @31976   14 years vboxsync FT options for modifyvm
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31575   14 years vboxsync uninitialized variable
(edit) @31568   14 years vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31562   14 years vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31298   14 years vboxsync gcc warning
(edit) @31291   14 years vboxsync Missing updates part two
(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) @30976   14 years vboxsync add support for Intel HD Audio, now built by default
(edit) @29465   15 years vboxsync Page fusion enabling
(edit) @29218   15 years vboxsync Main/Settings: Drop global iomgr and iobackend settings
(edit) @29117   15 years vboxsync FE/VBoxManage: add support for VDE networking. Contributed by Renzo …
(edit) @28836   15 years vboxsync VBoxManage: video channel options for modifyvm
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28787   15 years vboxsync NAT: introduces management routines of NAT libalias core. (see …
(edit) @28588   15 years vboxsync VBoxManageModifyVM: be tolerant against spaces in NAT settings
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28139   15 years vboxsync VBoxManage: allow to set --natnet default (3.1 regression)
(edit) @28106   15 years vboxsync Main: Added machinery to query, set and use NIC boot priority.
(edit) @28041   15 years vboxsync VBoxManage: typo.
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27925   15 years vboxsync VBoxManageModifyVM: tabs
(edit) @27876   15 years vboxsync burn fix
(edit) @27857   15 years vboxsync Main: NAT API and corresponding commands have been added at VBoxManage …
(edit) @27822   15 years vboxsync Removed guest statistics interface; to be merged with metrics.
(edit) @27537   15 years vboxsync Main: API consistency: method names start with lower case always; no …
(edit) @27519   15 years vboxsync Copy/paste error
(edit) @27325   15 years vboxsync VBoxManage: New I/O settings
(edit) @27166   15 years vboxsync Added large page property.
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