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) @75849   6 years vboxsync VBoxManage/guestcontrol: fix
(edit) @75848   6 years vboxsync VBoxManage/guestcontrol: copyto/from hacking
(edit) @75847   6 years vboxsync build fix
(edit) @75846   6 years vboxsync build fix
(edit) @75845   6 years vboxsync VBoxManage/guestcontrol: fix
(edit) @75844   6 years vboxsync VBoxManage/guestcontrol: r=bird: more comments and some fixes/adjustments
(edit) @75832   6 years vboxsync VBoxManage/guestcontrol: r=bird comments
(edit) @73506   6 years vboxsync VBoxManage: GCC 8.2.0 fixes
(edit) @72958   6 years vboxsync Main/GuestCtrl: Move the guest additions update code from RTIsoFs* to …
(edit) @72006   7 years vboxsync Guest Control/VBoxManage: Check if progress object is valid in …
(edit) @71815   7 years vboxsync Guest Control/VBoxManage: Removed to --dryrun parameters from the …
(edit) @71319   7 years vboxsync Guest Control/VBoxManage: Check the source element to copy from guest …
(edit) @71251   7 years vboxsync Guest Control/[Directory|File]CopyFrom: Factored out the fileCopyFrom …
(edit) @71231   7 years vboxsync Main/Guest Control: Renamed FsObjMoveFlags, DirectoryCopyFlags and …
(edit) @71215   7 years vboxsync VBoxManageGuestCtrl.cpp: Warning.
(edit) @71213   7 years vboxsync Guest Control: Moved the copying host -> guest implementations from …
(edit) @71168   7 years vboxsync Guest Control/VBoxManage: Fixed specifying the destination without …
(edit) @69758   7 years vboxsync VBoxManageGuestCtrl.cpp,DnDURIList.cpp: Fix RTDIRENTRYTYPE_UNKNOWN …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(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) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63469   8 years vboxsync Warning.
(edit) @63384   8 years vboxsync Frontends: warnings (gcc)
(edit) @63314   8 years vboxsync VBoxManage: warning
(edit) @63300   8 years vboxsync VBoxManage: warnings
(edit) @61894   8 years vboxsync Build fix.
(edit) @61893   8 years vboxsync Main: Renamed ProcessCreateFlag::NoProfile to ProcessCreateFlag::Profile.
(edit) @60491   9 years vboxsync FE/VBoxManage/VBoxManageGuestCtrl.cpp: Fixed broken verbose output, as …
(edit) @59584   9 years vboxsync VBoxManage: fix typos in the comment for DESTDIRMAP.
(edit) @59255   9 years vboxsync VBoxManage: do not only SIGINT but also SIGTERM, ticketref:15008
(edit) @57593   9 years vboxsync Fe/VBoxManage: Fixed broken "guestcontrol <VM-Name> list" command. …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56739   9 years vboxsync FE/VBoxManage: Format string error found by Parfait
(edit) @56691   9 years vboxsync VBoxManage guestcontrol mkdir: arg parsing fix.
(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) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @55632   10 years vboxsync build fix
(edit) @55631   10 years vboxsync IGuestSession: - Added pathStyle attribute and associated enum. …
(edit) @55609   10 years vboxsync VBoxManageGuestCtrl.cpp: Implemented parsing vm and sub-command name …
(edit) @55607   10 years vboxsync an idea on how to make the syntax diagram shorter and nicer…
(edit) @55606   10 years vboxsync VBoxManageGuestCtrl.cpp: Removed the 'cp' command alias (for 'copyto') …
(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) @55598   10 years vboxsync VBoxManage guestcontrol start/run corrections.
(edit) @55593   10 years vboxsync fixes
(edit) @55535   10 years vboxsync Main,VBoxManage,VBoxShell,ValidationKit: Changed the …
(edit) @55532   10 years vboxsync VBoxManage -execute: Added --unquoted-argsu option exposing the …
(edit) @52842   10 years vboxsync VBoxManageGuestCtrl.cpp: Fixed ctrlCopyCreateSourceRoot().
(edit) @51628   10 years vboxsync Frontend/VBoxManage: fix gcc compiler warning in VBoxManageGuestCtrl.cpp
(edit) @49685   11 years vboxsync FE/VBoxManage: Error message typo.
(edit) @49683   11 years vboxsync FE/VBoxManage/GuestCtrl: Don't try to build up paths for the guest …
(edit) @49621   11 years vboxsync VBoxManage: split 'guestcontrol' help into sub categories
(edit) @49503   11 years vboxsync FE/VBoxManage: GuestCtrl: Removed debug output.
(edit) @49502   11 years vboxsync FE/VBoxManage: GuestCtrl: Don't use signal handlers for closing active …
(edit) @49439   11 years vboxsync FE/VBoxManage: GuestCtrl: Explicitly wait for guest process to start, …
(edit) @49397   11 years vboxsync FE/VBoxManage: Logging for detached guest sessions.
(edit) @49389   11 years vboxsync GuestCtrl: Main/VBoxManage: More checks for object pointers, minor …
(edit) @49353   11 years vboxsync FE/VBoxManage: Syntax help typo.
(edit) @49351   11 years vboxsync Build fix.
(edit) @49349   11 years vboxsync Guest Control: - Implemented IGuestSession::DirectoryRemove, …
(edit) @49222   11 years vboxsync Removed debug logging.
(edit) @49221   11 years vboxsync FE/VBoxManage/GuestCtrl: Integrated waiting for guest sessions to …
(edit) @49166   11 years vboxsync Build fix.
(edit) @49165   11 years vboxsync FE/VBoxManage/GuestCtrl: Unified a lot of command line handling, added …
(edit) @48014   11 years vboxsync FE/VBoxManage/GuestCtrl: Implemented handling guest file, process and …
(edit) @47926   11 years vboxsync VBoxManage: type mismatch
(edit) @47874   11 years vboxsync Warnings.
(edit) @47872   11 years vboxsync VBoxManageGuestCtrl.cpp: PID -> ID in guest file listing.
(edit) @47859   11 years vboxsync FE/VBoxManage: Also show guest files when using "watch".
(edit) @47696   11 years vboxsync FE/VBoxManage/VBoxManageGuestCtrl.cpp: Fixed error message on guest …
(edit) @47631   11 years vboxsync VBoxManage/VBoxManageGuestCtrl.cpp: Added "watch" command for printing …
(edit) @47629   11 years vboxsync VBoxManage/VBoxManageGuestCtrl.cpp: Install proper console signal …
(edit) @47625   11 years vboxsync VBoxManage/VBoxManageGuestCtrl.cpp: Handle OOM situations, include own …
(edit) @47560   11 years vboxsync FE/VBoxManage: Be a bit more informative.
(edit) @47557   11 years vboxsync FE/VBoxManage: Added support for terminating guest processes of …
(edit) @47538   11 years vboxsync FE/VBoxManage/GuestCtrl: Include guest session status when listing.
(edit) @47502   11 years vboxsync VBoxManage: warning
(edit) @47495   11 years vboxsync FE/VBoxManage/GuestCtrl: Added support for closing guest sessions.
(edit) @47492   11 years vboxsync FE/VBoxManage/GuestCtrl: Also close guest session on overall failure.
(edit) @47491   11 years vboxsync FE/VBoxManage/GuestCtrl: Don't close a guest session when starting a …
(edit) @47325   11 years vboxsync VBoxManage/VBoxManageGuestCtrl: Optional shorter list command options.
(edit) @47311   11 years vboxsync VBoxManage/GuestCtrl: Make "guestcontrol list …
(edit) @47003   11 years vboxsync VBoxManage: fix
(edit) @47002   11 years vboxsync VBoxManage: help for mktemp
(edit) @47000   11 years vboxsync VBoxManage/Help: unify help output regarding UUID and VM name
(edit) @46999   11 years vboxsync VBoxManage/Help: unify help output regarding UUID and VM name
(edit) @46649   11 years vboxsync Forward ported r85941 and required build fixes (Main: Implemented new …
(edit) @46524   11 years vboxsync Main/IGuest::UpdateGuestAdditions: Implemented support for passing …
(edit) @46009   12 years vboxsync ctrlCopyDirToGuest: r=bird: This directory enum code won't work on …
(edit) @45010   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44960   12 years vboxsync Forward-ported r84173 from 4.2: FE/VBoxManage/GuestCtrl: Do UTF-8 …
(edit) @44959   12 years vboxsync FE/VBoxManage/GuestCtrl: Added "guestcontrol list" command (debug …
(edit) @44885   12 years vboxsync VBoxManageGuestCtrl: Print plain PID on non-verbose runs to support …
(edit) @44883   12 years vboxsync FE/VBoxManage/GuestCtrl: Added proper timeout handling for reading …
(edit) @44104   12 years vboxsync VBoxManage: improved assertion (warning fix)
(edit) @43981   12 years vboxsync Guest Control: Respect detached processes.
(edit) @43876   12 years vboxsync fixed a few format specifier bugs
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