summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-14/+14
* Guest Control/VBoxService: Resolved @todos: Return real rc for various functi...vboxsync2021-12-021-3/+3
* Guest Control/VBoxService: Removed debug assertion -- no longer holds true if...vboxsync2021-12-021-1/+0
* VBoxService: Added missing error handling for UPN formatting in vgsvcGstCtrlP...vboxsync2021-12-011-1/+1
* VBoxService: Added missing error handling for UPN formatting in vgsvcGstCtrlP...vboxsync2021-12-011-19/+17
* VBoxService: Replaced the silly RTStrStr(pszExec, 'vbox_') == pszExec with a ...vboxsync2021-12-011-3/+3
* VBoxService: Restrict the argv[0] quoting hack to windows in vgsvcGstCtrlProc...vboxsync2021-12-011-16/+13
* VBoxService: Sketch for a trick for passing UTF-8 argv to child VBoxServices ...vboxsync2021-12-011-39/+66
* VBoxService: Wrong use of doxygen comment in vgsvcGstCtrlProcessCreateProcess.vboxsync2021-12-011-1/+1
* VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing everywher...vboxsync2021-12-011-3/+5
* VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing everywher...vboxsync2021-12-011-4/+4
* VBoxService: Simplified vgsvcGstCtrlProcessResolveExecutable and added a @tod...vboxsync2021-12-011-30/+14
* NVMe,VBoxService: Corrected (soon to be) incorrect use of RTReqQueueCallV/RTR...vboxsync2021-05-011-5/+7
* Guest Control/VBoxServce: Fixed removing a (not yet started) process from a g...vboxsync2020-06-191-0/+3
* Guest Control/VBoxService: Fixed leaving the process lock when the thread han...vboxsync2020-06-181-24/+27
* Guest Additions/VBoxService: Fixed warnings.vboxsync2020-05-101-3/+3
* Guest Control/VbglR3 + VBoxService: Moved code to retrieve and allocate sessi...vboxsync2020-05-081-167/+4
* Guest Control/VBoxService: Also made attribute allocation of VBOXSERVICECTRLS...vboxsync2020-05-061-3/+3
* Guest Control/VBoxService: Also made attribute allocation of VBOXSERVICECTRLS...vboxsync2020-05-051-6/+28
* Guest Control/VBoxService: Implemented heap data allocation for VBOXSERVICECT...vboxsync2020-05-051-38/+184
* VBoxService/vgsvcGstCtrlProcessProcessWorker: Walk environment using an offse...vboxsync2020-05-041-11/+16
* Guest Control/VBoxService: Resolved another @todo: Added ability for guest pr...vboxsync2020-04-071-2/+6
* Guest Control/VBoxService: Resolved another @todo: Added ability for guest pr...vboxsync2020-04-071-5/+5
* Guest Control/VBoxService: Resolved another @todo: Added ability for guest pr...vboxsync2020-04-011-15/+29
* Guest Control/Main + VBoxService: Resolved another @todo: Added ability for g...vboxsync2020-03-251-0/+3
* Guest Control/Main + VBoxService: Resolved another @todo: Added ability for g...vboxsync2020-03-251-6/+32
* Guest Control/Main + VBoxService: Resolved another @todo: Added ability for g...vboxsync2020-03-251-7/+6
* Guest Control/VBoxService: Resolved another @todo: Revamped vgsvcGstCtrlProce...vboxsync2020-03-251-19/+33
* Guest Control/VBoxService: Resolved another @todo: Thread ID wrap around not ...vboxsync2020-03-251-3/+1
* VBoxService / Guest Control: Fixed guest process thread teardown / cleanup ha...vboxsync2020-03-131-1/+1
* VBoxService / Guest Control: Fixed guest process thread teardown / cleanup ha...vboxsync2020-03-131-72/+87
* VBoxService / Guest Control: Fixed using wrong pipe handle with poll set for ...vboxsync2020-03-121-1/+1
* VBoxService/ Guest Control: Resolved a @todo: Simplified building a guest pro...vboxsync2020-03-121-52/+22
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Main: bugref:9341: Added VM autostart during boot support for windows hostvboxsync2019-09-031-1/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VBoxService: Mark printf-style formatters as such, fixing fallout. Eliminated...vboxsync2018-12-011-46/+18
* VBoxGuestControl: Optimizing message handling - part 3. bugref:9313vboxsync2018-11-291-7/+6
* VBoxServiceControlProcess.cpp: Don't try send async requests to a thread that...vboxsync2017-12-291-11/+18
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Forward ported r114569 (Guest Control/VBoxService: Only specify RTPROC_FLAGS_...vboxsync2017-04-131-1/+1
* src/VBox: Make the use of the iterator for RTListForEach()/RTListForEachSafe(...vboxsync2016-11-301-1/+1
* Additions/common: gcc warnings.vboxsync2016-08-021-2/+7
* GAs/common: warningsvboxsync2016-08-011-132/+134
* Main: Renamed ProcessCreateFlag::NoProfile to ProcessCreateFlag::Profile.vboxsync2016-06-271-2/+1
* Guest Control: Added proper handling for (VBoxService) toolbox exit codes, re...vboxsync2016-04-211-0/+1
* Additions/VBoxService: Cleaned up defines for sub services / features, renami...vboxsync2016-04-201-3/+3