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) @39431   13 years vboxsync VBoxManage/GuestCtrl: Support for outputting stderr, improved timeout …
(edit) @39418   13 years vboxsync GuestCtrl: Added support for explicitly waiting on stdout/stderr, …
(edit) @38656   13 years vboxsync VBoxManage/GuestCtrl: Obey --dryrun, verbose adjustments.
(edit) @38586   13 years vboxsync VBoxManage: Error checks.
(edit) @38561   13 years vboxsync VBoxManage/GuestCtrl: Enable directory copying, bugfixes, some …
(edit) @38551   13 years vboxsync VBoxManage/GuestCtrl: Documentation, some renaming.
(edit) @38525   13 years vboxsync FE/CLI: use CHECK_PROGRESS_ERROR
(edit) @38456   13 years vboxsync GuestCtrl: Disable copying directories from guest -> host.
(edit) @38453   13 years vboxsync VBoxManage/GuestCtrl: Corrected directory open flag, removed …
(edit) @38446   13 years vboxsync VBoxManage: warnings
(edit) @38437   13 years vboxsync GuestCtrl: Update.
(edit) @38403   13 years vboxsync GuestCtrl: Disable copying directories from guest -> host.
(edit) @38400   13 years vboxsync GuestCtrl: Disable copying directories from guest -> host, reverted …
(edit) @38395   13 years vboxsync GuestCtrl: Update.
(edit) @38290   13 years vboxsync GuestCtrl: Update.
(edit) @38235   13 years vboxsync GuestCtrl: Update.
(edit) @38085   13 years vboxsync GuestCtrl: Update of copy from guest (work in progress).
(edit) @37761   13 years vboxsync GuestCtrl/Exec: Documentation/Syntax diagram fixes.
(edit) @37634   13 years vboxsync VBoxManage/GuestCtrl: Disable copyfrom.
(edit) @37633   13 years vboxsync VBoxManage/GuestCtrl: Copyto bugfixes, needs cleanup later.
(edit) @37447   13 years vboxsync GuestCtrl/Execute: Added NoProfile flag for executing processes …
(edit) @37375   13 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @36987   14 years vboxsync VBoxManage/GuestCtrl: Also create empty directories by default, comments.
(edit) @36978   14 years vboxsync VBoxManageGuestCtrl: Reverted r71249 - Don't skip empty arguments.
(edit) @36974   14 years vboxsync Warning.
(edit) @36973   14 years vboxsync VBoxManage/GuestCtrl: Update on copying and creating recursive …
(edit) @36887   14 years vboxsync GuestCtrl: Added support for getting separated stdout/stderr output.
(edit) @36784   14 years vboxsync VBoxManage/GuestCtrl: Forgot another argv0 commit.
(edit) @36742   14 years vboxsync VBoxManage/GuestCtrl: Adjusted assertion, warn if not all elements …
(edit) @36726   14 years vboxsync VBoxManageGuestCtrl: Skip empty arguments.
(edit) @36722   14 years vboxsync unused variable
(edit) @36690   14 years vboxsync VBoxManageGuestCtrl: warning
(edit) @36610   14 years vboxsync VBoxManage/GuestCtrl: Initialize rcProc.
(edit) @36609   14 years vboxsync VBoxManage/GuestCtrl: Added multiple source handling for copyto and …
(edit) @36227   14 years vboxsync VBoxManageGuestCtrl: todo
(edit) @36209   14 years vboxsync freeze note.
(edit) @36208   14 years vboxsync forgot this one
(edit) @36206   14 years vboxsync Guest Execution: more review stuff.
(edit) @36189   14 years vboxsync VBoxManage: typo
(edit) @36101   14 years vboxsync Build fix.
(edit) @36099   14 years vboxsync Main/VBoxManage: Added ExecuteProcessStatus, update on todos.
(edit) @36035   14 years vboxsync VBoxManageGuestCtrl.cpp: Review Todos.
(edit) @35953   14 years vboxsync VBoxManage/GuestCtrl: Not needed anymore due to r70012.
(edit) @35947   14 years vboxsync VBoxManage/GuestCtrl: Addressed one more todo.
(edit) @35937   14 years vboxsync VBoxManage/GuestCtrl: Addressed some todos.
(edit) @35916   14 years vboxsync VBoxManageGuestCtrl.cpp: r=bird: Added a bunch of todos, most for the …
(edit) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35832   14 years vboxsync removed debugging output
(edit) @35831   14 years vboxsync VBoxManage guestcontrol execute --wait-for: adaptive sleep to prevent …
(edit) @35747   14 years vboxsync VBoxManage/GuestCtrl: Fix for process completion w/o waiting for output.
(edit) @35707   14 years vboxsync VBoxManage: allow tot save the state of a VM which is already paused
(edit) @35541   14 years vboxsync VBoxManage/GuestCtrl: Timeout adjustments.
(edit) @35534   14 years vboxsync VBoxManageGuestCtrl.cpp: Some u32TimeoutMS todos.
(edit) @35459   14 years vboxsync Build fix.
(edit) @35457   14 years vboxsync GuestControl/VBoxManage: Do a thread yield when waiting for a started …
(edit) @35057   14 years vboxsync some VBoxManage --help cosmetcis
(edit) @34861   14 years vboxsync GuestControl/VBoxManage: Removed not used arguments.
(edit) @34858   14 years vboxsync GuestControl/VBoxManage: Removed not used arguments, updated syntax …
(edit) @34831   14 years vboxsync GuestControl/Copy: Use a thread (guest task) for displaying real …
(edit) @34769   14 years vboxsync Better argc check.
(edit) @34761   14 years vboxsync VBoxManage/GuestControl: Clarify status.
(edit) @34709   14 years vboxsync Guest execution: Implemented ability to start guest processes hidden.
(edit) @34660   14 years vboxsync VBoxManageGuestCtrl: warning
(edit) @34621   14 years vboxsync VBoxManage/GuestCtrl: Don't create directories on copyto, easier error …
(edit) @34555   14 years vboxsync build fix
(edit) @34552   14 years vboxsync Guest Copy/CreateDirectory: Bugfixes, improved error handling.
(edit) @34465   14 years vboxsync Guest Copy: Create directories on guest if not present.
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34398   14 years vboxsync Guest Additions update: Don't wait when showing modal progress dialog …
(edit) @34338   14 years vboxsync VBoxManage/GuestCtrl: More RTGetOpt.
(edit) @34337   14 years vboxsync VBoxManage/GuestCtrl: Misc todos, use RTGetOpt-API.
(edit) @34250   14 years vboxsync VBoxManageGuestCtrl.cpp: r=bird: Shouldn't --mode be octal? Please …
(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.
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