summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-server/ClientWatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Main/src-server: rc -> hrc/vrc (partial). bugref:10223vboxsync2023-01-241-9/+9
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* Main/ClientWatcher: Use newly added RTProcSignalName to get uniform signal na...vboxsync2022-11-221-17/+5
* Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that the Va...vboxsync2022-11-211-5/+8
* Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that the Va...vboxsync2022-11-211-1/+1
* Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that the Va...vboxsync2022-11-211-1/+1
* Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that the Va...vboxsync2022-11-211-4/+8
* Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that the Va...vboxsync2022-11-211-1/+1
* Main/ClientWatcher: Resolve signals to strings on non-Windows, to make readin...vboxsync2022-11-211-3/+4
* Main/ClientWatcher: Resolve signals to strings on non-Windows, to make readin...vboxsync2022-11-211-3/+3
* Main/ClientWatcher: Resolve signals to strings on non-Windows, to make readin...vboxsync2022-11-211-2/+6
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: 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
* Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)vboxsync2016-07-201-1/+1
* ClientWatcher: Moved the process reaping code into a separate method, stoppin...vboxsync2016-03-161-132/+89
* ClientWatcher: Enabled the new code watching more than 63 sessions on windows...vboxsync2016-03-161-94/+6
* ClientWatcher: Disabled code for watching more than 63 sessions on windows.vboxsync2016-03-161-4/+324
* ClientWatcher.cpp: Deal with possible race between watcher getting the sessio...vboxsync2015-07-161-9/+15
* added a couple of missing Id headersvboxsync2015-04-231-0/+1
* 6813 - MachineImpl use of server side wrappers + misc mods on other classesvboxsync2014-06-021-19/+19
* 6813 stage 7 VirtualBoxImpl.cpp etcvboxsync2014-02-061-4/+4
* Main/Machine+ClientWatcher: fix for the generic watcher, it missed crashes of...vboxsync2013-12-181-32/+8
* Main/src-server/ClientWatcher: Unused var. warning.vboxsync2013-09-191-0/+4
* Main/Machine+Session: New generic client session watcher implementation based...vboxsync2013-09-111-4/+174
* Log details on VM processes which doesn't exit cleanly.vboxsync2013-08-261-3/+24
* Main/VirtualBox+Machine+Session: separate out the client death detection func...vboxsync2013-08-061-0/+678