VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33956   14 years vboxsync VBoxManage/GuestControl: Refactoring.
(edit) @33927   14 years vboxsync Build fix.
(edit) @33924   14 years vboxsync VBoxManage/GuestControl: Some refactoring.
(edit) @33901   14 years vboxsync not required anymore
(edit) @33900   14 years vboxsync VBoxManage: build fix
(edit) @33899   14 years vboxsync Forgot header.
(edit) @33898   14 years vboxsync Guest Control/Main+VBoxManage: Implemented first bits for on-guest …
(edit) @33841   14 years vboxsync VBoxManage/GuestControl: Fixes for single file copies, corrected error …
(edit) @33809   14 years vboxsync VBoxManage/Guest Copy: Avoid path duplication.
(edit) @33798   14 years vboxsync Additional check.
(edit) @33796   14 years vboxsync Additional check.
(edit) @33793   14 years vboxsync VBoxManage/Guest Copy: Destination path construction + normalization.
(edit) @33792   14 years vboxsync VBoxManage/Guest Copy: Support handling of symlinks as well.
(edit) @33791   14 years vboxsync VBoxManage/Guest Copy: Support recursive directory handling with file …
(edit) @33790   14 years vboxsync VBoxManage/Guest Copy: Documentation, renamed ctrlCopyFile -> …
(edit) @33789   14 years vboxsync VBoxManage/Guest Copy: Bugfix for enumeration.
(edit) @33776   14 years vboxsync Main/IGuest::updateGuestAdditions: Introduced additional flags …
(edit) @33672   14 years vboxsync VBoxManage/Guest Control: Update.
(edit) @33597   14 years vboxsync VBoxManage/Guest Control: Update.
(edit) @33589   14 years vboxsync VBoxManage: warnings
(edit) @33565   14 years vboxsync VBoxManage: Newlines in error messages.
(edit) @33564   14 years vboxsync VBoxManage: Added "guestcontrol updateadditions <VM-Name>" to update …
(edit) @33558   14 years vboxsync Guest Copy/Guest Additions: First working version of host-triggered …
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33448   14 years vboxsync Guest Copy/VBoxManage+VBoxService: Update.
(edit) @33446   14 years vboxsync Guest Copy/VBoxManage+Main: Update.
(edit) @33414   14 years vboxsync Build fix.
(edit) @33413   14 years vboxsync Guest Copy/VBoxManage+Main: Index bugfixes.
(edit) @33411   14 years vboxsync Guest Copy/VBoxManage+Main: Enabled code by default (VBoxManage …
(edit) @33302   14 years vboxsync Accidently enabled debug/test code.
(edit) @33301   14 years vboxsync Guest Copy/VBoxManage+Main: Implemented first working "copyto" command …
(edit) @33294   14 years vboxsync Main: API change, merge IVirtualBox::getMachine() with findMachine()
(edit) @33253   14 years vboxsync build fix (some EOF header define clash)
(edit) @33247   14 years vboxsync VBoxService/Guest Execution: Update.
(edit) @33064   14 years vboxsync Guest Execution/Copy: Added support for input handling, added more …
(edit) @32997   14 years vboxsync IPRT: Added ISO 9660 FS support.
(edit) @32976   14 years vboxsync Guest Copy/VBoxManage: Added file lookup/extraction support for ISO …
(edit) @32973   14 years vboxsync Guest Copy/VBoxManage: Implemented support for reading files from an …
(edit) @32888   14 years vboxsync Guest Copy/VBoxManage: Additional parameter check.
(edit) @32866   14 years vboxsync Guest Copy/VBoxManage+Main: Added very first bits (not enabled by …
(edit) @32854   14 years vboxsync build fix
(edit) @32853   14 years vboxsync Guest Execution/VBoxManage: Renamed "--flags ignoreorphanedchilds" to …
(edit) @32852   14 years vboxsync Guest Execution: - Implemented "ignore orphaned childs" flag …
(edit) @32733   14 years vboxsync com/string: this is tricky to get right on COM and on XPCOM
(edit) @32727   14 years vboxsync com/string: Windows build fixes
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32712   14 years vboxsync VBoxManage: forgot the help for guestproperty and guestcontrol; enable …
(edit) @32701   14 years vboxsync Frontends/VBoxManage: Error printing cleanup, use stderr and …
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31381   14 years vboxsync VBoxManageGuestCtrl: warning
(edit) @31070   15 years vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31019   15 years vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31016   15 years vboxsync Main: unbreak frontends broken by r63924
(edit) @31008   15 years vboxsync Main: reorganize session APIs
(edit) @30681   15 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   15 years vboxsync Main: back out r63429
(edit) @30670   15 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30020   15 years vboxsync Guest Control/Main: Get rid of busy waiting, use multi stage progress …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29807   15 years vboxsync Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
(edit) @29786   15 years vboxsync Guest Control/VBoxManage: Better exit handling.
(edit) @29785   15 years vboxsync Guest Control: More stable when client is crashing/aborting in an …
(edit) @29740   15 years vboxsync Guest Control/Documentation/VBoxManage: --password is not optional; …
(edit) @29645   15 years vboxsync Guest Control/Main/VBoxManage: IProgress shutdown handling.
(edit) @29585   15 years vboxsync VBoxManageGuestCtrl: password is optional
(edit) @29581   15 years vboxsync VBoxManage: better error message if IGuest::ExecuteProcess() fails
(edit) @29555   15 years vboxsync VBoxMange: print exit status in readable form
(edit) @29552   15 years vboxsync Guest Control: Allow empty passwords for credentials.
(edit) @29549   15 years vboxsync Guest Control: Do not allow anonymous executions (with system rights).
(edit) @29516   15 years vboxsync Guest Control: Remove unused Std* arguments.
(edit) @29508   15 years vboxsync VBoxManageGuestControl: first fetch the output, then check for the …
(edit) @29438   15 years vboxsync Guest Control/VBoxService: Added support for cancel pending (blocking) …
(edit) @29193   15 years vboxsync Guest Control/VBoxManage: Only ask for output if really wanted.
(edit) @28943   15 years vboxsync Guest Control/Main/VBoxService: Update on locking, bugfixes.
(edit) @28926   15 years vboxsync Guest Control/VBoxManage,Main: Immediate process output, now also …
(edit) @28920   15 years vboxsync VBoxManage warning
(edit) @28818   15 years vboxsync No dot.
(edit) @28815   15 years vboxsync VBoxManage guestcontrol help cosmetics
(edit) @28803   15 years vboxsync Guest Control: Update on error codes/handling in Main/VBoxManage.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28796   15 years vboxsync Guest Control/VBoxManage: Show process status in every case.
(edit) @28780   15 years vboxsync Guest Control/Main: Update on local process list and …
(edit) @28660   15 years vboxsync Guest Control: Reverted r60506, r60507, r60509, added argv[0] in …
(edit) @28634   15 years vboxsync Guest Control: Update (more bugfixes, enhancements for VBoxManage).
(edit) @28625   15 years vboxsync Guest Control: Update (no buffered host waiting anymore, fixed a …
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28464   15 years vboxsync Guest Control: Update (cosmetics).
(edit) @28463   15 years vboxsync Guest Control: Update (extended error info, callback bugfixes).
(edit) @28448   15 years vboxsync Guest Control: Update (API for retrieving output).
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28358   15 years vboxsync Guest Control: Update.
(edit) @28355   15 years vboxsync Guest Control/VBoxManage: Syntax.
(edit) @28354   15 years vboxsync Guest Control: Update (lProgress handling, wait for exiting process).
(edit) @28347   15 years vboxsync Guest Control: Update (logon error handling).
(edit) @28248   15 years vboxsync VBoxManage/Control: More syntax.
(edit) @28247   15 years vboxsync VBoxManage/Control: Syntax diagram.
(edit) @28243   15 years vboxsync Guest Control: Update (callback + error handling, --verbose for …
(edit) @28209   15 years vboxsync Guest Control/VBoxManage: Default wait timeout is indefinite (for now).
(edit) @28182   15 years vboxsync VBoxManage/GuestCtrl: -Wshadow warnings
(edit) @28176   15 years vboxsync Guest Control: Enable building by default for Windows + Linux.
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