summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Guest Control/VBoxManage: Resolve wait result to a text when running in verbo...vboxsync2023-05-111-1/+1
* Guest Control/VBoxManage: Added display percentage used for a guest filesyste...vboxsync2023-04-041-1/+1
* Guest Control/VBoxManage: Added display percentage used for a guest filesyste...vboxsync2023-04-041-33/+42
* Guest Control/VBoxManage: Added a "--total" option to the "fsinfo|df" command...vboxsync2023-04-031-1/+50
* Guest Control/VBoxManage: Added a new command "fsinfo|df" to show guest files...vboxsync2023-04-031-0/+105
* Guest Control: Changed the parameter position of the CWD parameter, so that t...vboxsync2023-03-231-1/+1
* Guest Control: Added ability of specifying an optional current working direct...vboxsync2023-03-221-0/+7
* Guest Control: Implemented the GuestSession::i_fsQueryInfo() + GuestSession::...vboxsync2023-02-211-0/+2
* VBoxManage: rc -> vrc/hrc. Make scm check. bugref:10223vboxsync2023-01-251-28/+29
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* Guest Control/Main: Rewrite of the path building and directory walking code ...vboxsync2022-11-041-4/+4
* Guest Control/docs: Brought back the VBoxManage docs / synopsis in line with ...vboxsync2022-10-311-2/+2
* Guest Control/FE/VBoxManage: Added new options "--no-replace / -n" and "--upd...vboxsync2022-10-311-1/+17
* Guest Control/FE/VBoxManage: Use the same APIs (GuestSession::CopyToGuest() +...vboxsync2022-10-311-134/+68
* Guest Control/VBoxManage: Don't bail out when copying a single file from gues...vboxsync2022-10-261-3/+7
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* FE/VBoxManage/Guest Control: Removed dead code.vboxsync2022-06-151-5/+0
* Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. This a...vboxsync2022-05-311-96/+96
* FE/VBoxManage: Remove the now unused VBoxManageHelp build target and the VBOX...vboxsync2022-03-151-6/+1
* doc/manual,FE/VBoxManage: Convert guestcontrol command to refentry documentat...vboxsync2022-03-131-237/+81
* Guest Control/Main: Return an error in IGuestProcess::terminate() if the gues...vboxsync2022-02-141-0/+2
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Guest Control/VBoxManage: Follow-up fix for r148802 -- we need to process the...vboxsync2021-12-101-7/+17
* Guest Control/VBoxManage: Fixed signal handling regression within the watch s...vboxsync2021-12-101-3/+4
* Guest Control/VBoxManage: Resolved @todos: Support more than one source in th...vboxsync2021-12-101-75/+75
* Guest Control: Resolved a @todo: Implemented DirectoryCopyFlag_Recursive + Di...vboxsync2021-12-081-3/+13
* Main: bugref:1909: Added translation into VBoxManage excluding built-in docbo...vboxsync2021-11-251-3/+5
* Main" bugref:1909: Removed translation marks form printUsage and its callees....vboxsync2021-11-151-78/+78
* Main: bugref:1909: Added translation engine into VBoxManage, Added generation...vboxsync2021-11-121-0/+1
* Main: bugref:1909: Fixed scm issuesvboxsync2021-11-111-0/+1
* Main: bugref:1909: Fixed scm issuesvboxsync2021-11-111-1/+2
* Main: bugref:1909: Added translation marks around messages of VBoxManage outputvboxsync2021-11-111-302/+322
* VBoxManageGuestCtrl.cpp: G/c obsolete unused enum GETOPTDEF_EXEC.vboxsync2021-06-301-15/+0
* VBoxManageGuestCtrl.cpp: Must not use RT_ZERO on pCtx in gctrCmdCtxInit as th...vboxsync2020-07-111-3/+15
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-2/+2
* Guest Control/VBoxManage: Make use of the newly IGuest::Shutdown() API when a...vboxsync2020-05-271-9/+14
* FE/VBoxManage: Guest Additions update verification implies a (mandatory) reboot.vboxsync2020-05-251-1/+2
* FE/VBoxManage: Comment formatting nits.vboxsync2020-05-251-4/+4
* Guest Control/VBoxManage: Implemented dedicated "waitrunlevel" command to wai...vboxsync2020-05-251-3/+1
* Guest Control/VBoxManage: Implemented dedicated "waitrunlevel" command to wai...vboxsync2020-05-251-0/+2
* Guest Control/VBoxManage: Implemented dedicated "waitrunlevel" command to wai...vboxsync2020-05-251-1/+3
* Guest Control/VBoxManage: Implemented dedicated "waitrunlevel" command to wai...vboxsync2020-05-251-84/+445
* Guest Control/Main: Emphasize that a guest needs to be restarted in order to ...vboxsync2020-04-211-3/+3
* Guest Control + FE/VBoxManage: Added "--user" convenience shortcut for "--use...vboxsync2020-04-081-1/+2
* Guest Control/VBoxManage: Resolve absolute path of --source argument in gctlH...vboxsync2020-03-171-1/+5
* FE/VBoxMange / Guest Control: Explicitly use the bit bucket if waiting for in...vboxsync2020-03-111-2/+17
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Guest Control/VBoxManage: Added support for renaming (mv) multiple sources to...vboxsync2019-10-081-30/+41
* VBoxManageGuestCtrl.cpp: Must stop waiting for the 'Start' event once it has ...vboxsync2019-06-201-1/+5
* VBoxManageGuestCtrl.cpp: comment typo.vboxsync2019-05-241-1/+1