VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99120   23 months vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99087   23 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @99085   23 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @98831   2 years vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98824   2 years vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98818   2 years vboxsync Guest Control: Specify the directory reading parameters (additional …
(edit) @98817   2 years vboxsync Guest Control: Use two separate caches for UID / GID lookups, to avoid …
(edit) @98813   2 years vboxsync Guest Control: Removed the ACL data portion from the HGCM callback …
(edit) @98791   2 years vboxsync Guest Control/VBoxService: Build fix. bugref:9783
(edit) @98789   2 years vboxsync Guest Control: Made temporary directory / file creation using …
(edit) @98774   2 years vboxsync Guest Control/VBoxService: Use (some) of the newly added …
(edit) @98709   2 years vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98665   2 years vboxsync Guest Control: Implemented the GuestSession::i_fsQueryInfo() + …
(edit) @98526   2 years vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95518   3 years vboxsync VBoxService/Control Session: When creating a process for a guest …
(edit) @95505   3 years vboxsync Guest Control/VBoxService: Handle new VM sessions (i.e. when restoring …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92988   3 years vboxsync Guest Control: Be more specific when reporting session termination …
(edit) @92987   3 years vboxsync Guest Control: Be more specific when reporting session termination …
(edit) @92707   3 years vboxsync Guest Control: Resolved a @todo: A bit more scoping for some defines, …
(edit) @92674   3 years vboxsync VBoxService: Reverted r148489, r148497 and r148502 because the problem …
(edit) @92662   3 years vboxsync VBoxService: Sketch for a trick for passing UTF-8 argv to child …
(edit) @92611   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92606   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @92598   3 years vboxsync Guest Control/VBoxService: Fixed handling of other codepages / locales …
(edit) @86414   4 years vboxsync IPRT,++: Adding a fLeaveOpen parameter to RTHandleGetStandard. …
(edit) @84816   5 years vboxsync Guest Control: Also implemented a "force" flag for the reboot/shutdown …
(edit) @84814   5 years vboxsync Guest Control: Also implemented a "force" flag for the reboot/shutdown …
(edit) @84731   5 years vboxsync Guest Control/VBoxService: Assertion nit. bugref:9320
(edit) @84594   5 years vboxsync Guest Control/Additions: Fixes for guest reboot/shutdown support. …
(edit) @84549   5 years vboxsync Guest Control: Implemented guest side support for gracefully rebooting …
(edit) @84548   5 years vboxsync Guest Control: Implemented guest side support for gracefully rebooting …
(edit) @84215   5 years vboxsync Guest Control/VbglR3 + VBoxService: Moved code to retrieve and …
(edit) @84209   5 years vboxsync Guest Control/VBoxService: Invalidate host feature flags on VM session …
(edit) @84160   5 years vboxsync Guest Control/VBoxService: More size_t/uint32_t build fixing, plus …
(edit) @84154   5 years vboxsync Guest Control/VBoxService: Also made attribute allocation of …
(edit) @84150   5 years vboxsync Guest Control/VBoxService: Also made attribute allocation of …
(edit) @84148   5 years vboxsync Guest Control/VBoxService: Made file name allocation of …
(edit) @84147   5 years vboxsync Guest Control/VBoxService: Implemented heap data allocation for …
(edit) @83612   5 years vboxsync Guest Control/VBoxSerivce: Include a timestamp in the logfile format …
(edit) @83595   5 years vboxsync Guest Control/VBoxService: Cleaned up VGSvcGstCtrlSessionClose(), a …
(edit) @83555   5 years vboxsync Guest Control/VBoxService: Make sure to set a session's thread stopped …
(edit) @83554   5 years vboxsync Guest Control/VBoxService: Make sure to set a session's thread stopped …
(edit) @83553   5 years vboxsync Guest Control/VBoxService: Warnings. bugref:9320
(edit) @83536   5 years vboxsync Guest Control/VBoxService: Strip truncation bit in …
(edit) @83534   5 years vboxsync Guest Control/VBoxService: Strip truncation bit in …
(edit) @83508   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: Added ability for …
(edit) @83441   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: Don't spin forever …
(edit) @83438   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: No need to wait …
(edit) @83421   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: Thread ID wrap …
(edit) @83409   5 years vboxsync Guest Control/VBoxService: Resolved another @todo: Don't ignore …
(edit) @83349   5 years vboxsync Guest Control/VBoxService: Check for correct file mode when opening files.
(edit) @83286   5 years vboxsync VBoxService / Guest Control: Fixed guest process thread teardown / …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @79326   6 years vboxsync VBoxService: Made new sub-dir only deletion code work like …
(edit) @79322   6 years vboxsync VBoxService: doxygen fix. bugref:9320
(edit) @79321   6 years vboxsync VBoxService: Bugfixes. bugref:9320
(edit) @79296   6 years vboxsync Main,VBoxService,GstCtrlSvc: Added functions for exchanging feature …
(edit) @79287   6 years vboxsync GuestCtrlSvc,Main,VBoxService: Implemented IGuestFile::SetSize. …
(edit) @79261   6 years vboxsync VBoxServiceControlSession.cpp: Fixed bug handling seeks relative to …
(edit) @78111   6 years vboxsync Guest Control/VBoxService: Added support for deleting empty directory …
(edit) @77069   6 years vboxsync Guest Control/Main: Check flags of …
(edit) @76958   6 years vboxsync Guest Control: Unifying terminology for (client/host) commands, …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75895   6 years vboxsync VBoxService/guestcontrol: Removed annoying message skip hack since …
(edit) @75890   6 years vboxsync VBoxService: Don't use tabs in logging, looks weird on linux console.
(edit) @75858   6 years vboxsync VBoxService: Mark printf-style formatters as such, fixing fallout. …
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75824   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 4. bugref:9313
(edit) @75807   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 3. bugref:9313
(edit) @75798   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 1. bugref:9313
(edit) @75758   6 years vboxsync VBoxGuestLib,VBoxService: Preps for using GUEST_MSG_PEEK/GEt/CANCEL, …
(edit) @75736   6 years vboxsync VBoxService/vgsvcGstCtrlSessionSpawnWorker: Straigthened out the …
(edit) @75727   6 years vboxsync VBoxServiceControlSession.cpp: Bail out in …
(edit) @75720   6 years vboxsync VBoxServiceControlSession.cpp: Pointed out bogus error handling in …
(edit) @75719   6 years vboxsync VBoxService/control: Corrected confused mishandling of VERR_INTERRUPT …
(edit) @72098   7 years vboxsync Guest Control/VBoxService: Resolved a @todo in …
(edit) @72097   7 years vboxsync Guest Control/VBoxService: Added additional size check in …
(edit) @71781   7 years vboxsync Guest Control/VBoxService: Resolved a @todo, logging adjustments, a …
(edit) @71432   7 years vboxsync Guest Control/VBoxService: Retrieve the context ID for messages not …
(edit) @71405   7 years vboxsync Guest Control/VBoxService: Cleaned up / shortened …
(edit) @71364   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(edit) @71320   7 years vboxsync Guest Control: Renamed RT_NOREFx -> RT_NOREF.
(edit) @71316   7 years vboxsync Additions build fix.
(edit) @71314   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(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) @62850   9 years vboxsync GAs/common: warnings
(edit) @62521   9 years vboxsync (C) 2016
(edit) @59145   9 years vboxsync Guest Control/VBoxService: Forgot to add the "--domain" handling; …
(edit) @59135   9 years vboxsync Indent.
(edit) @59134   9 years vboxsync Guest Control/VBoxService: Build up a UPN (User Principal Name) if a …
(edit) @58089   9 years vboxsync VBoxGuest,VBoxService,Doxyfile.Core: fixes.
(edit) @58042   9 years vboxsync VBoxService: warning
(edit) @58029   9 years vboxsync VBoxService: Using prefix 'VGSvc', code style/width cleanups. No real …
(edit) @58023   9 years vboxsync VBoxServiceControlSession.cpp: Pass RTPROC_FLAGS_PROFILE on unix too; …
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