VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85780   4 years vboxsync VBoxManage/checkupdate: machine readable output. bugref:7983
(edit) @85778   4 years vboxsync VBoxManage/updatecheck: Untangled the new/old --help mixup. Some minor …
(edit) @85683   4 years vboxsync Main,FE,doc/VBoxManage+Host+SystemProperties+manual: bugref:7983: Move …
(edit) @85665   4 years vboxsync VBoxManage: Converted the sharedfolder command to RTGetOpt and …
(edit) @84519   5 years vboxsync Guest Control/VBoxManage: Implemented dedicated "waitrunlevel" command …
(edit) @84032   5 years vboxsync bugre:9699. Added the command "signova" into VBoxManage.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @79796   5 years vboxsync VBoxManage: annotate errorArgument() with RT_IPRT_FORMAT_ATTR.
(edit) @79611   5 years vboxsync VBoxManage,manual: Added the dhcpserver subcommand findlease for …
(edit) @77887   6 years vboxsync manual/VBoxManage: Made the new clonevm build. Again, there must be …
(edit) @77883   6 years vboxsync bugref:9404. Added two new commands for VBoxManage - one displays the …
(edit) @77801   6 years vboxsync VBoxManage snapshot: Use manpage help text (option parsing needs …
(edit) @77777   6 years vboxsync bugref:9312. The command 'VBoxManage cloudprofile' was implemented. It …
(edit) @77595   6 years vboxsync VBoxManage: Re-do help category handling (command/sub-command specific …
(edit) @76582   6 years vboxsync Frontends: scm header guard alignment.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76532   6 years vboxsync Frontends: scm --fix-header-guards. bugref:9344
(edit) @72949   6 years vboxsync VBoxManage,manual: Added a new command called 'mediumio' to VBoxManage …
(edit) @70582   7 years vboxsync bugref:8345. First draft of move VM feature. There are some issues but …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @68140   7 years vboxsync VBoxManage/unattended: Do the sub-command thing, moving the current …
(edit) @65049   8 years vboxsync bugref:8527: some coding style fixes and introduced VBOX_WITH_UNATTENDED
(edit) @64997   8 years vboxsync bugref:8527. VBoxManage: added new command "unattended"
(edit) @62493   8 years vboxsync (C) 2016
(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) @56349   10 years vboxsync VBoxManage: Let main() set the current command and made 'VBoxManage …
(edit) @56344   10 years vboxsync VBoxManage,manual: Working help code generator.
(edit) @56118   10 years vboxsync VBoxManage: A quick command handler return-code cleanup that turned …
(edit) @55605   10 years vboxsync VBoxManageGuestCtrl.cpp: Removed the deprecated exec[ute] command. …
(edit) @55604   10 years vboxsync VBoxManageGuestCtrl.cpp: Refactored the common option handling. Made …
(edit) @55535   10 years vboxsync Main,VBoxManage,VBoxShell,ValidationKit: Changed the …
(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) @53266   10 years vboxsync Frontend/VBoxManage: minor cleanup of showVMInfo, and fixing a …
(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) @47908   11 years vboxsync Frontends/VBoxManage: whitespace
(edit) @45156   12 years vboxsync Frontends/VBoxManage: listing/manipulating nat networks if …
(edit) @44498   12 years vboxsync Frontends/VBoxManage: Unify the code showing medium information, and …
(edit) @44028   12 years vboxsync Frontends/VBoxManage: improve snapshot information, unify wrappers for …
(edit) @42460   12 years vboxsync VBoxManage: polished help
(edit) @42444   12 years vboxsync Frontends/VBoxManage: add options to specify passwords through a file
(edit) @42442   12 years vboxsync Elinate use of NULL object references in the API - 6124
(edit) @42248   12 years vboxsync API change for SetVideoModeHint to be able to disable guest screens …
(edit) @42176   12 years vboxsync Main+Frontends/VBoxManage: implement saving the settings, and add the …
(edit) @41347   13 years vboxsync FE/VBoxManage: Don't open the medium with read/write access if it is …
(edit) @41232   13 years vboxsync various fixes for openMedium->findMedium change 6130 inc return statuses
(edit) @41120   13 years vboxsync Replace calls of findMedium with openMedium, remove findMedium …
(edit) @41106   13 years vboxsync backed out r77705 as it broke the builds (webservices)
(edit) @41105   13 years vboxsync use openMedium instead of findMedium
(edit) @40470   13 years vboxsync VBoxManage: use common code in bandwidthctl and showvminfo to list …
(edit) @39576   13 years vboxsync FE/VBoxManage: New internal command to repair dis images
(edit) @39477   13 years vboxsync VMM,VBoxManage,Main: Automatic map file loading for simplifying debugging.
(edit) @39119   13 years vboxsync VBoxManage: added a list sub-command to snapshot: snapshot myvm list
(edit) @37525   14 years vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(edit) @37074   14 years vboxsync Main; VBoxManage: initial machine clone support
(edit) @36067   14 years vboxsync VBoxManage: added internal command gueststats
(edit) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35766   14 years vboxsync fixed docs for real
(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) @35239   14 years vboxsync Frontends/VBoxManage: finally accept relative paths everywhere and …
(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) @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) @33456   14 years vboxsync VBoxManage: remove openmedium command which no longer does anything …
(edit) @33228   14 years vboxsync VBoxAuthSimple now requires SHA-256 hashes, no more cleartext passwords
(edit) @32712   14 years vboxsync VBoxManage: forgot the help for guestproperty and guestcontrol; enable …
(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) @31461   14 years vboxsync added VBoxManage internalcommands sethdparentuuid
(edit) @30319   15 years vboxsync VBoxManage: added internal command: debuglog
(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) @27822   15 years vboxsync Removed guest statistics interface; to be merged with metrics.
(edit) @27703   15 years vboxsync Guest Control: Update (VBoxManage, Main, Host Service, VbglR3), not …
(edit) @25376   15 years vboxsync Frontends/VBoxManage: consistent identifier typo
(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) @24879   15 years vboxsync Frontends/VBoxManage: eliminate redundant code when using showProgress()
(edit) @23902   15 years vboxsync VBoxManage: changed storageattach behaviour to match the syntax diagram
(edit) @23882   15 years vboxsync Main: make restoreSnapshot() work better, adjust VBoxManage
(edit) @23802   15 years vboxsync VBoxManage: Added support for adding/removing storage controllers, and …
(edit) @23569   15 years vboxsync VBoxManage: added a '--pause' option to the 'snapshot take' command.
(edit) @22911   15 years vboxsync event queues cleaned up
(edit) @22686   15 years vboxsync VBoxManage: guestproperty wait fixes, esp. for Mac OS X.
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