summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/GuestCtrlImplPrivate.h
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+1
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-6/+9
* Guest Control: Completely revamped / overhauled the (now legacy) stream outpu...vboxsync2023-04-131-7/+40
* Guest Control: Implements IGuestSession::fsQueryInfo() and IGuestSession::fsQ...vboxsync2023-04-031-6/+14
* Guest Control: Added ability of specifying an optional current working direct...vboxsync2023-03-221-0/+2
* Guest Control: Added directory listing support via IDirectory::list(). Added ...vboxsync2023-03-211-19/+37
* Guest Control/Main: Removed unused ACL parameters from GuestFsObjData::FromGu...vboxsync2023-03-171-2/+1
* Guest Control: Added GuestFsObjData::FromGuestDirEntryEx(). bugref:9783vboxsync2023-03-021-0/+1
* Guest Control/VBoxService: Moved all the CALLBACKDATA_ struct from GuestContr...vboxsync2023-02-281-0/+174
* Guest Control/Main: Fixed deleting files via built-in toolbox; GuestToolboxSt...vboxsync2023-02-241-1/+1
* Guest Control: Implemented directory handling / walking as non-toolbox varian...vboxsync2023-02-241-0/+45
* Guest Control: Streamlined GuestWaitEventBase / GuestWaitEvent interfaces and...vboxsync2023-02-211-11/+10
* Guest Control: Implemented the GuestSession::i_fsQueryInfo() + GuestSession::...vboxsync2023-02-211-0/+42
* Main/GuestSession: nits and some logging. bugref:9783vboxsync2023-02-161-2/+2
* Main/GuestCtrlImplPrivate.h/cpp: Safed up the PATH_STYLE_SEP_STR macro. bugre...vboxsync2023-02-111-1/+1
* Guest Control: Initial commit (work in progress, disabled by default). bugref...vboxsync2023-02-101-33/+72
* Main/Guest*: rc -> hrc/vrc. bugref:10223vboxsync2023-01-241-91/+89
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* Guest Control/Main: Fixed returning the correct error code from GuestSession:...vboxsync2022-11-081-0/+1
* Guest Control/Main: More path building / translation fixes. ​bugref:10286vboxsync2022-11-061-0/+8
* Guest Control/Main: Rewrite of the path building and directory walking code ...vboxsync2022-11-041-0/+2
* Main/Guest Control: Added a force parameter to GuestPath::Translate() and mad...vboxsync2022-10-261-1/+1
* Main/Guest Control: Added GuestBase::fsObjTypeToStr(). ​bugref:10286vboxsync2022-10-261-0/+1
* Main/Guest Control: Added new guestControl::GuestPath class which contains th...vboxsync2022-10-241-0/+22
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Main: bugref:1909: Added missed translation marks, removed redundant ones. Ex...vboxsync2021-10-011-4/+0
* Guest Control/Main: Added another GuestBase::getErrorAsString() convenience f...vboxsync2020-06-171-0/+1
* Guest Control/Main: Resolved another todo: Limit the default size a guest pro...vboxsync2020-06-161-1/+4
* Guest Control/Main: Handling throw()ing VBox rc for GuestWaitEventPayload con...vboxsync2020-06-091-0/+7
* Guest Control/Main: Big guest error information revamp, to show more informat...vboxsync2020-06-031-0/+104
* Guest Control/Main: Implemented first file open info validation. bugref:9320vboxsync2020-04-041-0/+38
* Guest Control/Main: More constructor initializers, removed unused GuestTask c...vboxsync2020-03-251-51/+10
* Guest Control/Main: Added some more class/struct constructor initializers.vboxsync2020-03-181-0/+27
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Main: Fixes for deprecated implicit copy operators (GCC 9).vboxsync2019-11-051-0/+8
* Main/GuestSessionImpl.cpp: Keep returning E_INVALIDARG for VERR_ENV_INVALID_V...vboxsync2019-09-171-4/+10
* Main/Guest*: Create enviornment blocks with RTENV_CREATE_F_ALLOW_EQUAL_FIRST_...vboxsync2019-09-161-11/+20
* Main/GuestFileImpl.cpp: Translate FileAccessMode_AppendOnly and AppendRead to...vboxsync2019-06-211-2/+0
* Guest Control/Main: Implemented virtual guest object methods for session stat...vboxsync2019-03-061-1/+1
* Guest Control/Main: Implemented virtual guest object methods for session stat...vboxsync2019-03-061-1/+14
* Guest Control/Main: Docs.vboxsync2019-02-011-3/+0
* Guest Control/Main: Fixed GuestWaitEvent initialization by now having dedicat...vboxsync2019-01-311-6/+3
* 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
* VBox/vmm/pdmdrv.h: Don't include err.h when it isn't needed. bugref:9344vboxsync2018-12-231-0/+1
* Main,Frontends: s/FileName/Filename/g (API); Took a shot a completing the cod...vboxsync2018-12-031-30/+25
* Main/Guest: Added a few codereview comments, mainly in the guest base class a...vboxsync2018-12-021-2/+2