summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-118-13/+5
* Guest Control/Main: Treat reported Guest Additions versions of "0.0.0" (or 0)...vboxsync2023-04-172-4/+9
* Guest Control: Completely revamped / overhauled the (now legacy) stream outpu...vboxsync2023-04-131-3/+3
* Guest Control: Completely revamped / overhauled the (now legacy) stream outpu...vboxsync2023-04-132-90/+178
* Guest Additions/Main: Return and document a dedicated error if I[Guest]Direct...vboxsync2023-04-051-0/+7
* Guest Control: Implements IGuestSession::fsQueryInfo() and IGuestSession::fsQ...vboxsync2023-04-032-25/+335
* Guest Control/Main: Renamed GuestSession::i_fsQueryInfoViaToolbox() -> i_fsOb...vboxsync2023-03-311-2/+2
* Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> HOST_MSG_FS_QUERY_INFO, to n...vboxsync2023-03-311-1/+1
* Guest Control/Main: Renamed IGuestSession::i_fsQueryInfo() -> i_fsObjQueryInf...vboxsync2023-03-313-10/+10
* Guest Control/Main: Follow-up fix for using the new semantics of IGuestDirect...vboxsync2023-03-311-1/+2
* Guest Control: Changed the parameter position of the CWD parameter, so that t...vboxsync2023-03-231-5/+5
* Guest Control: Added ability of specifying an optional current working direct...vboxsync2023-03-221-1/+1
* Guest Control: Added ability of specifying an optional current working direct...vboxsync2023-03-222-12/+42
* Guest Control: Added directory listing support via IDirectory::list(). Added ...vboxsync2023-03-211-34/+401
* Guest Control/Main: Always dereference symlinks by default when opening direc...vboxsync2023-03-201-4/+6
* Guest Control/Main: Removed unused ACL parameters from GuestFsObjData::FromGu...vboxsync2023-03-171-7/+3
* Guest Control: Made the directory entry reading really dynamic by letting the...vboxsync2023-03-021-3/+2
* Guest Control: Specify the directory reading parameters (additional attribute...vboxsync2023-03-021-3/+3
* Guest Control: Added GuestFsObjData::FromGuestDirEntryEx(). bugref:9783vboxsync2023-03-021-1/+18
* Guest Control: Removed the ACL data portion from the HGCM callback messages (...vboxsync2023-03-021-3/+1
* Some small Solaris-specific build warning fixes:vboxsync2023-03-011-1/+1
* Guest Control: Made temporary directory / file creation using dedicated comma...vboxsync2023-02-281-0/+8
* Main: src-client: build fix, bugref:10359.vboxsync2023-02-281-2/+1
* Guest Control/Main: Compilation fixes when VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS i...vboxsync2023-02-281-2/+2
* Guest Control/Main: Fixed specifying the GSTCTL_CREATEDIRECTORY_F_ flags. bug...vboxsync2023-02-281-2/+1
* Main: Linux Additions upgrade: Fix path to rcvboxadd and user notifications, ...vboxsync2023-02-241-7/+9
* Guest Control/Main: Fixed deleting files via built-in toolbox; GuestToolboxSt...vboxsync2023-02-241-3/+8
* Guest Control/Main: Moved legacy (VBoxService toolbox) code paths into dedica...vboxsync2023-02-241-3/+3
* Guest Control/Main: Moved legacy (VBoxService toolbox) code paths into dedica...vboxsync2023-02-241-4/+0
* Guest Control/Main: Compilation fix when VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS is ...vboxsync2023-02-241-1/+1
* Guest Control/Main: Moved legacy (VBoxService toolbox) code paths into dedica...vboxsync2023-02-241-179/+263
* Guest Control: Implemented directory handling / walking as non-toolbox varian...vboxsync2023-02-241-1/+0
* Guest Control: Implemented directory handling / walking as non-toolbox varian...vboxsync2023-02-242-28/+294
* bugref:10366. The parameter aDevice is filled in case of successful operation.vboxsync2023-02-231-0/+2
* Main: Linux Guest Additions upgrade: Check if kernel modules and user service...vboxsync2023-02-221-1/+1
* Main: Linux Guest Additions upgrade: Check if kernel modules and user service...vboxsync2023-02-221-2/+60
* Guest Control: Implemented GuestSession::i_directoryCreate() + GuestSession::...vboxsync2023-02-212-6/+13
* Guest Control: Streamlined GuestWaitEventBase / GuestWaitEvent interfaces and...vboxsync2023-02-215-38/+24
* Guest Control: Implemented the GuestSession::i_fsQueryInfo() + GuestSession::...vboxsync2023-02-212-34/+144
* VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on hardene...vboxsync2023-02-201-0/+1
* Guest Control: Reduced #ifdefs. bugref:9783vboxsync2023-02-202-50/+6
* Main/GuestProcess: Simplified the GuestProcessToolbox::run stuff to sort out ...vboxsync2023-02-173-138/+73
* Main/GuestSession: nits and some logging. bugref:9783vboxsync2023-02-161-9/+5
* Main/GuestProcessImpl.cpp: try fix VERR_IPE_UNINITIALIZED_STATUS errors. bugr...vboxsync2023-02-161-22/+25
* Main/GuestCtrlImplPrivate.h/cpp: Safed up the PATH_STYLE_SEP_STR macro. bugre...vboxsync2023-02-111-2/+2
* Guest Control: Initial commit (work in progress, disabled by default) [build ...vboxsync2023-02-101-2/+1
* Guest Control: Initial commit (work in progress, disabled by default) [build ...vboxsync2023-02-101-2/+2
* Guest Control: Initial commit (work in progress, disabled by default) [SCM fi...vboxsync2023-02-103-11/+11
* Guest Control: Initial commit (work in progress, disabled by default). bugref...vboxsync2023-02-106-323/+1197
* Main: bugref:4784: seperated SharedFolder API between VboxSVC and VM process ...vboxsync2023-01-301-7/+7