index
:
delta/VirtualBox-svn.git
master
www.virtualbox.org: svn/vbox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
VBox
/
Additions
/
common
/
VBoxService
/
VBoxServiceControlProcess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Guest Control: Added ability of specifying an optional current working direct...
vboxsync
2023-03-22
1
-3
/
+12
*
Copyright year updates by scm.
vboxsync
2023-01-17
1
-1
/
+1
*
Add/VBoxService: Replaced GetVersionEx calls with RTSystemGetNtVersion, so we...
vboxsync
2022-08-25
1
-9
/
+2
*
scm copyright and license note update
vboxsync
2022-08-22
1
-8
/
+18
*
scm --update-copyright-year
vboxsync
2022-01-01
1
-1
/
+1
*
Guest Control: Resolved a @todo: A bit more scoping for some defines, even if...
vboxsync
2021-12-02
1
-14
/
+14
*
Guest Control/VBoxService: Resolved @todos: Return real rc for various functi...
vboxsync
2021-12-02
1
-3
/
+3
*
Guest Control/VBoxService: Removed debug assertion -- no longer holds true if...
vboxsync
2021-12-02
1
-1
/
+0
*
VBoxService: Added missing error handling for UPN formatting in vgsvcGstCtrlP...
vboxsync
2021-12-01
1
-1
/
+1
*
VBoxService: Added missing error handling for UPN formatting in vgsvcGstCtrlP...
vboxsync
2021-12-01
1
-19
/
+17
*
VBoxService: Replaced the silly RTStrStr(pszExec, 'vbox_') == pszExec with a ...
vboxsync
2021-12-01
1
-3
/
+3
*
VBoxService: Restrict the argv[0] quoting hack to windows in vgsvcGstCtrlProc...
vboxsync
2021-12-01
1
-16
/
+13
*
VBoxService: Sketch for a trick for passing UTF-8 argv to child VBoxServices ...
vboxsync
2021-12-01
1
-39
/
+66
*
VBoxService: Wrong use of doxygen comment in vgsvcGstCtrlProcessCreateProcess.
vboxsync
2021-12-01
1
-1
/
+1
*
VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing everywher...
vboxsync
2021-12-01
1
-3
/
+5
*
VBoxService: Made vgsvcGstCtrlProcessMakeFullPath do the same thing everywher...
vboxsync
2021-12-01
1
-4
/
+4
*
VBoxService: Simplified vgsvcGstCtrlProcessResolveExecutable and added a @tod...
vboxsync
2021-12-01
1
-30
/
+14
*
NVMe,VBoxService: Corrected (soon to be) incorrect use of RTReqQueueCallV/RTR...
vboxsync
2021-05-01
1
-5
/
+7
*
Guest Control/VBoxServce: Fixed removing a (not yet started) process from a g...
vboxsync
2020-06-19
1
-0
/
+3
*
Guest Control/VBoxService: Fixed leaving the process lock when the thread han...
vboxsync
2020-06-18
1
-24
/
+27
*
Guest Additions/VBoxService: Fixed warnings.
vboxsync
2020-05-10
1
-3
/
+3
*
Guest Control/VbglR3 + VBoxService: Moved code to retrieve and allocate sessi...
vboxsync
2020-05-08
1
-167
/
+4
*
Guest Control/VBoxService: Also made attribute allocation of VBOXSERVICECTRLS...
vboxsync
2020-05-06
1
-3
/
+3
*
Guest Control/VBoxService: Also made attribute allocation of VBOXSERVICECTRLS...
vboxsync
2020-05-05
1
-6
/
+28
*
Guest Control/VBoxService: Implemented heap data allocation for VBOXSERVICECT...
vboxsync
2020-05-05
1
-38
/
+184
*
VBoxService/vgsvcGstCtrlProcessProcessWorker: Walk environment using an offse...
vboxsync
2020-05-04
1
-11
/
+16
*
Guest Control/VBoxService: Resolved another @todo: Added ability for guest pr...
vboxsync
2020-04-07
1
-2
/
+6
*
Guest Control/VBoxService: Resolved another @todo: Added ability for guest pr...
vboxsync
2020-04-07
1
-5
/
+5
*
Guest Control/VBoxService: Resolved another @todo: Added ability for guest pr...
vboxsync
2020-04-01
1
-15
/
+29
*
Guest Control/Main + VBoxService: Resolved another @todo: Added ability for g...
vboxsync
2020-03-25
1
-0
/
+3
*
Guest Control/Main + VBoxService: Resolved another @todo: Added ability for g...
vboxsync
2020-03-25
1
-6
/
+32
*
Guest Control/Main + VBoxService: Resolved another @todo: Added ability for g...
vboxsync
2020-03-25
1
-7
/
+6
*
Guest Control/VBoxService: Resolved another @todo: Revamped vgsvcGstCtrlProce...
vboxsync
2020-03-25
1
-19
/
+33
*
Guest Control/VBoxService: Resolved another @todo: Thread ID wrap around not ...
vboxsync
2020-03-25
1
-3
/
+1
*
VBoxService / Guest Control: Fixed guest process thread teardown / cleanup ha...
vboxsync
2020-03-13
1
-1
/
+1
*
VBoxService / Guest Control: Fixed guest process thread teardown / cleanup ha...
vboxsync
2020-03-13
1
-72
/
+87
*
VBoxService / Guest Control: Fixed using wrong pipe handle with poll set for ...
vboxsync
2020-03-12
1
-1
/
+1
*
VBoxService/ Guest Control: Resolved a @todo: Simplified building a guest pro...
vboxsync
2020-03-12
1
-52
/
+22
*
Copyright year updates by scm.
vboxsync
2020-02-04
1
-1
/
+1
*
Main: bugref:9341: Added VM autostart during boot support for windows host
vboxsync
2019-09-03
1
-1
/
+2
*
scm --update-copyright-year
vboxsync
2019-01-01
1
-1
/
+1
*
VBoxService: Mark printf-style formatters as such, fixing fallout. Eliminated...
vboxsync
2018-12-01
1
-46
/
+18
*
VBoxGuestControl: Optimizing message handling - part 3. bugref:9313
vboxsync
2018-11-29
1
-7
/
+6
*
VBoxServiceControlProcess.cpp: Don't try send async requests to a thread that...
vboxsync
2017-12-29
1
-11
/
+18
*
*: scm --update-copyright-year
vboxsync
2017-10-28
1
-1
/
+1
*
backed out r118835 as it incorrectly updated the 'This file is based on' file...
vboxsync
2017-10-28
1
-1
/
+1
*
*: scm --update-copyright-year
vboxsync
2017-10-28
1
-1
/
+1
*
Forward ported r114569 (Guest Control/VBoxService: Only specify RTPROC_FLAGS_...
vboxsync
2017-04-13
1
-1
/
+1
*
src/VBox: Make the use of the iterator for RTListForEach()/RTListForEachSafe(...
vboxsync
2016-11-30
1
-1
/
+1
*
Additions/common: gcc warnings.
vboxsync
2016-08-02
1
-2
/
+7
[next]