summaryrefslogtreecommitdiff
path: root/include/VBox/HostServices
Commit message (Expand)AuthorAgeFilesLines
* Guest Control: Implements IGuestSession::fsQueryInfo() and IGuestSession::fsQ...vboxsync2023-04-031-12/+42
* Guest Control: More renaming; required for preparation of implementing queryi...vboxsync2023-03-311-2/+2
* Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> HOST_MSG_FS_QUERY_INFO, to n...vboxsync2023-03-311-1/+0
* Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> HOST_MSG_FS_QUERY_INFO, to n...vboxsync2023-03-311-2/+3
* Guest Control: Added ability of specifying an optional current working direct...vboxsync2023-03-221-1/+10
* Guest Control: Docs nits. bugref:9783vboxsync2023-03-211-3/+1
* Guest Control: Added directory listing support via IDirectory::list(). Added ...vboxsync2023-03-211-4/+45
* Guest Control: Made the directory entry reading really dynamic by letting the...vboxsync2023-03-021-3/+0
* Guest Control: Follow-up fix for r156133. bugref:9783vboxsync2023-03-021-6/+0
* Guest Control: Specify the directory reading parameters (additional attribute...vboxsync2023-03-021-5/+6
* Guest Control/VBoxService: Moved all the CALLBACKDATA_ struct from GuestContr...vboxsync2023-02-281-147/+0
* Guest Control: Implemented directory handling / walking as non-toolbox varian...vboxsync2023-02-241-41/+7
* Guest Control: Implemented the GuestSession::i_fsQueryInfo() + GuestSession::...vboxsync2023-02-211-14/+0
* HGCMMock*.h: Moved to HostServices as it chiefly tests the HGCM services, not...vboxsync2023-02-152-0/+356
* Guest Control: Initial commit (work in progress, disabled by default) [build ...vboxsync2023-02-131-3/+3
* Guest Control: Initial commit (work in progress, disabled by default). bugref...vboxsync2023-02-101-36/+344
* Copyright year updates by scm.vboxsync2023-01-177-7/+7
* DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to make this...vboxsync2022-12-061-4/+18
* scm copyright and license note updatevboxsync2022-08-227-70/+140
* GuestPropertySvc.h,Main: Changed GuestPropValidateName and GuestPropValidateV...vboxsync2022-06-211-7/+8
* GuestPropertySvc.h,Main/Settings.cpp: Made GUEST_PROP_MAX_NAME_LEN and GUEST_...vboxsync2022-06-211-5/+5
* Guest properties: increase property value max len up to 1024, bugref:10185.vboxsync2022-06-081-2/+5
* Main: Guest Properties: improved property name and value validation, bugref:1...vboxsync2022-02-221-0/+42
* scm --update-copyright-yearvboxsync2022-01-017-7/+7
* *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-232-9/+9
* HostServices/Service.h: Added @todo on unnecessary work duplication wrt clien...vboxsync2021-07-191-0/+5
* Shared Clipboard/Transfers: Removed clipboard area handling code. bugref:9437vboxsync2020-11-231-12/+0
* Shared Clipboard: Convert VBox clipboard formats to strings to improve logging.vboxsync2020-11-231-19/+0
* Shared Clipboard/Transfers: Added VBOX_SHCL_GF_0_TRANSFERS_FRONTEND to indica...vboxsync2020-11-191-1/+6
* Shared Clipboard/Transfers: Removed clipboard area handling code. bugref:9437vboxsync2020-11-181-46/+0
* DnD: Renaming -- prefix all HGCM function number defines with [GUEST|HOST]_DN...vboxsync2020-08-131-80/+80
* DnD: Added wire protocol support for querying and reporting guest / host feat...vboxsync2020-08-121-4/+13
* HGCM / DnD: Removed the protocol version from the generic HGCM client impleme...vboxsync2020-08-121-6/+0
* DnD: Added wire protocol support for querying and reporting guest / host feat...vboxsync2020-08-121-6/+58
* HostServices: Clang 11++ adjustments. Eliminated pointless auto_ptr. Added a...vboxsync2020-07-131-101/+68
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-082-4/+4
* Shared Clipboard/Transfers: Removed some superfluous HGCM parameters. Untested.vboxsync2020-06-291-34/+32
* DnD/DragAndDropSvc: Renaming to emphasize that these structs actually are cla...vboxsync2020-06-291-45/+44
* Guest Control: Implemented guest side support for gracefully rebooting / shut...vboxsync2020-05-261-0/+19
* Guest Control: Implemented support for long(er) command lines. bugref:9320vboxsync2020-05-111-0/+3
* SharedClipboard/darwin: Logging. bugref:9620vboxsync2020-04-081-3/+3
* Guest Control: Adjusted the ARGV0 feature flag docs.vboxsync2020-03-251-5/+8
* Guest Control/Main + VBoxService: Resolved another @todo: Added ability for g...vboxsync2020-03-251-5/+9
* Copyright year updates by scm.vboxsync2020-02-046-6/+6
* Shared Clipboard: Added missing / disabled code for negotiating transfer chun...vboxsync2020-01-241-53/+22
* SharedClipboardSvc,Vbgl: Worked over the host messages, taking locks when nee...vboxsync2019-12-101-50/+38
* SharedClipboardSvc,Vbgl: Started looking over the host message handling, addi...vboxsync2019-12-091-152/+143
* SharedClipboardSvc,Vbgl: Looked at the connect and feature exchange stuff. De...vboxsync2019-12-091-10/+29
* SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the VBOX_SHCL_...vboxsync2019-12-091-3/+32
* SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the VBOX_SHCL_...vboxsync2019-12-091-36/+49