summaryrefslogtreecommitdiff
path: root/include/VBox/GuestHost/GuestControl.h
Commit message (Expand)AuthorAgeFilesLines
* Guest Control: Implements IGuestSession::fsQueryInfo() and IGuestSession::fsQ...vboxsync2023-04-031-0/+81
* 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-1/+40
* Guest Control: Made the directory entry reading really dynamic by letting the...vboxsync2023-03-021-2/+5
* Guest Control: Fixed 32-bit burns. bugref:9783vboxsync2023-03-021-5/+0
* Guest Control: Fixed 32-bit burns. bugref:9783vboxsync2023-03-021-0/+10
* Guest Control: Removed #pragma pack directives, added AssertCompileSize() [bu...vboxsync2023-03-021-3/+5
* Guest Control: Removed #pragma pack directives, added AssertCompileSize(). bu...vboxsync2023-03-021-6/+6
* Guest Control: Fixed typo. bugref:9783vboxsync2023-02-281-1/+1
* Guest Control: Added some more GSTCTL_CREATEDIRECTORY_F_ flags. bugref:9783vboxsync2023-02-281-3/+11
* Guest Control: Implemented directory handling / walking as non-toolbox varian...vboxsync2023-02-241-7/+12
* Guest Control: Implemented the GuestSession::i_fsQueryInfo() + GuestSession::...vboxsync2023-02-211-2/+1
* Guest Control: Initial commit (work in progress, disabled by default). bugref...vboxsync2023-02-101-0/+302
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Guest Control: Resolved a @todo: A bit more scoping for some defines, even if...vboxsync2021-12-021-1/+1
* Guest Control: Resolved a @todo: A bit more scoping for some defines, even if...vboxsync2021-12-021-37/+34
* Guest Control: Also implemented a "force" flag for the reboot/shutdown comman...vboxsync2020-06-121-0/+10
* Guest Control/VbglR3: Made initial session startup information a bit more lig...vboxsync2020-06-091-7/+7
* Guest Control/VbglR3 + VBoxService: Moved code to retrieve and allocate sessi...vboxsync2020-05-081-3/+16
* Guest Control/VBoxService: Implemented heap data allocation for VBOXSERVICECT...vboxsync2020-05-051-1/+1
* Guest Control/VBoxSerivce: Added an own vbox_stat toolbox exit code for INVAL...vboxsync2020-04-091-0/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VBoxService: Made new sub-dir only deletion code work like RTDirRemoveRecursi...vboxsync2019-06-251-1/+1
* Guest Control/Main: Fixed DIRREMOVEREC_FLAG_VALID_MASK for calling GuestSessi...vboxsync2019-04-081-1/+1
* Guest Control/Main: Check flags of IGuestSession::directoryRemoveRecursive() ...vboxsync2019-01-311-5/+8
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* include/VBox: Use VBOX_INCLUDED_ rather than ___vbox_ as header guard prefix,...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* /include: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* VBoxGuestControl: Optimizing message handling - part 4. bugref:9313vboxsync2018-11-291-1/+3
* Guest Control: Added toolbox / vbox_stat error handling for not found network...vboxsync2018-03-261-0/+1
* Guest Control/Toolbox: Added VBOXSERVICETOOLBOX_CAT_EXITCODE_IS_A_DIRECTORY.vboxsync2018-03-021-1/+2
* include/VBox/: (C) yearvboxsync2017-10-171-1/+1
* include file build fixes (kmk -C include)vboxsync2017-09-061-0/+2
* Main: Renamed ProcessCreateFlag::NoProfile to ProcessCreateFlag::Profile.vboxsync2016-06-271-1/+1
* doxygen fixes.vboxsync2016-04-281-16/+20
* VBox/GuestHost/GuestControl.h: For the millionth time, either get these comme...vboxsync2016-04-281-1/+1
* Guest Control: Added proper handling for (VBoxService) toolbox exit codes, re...vboxsync2016-04-211-0/+189