summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/GuestSessionImpl.h
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+2
* Guest Control/Main: Treat reported Guest Additions versions of "0.0.0" (or 0)...vboxsync2023-04-171-2/+2
* Guest Control: Implements IGuestSession::fsQueryInfo() and IGuestSession::fsQ...vboxsync2023-04-031-0/+1
* Guest Control/Main: Renamed GuestSession::i_fsQueryInfoViaToolbox() -> i_fsOb...vboxsync2023-03-311-1/+1
* Guest Control/Main: Renamed IGuestSession::i_fsQueryInfo() -> i_fsObjQueryInf...vboxsync2023-03-311-1/+1
* Guest Control: Changed the parameter position of the CWD parameter, so that t...vboxsync2023-03-231-2/+2
* Guest Control: Added ability of specifying an optional current working direct...vboxsync2023-03-221-0/+2
* Guest Control/Main: Moved legacy (VBoxService toolbox) code paths into dedica...vboxsync2023-02-241-0/+9
* Guest Control: Implemented the GuestSession::i_fsQueryInfo() + GuestSession::...vboxsync2023-02-211-0/+3
* Main/Guest*: rc -> hrc/vrc. bugref:10223vboxsync2023-01-241-21/+21
* Main: rc() -> hrc()/vrc(). bugref:10223vboxsync2023-01-241-4/+3
* 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-2/+2
* Main/Guest Control: Renamed GuestSession::i_getPathStyle() -> i_getGuestPathS...vboxsync2022-10-261-1/+2
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* Guest Control/Main: Added IFsInfo, IGuestFsInfo, IGuestSession::fsQueryFreeSp...vboxsync2022-06-271-0/+2
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Guest Control/Main: Resolved @todo: Implemented mode handling and secure bit ...vboxsync2021-12-131-1/+1
* Guest Control/Main: Resolved @todos: Renamed (plus removed) SESSIONOBJECTTYPE...vboxsync2021-12-131-14/+3
* Main/GuestSessionImpl: Comment update, two todos. bugref:9320vboxsync2021-12-121-2/+13
* Main/GuestSessionImpl.h: Added a @todo on mpBaseEnvironment to clarify that i...vboxsync2021-11-291-1/+3
* Main: bugref:1909: Added API localizationvboxsync2021-08-241-1/+1
* Guest Control/Main: Big guest error information revamp, to show more informat...vboxsync2020-06-031-4/+9
* Guest Control/Main: Implemented host side support for gracefully rebooting / ...vboxsync2020-05-271-0/+1
* Guest Control/Main: Added GuestSession::i_directoryExists().vboxsync2020-03-191-0/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Guest Control/Main: Renaming.vboxsync2019-04-081-1/+1
* Guest Control/Main: Implemented virtual guest object methods for session stat...vboxsync2019-03-061-1/+6
* Guest Control/Main: Renamed IGuestSession::i_isReadyExternal() -> IGuestSessi...vboxsync2019-03-061-1/+3
* Guest Control/Main: Renamed GuestSessionTaskInternalOpen() to GuestSessionTas...vboxsync2019-01-311-2/+2
* Guest Control: Unifying terminology for (client/host) commands, functions and...vboxsync2019-01-231-1/+1
* Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard prefixes with...vboxsync2019-01-011-3/+3
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* Main/include: Slapped #pragma once on all headers in prep for GCC precompiled...vboxsync2018-12-271-0/+3
* Guest Control/Main: Added stubs for IGuestSession::fsObjMoveArray() and IGues...vboxsync2018-12-031-0/+8
* Main/Guest: Added a few codereview comments, mainly in the guest base class a...vboxsync2018-12-021-3/+0
* Main/Guest: Added a few codereview comments, mainly in the guest base class a...vboxsync2018-12-021-13/+25
* VBoxGuestControl: Optimizing message handling - part 1. bugref:9313vboxsync2018-11-281-1/+2
* Guest Control/Main: Implemented stub for IGuestSession::fsObjRemoveArray().vboxsync2018-11-201-0/+2
* Guest Control/Main: Got rid of the "types" array in IGuestSession::copyFromGu...vboxsync2018-10-101-2/+0
* Main/GuestSessionImpl: Proposing more efficient and flexible copy flag parsin...vboxsync2018-04-301-2/+2
* Guest Control/Main: Made IGuestSession::copyFromGuest() and IGuestSession::co...vboxsync2018-04-301-2/+4
* Guest Control/Main: Implemented stubs IGuestSession:copy[From|To]Guest() ( @...vboxsync2018-04-241-0/+5
* Guest Control/Main: Added stubs for IGuestSession:copy[From|To]Guest() (@bugr...vboxsync2018-04-231-0/+13
* Guest Control/Main: Added IGuestSession::i_getPathStyle() to also make it use...vboxsync2018-04-121-0/+1
* Guest Control/Main: Implemented GuestSession::fileOpenEx().vboxsync2018-04-091-0/+4
* Guest Control/Main: Added a dedicated header file for guest session tasks.vboxsync2018-04-041-284/+1
* Guest Control: Revamped internal object [un]registration and organization to ...vboxsync2018-03-201-13/+52
* Guest Control: Dropped the "Internal" suffix from function, as the "i_" prefi...vboxsync2018-03-151-16/+15
* GuestControl: Added and implemented IGuestSession::userHome and IGuestSession...vboxsync2018-03-131-0/+4