summaryrefslogtreecommitdiffstats
path: root/remoting/host/win/worker_process_launcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Change the daemon start type to 'manual' if the host ID has been deleted.alexeypa@chromium.org2013-06-211-1/+1
* [Chromoting] Refactored worker process launching code and speeded up the desk...alexeypa@chromium.org2013-05-181-270/+114
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-081-30/+104
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-0/+2
* Validate and report peer's PID to WorkerProcessIpcDelegate so it will be able...alexeypa@chromium.org2012-10-181-38/+39
* [Chromoting] Added support of a list of desktop sessions on the daemon side.alexeypa@chromium.org2012-10-171-1/+5
* Pass the client end handle of the network-to-daemon IPC channel via handle in...alexeypa@chromium.org2012-10-121-157/+37
* [Chromoting] Reimplement the worker process launcher to address issues with j...alexeypa@chromium.org2012-10-101-87/+324
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-051-8/+16
* [Chromoting] Avoid terminating the worker process prematurely so that the exi...alexeypa@chromium.org2012-08-221-1/+10
* Avoid calling GetNamedPipeClientProcessId() which is not available on XP.alexeypa@chromium.org2012-08-161-10/+9
* [Chromoting] Moving common logic responsible for launching child processes to...alexeypa@chromium.org2012-08-101-0/+211