VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94204   3 years vboxsync doc/manual,FE/VBoxManage: Convert setextradata/getextradata commands …
(edit) @94172   3 years vboxsync doc/manual,FE/VBoxManage: Convert adoptstate command to refentry …
(edit) @94171   3 years vboxsync doc/manual,FE/VBoxManage: Convert discardstate command to refentry …
(edit) @93708   3 years vboxsync include/iprt/message.h: Max out the available bits for the scope, we …
(edit) @93706   3 years vboxsync VBoxManage: Finish cleanup for 'registervm', 'unregistervm', …
(edit) @93558   3 years vboxsync VBoxManage/unattended: List detected windows images. bugref:9781
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92372   3 years vboxsync Main: bugref:1909: Added translation marks around messages of …
(edit) @92143   3 years vboxsync VBoxManage/setproperty/language: Added 32 ms kludge waiting for the …
(edit) @91469   3 years vboxsync VBoxManage: comment typo and whitespace fix
(edit) @91131   3 years vboxsync VBoxManage: For movevm, treat the "no target specified" case so that …
(edit) @90828   3 years vboxsync Main: bugref:1909: Added API localization
(edit) @85665   4 years vboxsync VBoxManage: Converted the sharedfolder command to RTGetOpt and …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80825   5 years vboxsync Main: bugref:9341: Fixed build issues
(edit) @80824   5 years vboxsync Main: bugref:9341: The "environment" parameter in the …
(edit) @78296   6 years vboxsync Main: bugref:8612: Fixed error happened during VM creation with …
(edit) @77887   6 years vboxsync manual/VBoxManage: Made the new clonevm build. Again, there must be …
(edit) @77877   6 years vboxsync FE/VBoxManage: spelling fix, thanks Timeless.
(edit) @77778   6 years vboxsync bugref:9312. scm fixes.
(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) @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) @75381   6 years vboxsync Main,VBoxManage,FE/Qt: Extended the createSharedFolder and …
(edit) @75380   6 years vboxsync Main,VBoxManage,FE/Qt: Extended the createSharedFolder and …
(edit) @74431   6 years vboxsync Main,GUI,VBoxManage: Provide API for proxy settings that picks up the …
(edit) @73740   6 years vboxsync Main: bugref:8612: add implementaion of Machine::applyDefault() in …
(edit) @73664   6 years vboxsync Main: bugref:8598: added "Keep hardware UUIDs" option to "clone …
(edit) @71998   7 years vboxsync bugref:8345. Fixed the case when user omits or forgets to point the …
(edit) @71433   7 years vboxsync VBoxManage: Made the enumerate argument for getextradata optional.
(edit) @71054   7 years vboxsync bugref:8345. CHECK_ERROR_BREAK was replaced by CHECK_ERROR_RET.
(edit) @70582   7 years vboxsync bugref:8345. First draft of move VM feature. There are some issues but …
(edit) @68318   7 years vboxsync Unattended: detectIsoOS updates.
(edit) @68258   7 years vboxsync VBoxManage unattended install: s/--session-type/--start-vm/
(edit) @68239   7 years vboxsync Unattended: Added detectedOSLanguages and language attributes to deal …
(edit) @68213   7 years vboxsync VBoxManage install: Change --session-type default to 'none'.
(edit) @68194   7 years vboxsync VBoxManage unattended install: Disable Rincewind (first run (away) …
(edit) @68192   7 years vboxsync VBoxManage unattended install: Disable Rincewind (first run (away) …
(edit) @68188   7 years vboxsync VBoxmanage/unatteded: Removed pointless NULL check in --additions-iso case.
(edit) @68187   7 years vboxsync VBoxManage/unatteded: Added --password-file option to install.
(edit) @68153   7 years vboxsync bugref:8527. Reverted r117239 because we use a default value for GA …
(edit) @68151   7 years vboxsync bugref:8527. The parameter --additions-iso doesn't make sense without …
(edit) @68146   7 years vboxsync VBoxManage/unattended: fix
(edit) @68140   7 years vboxsync VBoxManage/unattended: Do the sub-command thing, moving the current …
(edit) @68135   7 years vboxsync VBoxManage/unattended: More cleanups.
(edit) @68134   7 years vboxsync VBoxManage/unattended: Simplified argument parsing by working directly …
(edit) @68133   7 years vboxsync Unattended: Moved the createUnattendedInstaller method from IMachine …
(edit) @68129   7 years vboxsync VBoxManage/unattened: Added --package-selection-adjustment
(edit) @68127   7 years vboxsync Unatteded: Added hostname attribute. Updated debian and ubuntu …
(edit) @68095   7 years vboxsync VBoxManage/unattended: Implemented new attributes.
(edit) @68071   7 years vboxsync Unattended: Split out the post installation script into a separate …
(edit) @68055   7 years vboxsync VBoxManage: unattended updates.
(edit) @68029   7 years vboxsync IUnattended: Added a postInstallCommand attribute (currently ignored).
(edit) @68024   7 years vboxsync IUnattended,IMachine: Changed IUnattended to a pure action object with …
(edit) @67898   7 years vboxsync IUnattended: Merged constructScript() into prepare() as it only reads …
(edit) @67896   7 years vboxsync IUnattended: Dropped the (VM) 'group' attribute as it had no …
(edit) @67879   7 years vboxsync VBoxManage unattended: drop confusing message.
(edit) @67756   7 years vboxsync VBoxManage unattended: Only set specified properties.
(edit) @67655   7 years vboxsync VBoxManageMisc: build fix and missing CR
(edit) @67654   7 years vboxsync IUnattended: Some refactoring, probably not quite working right yet.
(edit) @67652   7 years vboxsync IUnattended: Some refactoring, probably not quite working right yet.
(edit) @67619   7 years vboxsync IUnattended: Added props for auxiliary paths.
(edit) @67617   7 years vboxsync Main,VBoxManage: IUnattended::vboxAdditionsIsoPath -> …
(edit) @67616   7 years vboxsync VBoxManage: Adjusted the 'unattended' command. (build fix)
(edit) @67615   7 years vboxsync VBoxManage: Adjusted the 'unattended' command.
(edit) @67614   7 years vboxsync VBoxManage: Adjusted the 'unattended' command.
(edit) @66297   8 years vboxsync VBoxManage extpack install: Return RTEXITCODE_FAILURE when not …
(edit) @66296   8 years vboxsync VBoxManage extpack install: Lower case the digest; use stack buffer …
(edit) @66295   8 years vboxsync VBoxManage extpack install: Lower case the digest; use stack buffer …
(edit) @66204   8 years vboxsync spaces
(edit) @66187   8 years vboxsync VBoxManage: allow to accept the license by command line parameter
(edit) @66186   8 years vboxsync VBoxManage: allow to accept the license by command line parameter
(edit) @66185   8 years vboxsync VBoxManage: allow to accept the license by command line parameter
(edit) @66157   8 years vboxsync VBoxManage: when installing the ExtPack, show the license and ask the …
(edit) @66068   8 years vboxsync bugref:8527. Splitted the command "./VBoxManage unattended". Added two …
(edit) @65724   8 years vboxsync removed double call of "a->session->UnlockMachine()"
(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) @64434   8 years vboxsync Frontends/VBoxManage: add --putenv option to the "startvm" command
(edit) @62493   8 years vboxsync (C) 2016
(edit) @59780   9 years vboxsync Frontends/VBoxManage: fix typo in error check
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56349   9 years vboxsync VBoxManage: Let main() set the current command and made 'VBoxManage …
(edit) @56344   9 years vboxsync VBoxManage,manual: Working help code generator.
(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) @55843   10 years vboxsync Frontends/VBoxManage: allow configuring the VBoxSVC release logging …
(edit) @55234   10 years vboxsync VBoxManage: ISession->GetMachine() should not overwrite 'machine' but …
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @54791   10 years vboxsync Main/Machine: fix long-standing bug with setting extradata (it isn't …
(edit) @53927   10 years vboxsync VBoxManage: fix return code if a VM didn't start successfully
(edit) @48087   11 years vboxsync Frontends/VirtualBox+VBoxManage: when unregistering a VM, also …
(edit) @47991   11 years vboxsync Main: Made the exclusive HW virtualization use setting global rather …
(edit) @47908   11 years vboxsync Frontends/VBoxManage: whitespace
(edit) @46658   11 years vboxsync include VBox/com/EventQueue only if necessary
(edit) @45068   12 years vboxsync Main/Machine: rename two methods for better compatibility with …
(edit) @44948   12 years vboxsync Main/SystemProperties+Machine: new config setting for default VM …
(edit) @43041   12 years vboxsync Main/VirtualBox: final API change, cleans up optional parameters to …
(edit) @42178   12 years vboxsync Autostart: Make the path to the autostart database configurable
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