VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64997   8 years vboxsync bugref:8527. VBoxManage: added new command "unattended"
(edit) @60865   9 years vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60759   9 years vboxsync Frontends: various cleanups, mostly ATL related, remove code for no …
(edit) @60734   9 years vboxsync VBoxManageHelp: Avoid dragging in RTBldCfgRevision, no need to rebuild …
(edit) @60089   9 years vboxsync Main,VBoxManage: Add API to IHost for adding and removing USB device …
(edit) @60068   9 years vboxsync Revert r106058, incomplete conversion of USBProxyBackend to a COM …
(edit) @60067   9 years vboxsync Main: Add API to IHost for adding and removing USB device sources in …
(edit) @60065   9 years vboxsync Main/VirtualBoxClient: more early failure fixes, complementing the …
(edit) @60063   9 years vboxsync Frontends etc: convert more code to use VirtualBoxClient instead of …
(edit) @59255   9 years vboxsync VBoxManage: do not only SIGINT but also SIGTERM, ticketref:15008
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56466   10 years vboxsync debugvm manpage, refsect2 titles, bunch of other hacking.
(edit) @56422   10 years vboxsync VBoxManage: gcc warning.
(edit) @56352   10 years vboxsync build fix
(edit) @56349   10 years vboxsync VBoxManage: Let main() set the current command and made 'VBoxManage …
(edit) @56118   10 years vboxsync VBoxManage: A quick command handler return-code cleanup that turned …
(edit) @56099   10 years vboxsync VBoxManage: Don't use g_ for local variables, duh.
(edit) @55182   10 years vboxsync Main,FE/VBoxManage: Support exporting machines as appliances which …
(edit) @54885   10 years vboxsync Main: Add a method to check for the correct encryption password
(edit) @54487   10 years vboxsync FE/VBoxManage: Add support for medium encryption
(edit) @54438   10 years vboxsync Main/VirtualBox: eliminate redundant parameter to i_registerMedium, …
(edit) @53354   10 years vboxsync R7524 - needs testing in VBoxManage.
(edit) @51889   10 years vboxsync FE/VBoxManage: Interface for setting, getting and deleting medium …
(edit) @49621   11 years vboxsync VBoxManage: split 'guestcontrol' help into sub categories
(edit) @46649   12 years vboxsync Forward ported r85941 and required build fixes (Main: Implemented new …
(edit) @45356   12 years vboxsync tabs
(edit) @45156   12 years vboxsync Frontends/VBoxManage: listing/manipulating nat networks if …
(edit) @43463   12 years vboxsync Frontends/VBoxManage: warnings and columns.
(edit) @42444   12 years vboxsync Frontends/VBoxManage: add options to specify passwords through a file
(edit) @42125   12 years vboxsync optional encrypted store of the iSCSI initiator secret
(edit) @41100   13 years vboxsync better error report if the global settings directory is not accessible
(edit) @39793   13 years vboxsync VBoxManage: Comment.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38417   13 years vboxsync Windows build fix
(edit) @37172   14 years vboxsync VBoxManage: help commands
(edit) @37101   14 years vboxsync VBoxManage: better name for the long option
(edit) @37099   14 years vboxsync VBoxManage: add a hidden option for showing the detailed progress info
(edit) @37098   14 years vboxsync VBoxManage: ups
(edit) @37097   14 years vboxsync VBoxManage: ULONG/LONG is not 64-bit
(edit) @37074   14 years vboxsync Main; VBoxManage: initial machine clone support
(edit) @35741   14 years vboxsync frontends: init ATL, used for listener instantiation
(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) @34634   14 years vboxsync VBoxManage: merge the broken addiscsidisk into storageattach
(edit) @34587   14 years vboxsync Main: Bandwidth groups for disks (and later network) This introduces …
(edit) @34244   14 years vboxsync Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
(edit) @33839   14 years vboxsync Frontends/VBoxManage: Fix error checking where important, the rest is …
(edit) @33766   14 years vboxsync VBoxManage: Implemented 'list extpacks', 'extpack install' and …
(edit) @33764   14 years vboxsync VBoxManage: Fixed incorrect return from errorGetOpt (VINF_SUCCESS …
(edit) @33556   14 years vboxsync VRDE: More API changes for the VRDP server separation.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33456   14 years vboxsync VBoxManage: remove openmedium command which no longer does anything …
(edit) @32709   14 years vboxsync VBoxManage: don't show the logo by default; output to stdout if help …
(edit) @32701   14 years vboxsync Frontends/VBoxManage: Error printing cleanup, use stderr and …
(edit) @32686   14 years vboxsync VBoxManage: don't pass NULL argv paramters to RTGetOpt (fixes public 7388)
(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) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28192   15 years vboxsync VBoxManage: new option "--log" for showvminfo, printing the specified …
(edit) @27703   15 years vboxsync Guest Control: Update (VBoxManage, Main, Host Service, VbglR3), not …
(edit) @26548   15 years vboxsync Main, FE: HPET review feedback
(edit) @25376   15 years vboxsync Frontends/VBoxManage: consistent identifier typo
(edit) @24915   15 years vboxsync VBoxManage: Implemented cancelation in showProgress for cancelable …
(edit) @24912   15 years vboxsync VBoxManage: A little clean up in progress.
(edit) @24907   15 years vboxsync VBoxManage: A little clean up in progress.
(edit) @24903   15 years vboxsync VBoxManage: A little clean up in progress.
(edit) @24901   15 years vboxsync VBoxManage: A little clean up in progress.
(edit) @24879   15 years vboxsync Frontends/VBoxManage: eliminate redundant code when using showProgress()
(edit) @24874   15 years vboxsync Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for …
(edit) @24493   15 years vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24397   15 years vboxsync VBoxManage: USAGE_SNAPSHOT => USAGE_CONTROLVM
(edit) @23935   15 years vboxsync VBoxManage: don't use machine uuid variable for other purposes.
(edit) @23934   15 years vboxsync VBoxManage: removed spaces after function names
(edit) @23902   15 years vboxsync VBoxManage: changed storageattach behaviour to match the syntax diagram
(edit) @23802   15 years vboxsync VBoxManage: Added support for adding/removing storage controllers, and …
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23667   15 years vboxsync VBoxManage: Live migration.
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23287   15 years vboxsync and another fix
(edit) @23286   15 years vboxsync simplification to r52775
(edit) @23285   15 years vboxsync pass the XAUTHORITY environment variable along with DISPLAY
(edit) @23249   15 years vboxsync medium: rename default IDE/FD storage controller names to IDE …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23222   15 years vboxsync ConsoleImpl2: Added support for attaching/detaching NetSniffer at Runtime
(edit) @23129   15 years vboxsync Implemented 'VBoxManage controlvm vrdpport'
(edit) @22911   15 years vboxsync event queues cleaned up
(edit) @22686   15 years vboxsync VBoxManage: guestproperty wait fixes, esp. for Mac OS X.
(edit) @22562   15 years vboxsync Main,VBoxControl,VBoxManage,VBoxNetDHCP,VBoxNetNAT: Use RTBldCfg for …
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21769   15 years vboxsync Network: fixed the hostonly adaptor bringingup as mentioned in 3573#c25
(edit) @21729   15 years vboxsync VBoxManage: Don't allow disabling the network adaptor.
(edit) @21612   15 years vboxsync OVF: Added remote OVF downloading.
(edit) @21446   15 years vboxsync API/Machine+SystemProperties: get rid of the tri-state bool …
(edit) @20977   15 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20521   16 years vboxsync NetworkAttachment: Allow changing the attachment between …
(edit) @20313   16 years vboxsync Frontends/VBoxManage, Main/Machine: implement new session type …
(edit) @20294   16 years vboxsync VBoxManage: fixed another regression of r46627
(edit) @20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
(edit) @20212   16 years vboxsync Main: changed the parameter of IProgress::GetResultCode() from …
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