summaryrefslogtreecommitdiffstats
path: root/remoting/host/win
Commit message (Expand)AuthorAgeFilesLines
* Fix merge issues sneaked in with r162778.alexeypa@chromium.org2012-10-191-5/+7
* Validate and report peer's PID to WorkerProcessIpcDelegate so it will be able...alexeypa@chromium.org2012-10-1811-176/+271
* [Chromoting] The desktop process now connects back to the daemon process.alexeypa@chromium.org2012-10-181-9/+5
* [Chromoting] Request the daemon to open a terminal once a connection has been...alexeypa@chromium.org2012-10-182-2/+6
* Redirect Chromoting Host debug logs to Windows event tracing (ETW) instead of...alexeypa@chromium.org2012-10-182-20/+4
* [Chromoting] Added support of a list of desktop sessions on the daemon side.alexeypa@chromium.org2012-10-172-1/+9
* Removing "Failed to open the desktop receiving user input" message.alexeypa@chromium.org2012-10-161-4/+1
* Pass the client end handle of the network-to-daemon IPC channel via handle in...alexeypa@chromium.org2012-10-1210-261/+377
* [Chromoting] Reimplement the worker process launcher to address issues with j...alexeypa@chromium.org2012-10-1014-1007/+1570
* Treat errors and cancelled host setup differently to avoid showing an error w...alexeypa@chromium.org2012-10-051-2/+3
* Return the thread handle when launching a process in a different session via ...alexeypa@chromium.org2012-10-051-110/+212
* Fix ChromotingHost and DesktopEnvironmentFactory references to TaskRunners.wez@chromium.org2012-10-022-10/+11
* [Chromoting] Create per-session job objects to control processes launched in ...alexeypa@chromium.org2012-10-022-44/+62
* Renaming Chromoting Host binaries on Windows:alexeypa@chromium.org2012-09-285-485/+10
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-273-1/+30
* Revert 158952 - Cleanups in Chromoting Host.thestig@chromium.org2012-09-273-30/+1
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-273-1/+30
* [Chromoting] Publish Chromoting Host installation as a .zip archive.alexeypa@chromium.org2012-09-261-0/+6
* Revert 158366 - Cleanups in Chromoting Host.avi@chromium.org2012-09-243-30/+1
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-243-1/+30
* [Chromoting] Build Chromoting Host installation in two steps: (binaries & .wx...alexeypa@chromium.org2012-09-202-19/+28
* Revert 157716 - [Chromoting] Build Chromoting Host installation in two steps:...ivankr@chromium.org2012-09-202-28/+19
* [Chromoting] Build Chromoting Host installation in two steps: (binaries & .wx...alexeypa@chromium.org2012-09-202-19/+28
* [Chromoting] Don't use a job object to control the me2me host process on Wind...alexeypa@chromium.org2012-09-192-193/+414
* Revert 156889 - Cleanups in Chromoting Host.msw@chromium.org2012-09-142-29/+0
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-142-0/+29
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-124-0/+289
* [Chromoting] Adding the desktop integration binary to the host installation o...alexeypa@chromium.org2012-09-123-10/+23
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-124-289/+0
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-124-0/+289
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-094-289/+0
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-084-0/+289
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-064-289/+0
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-064-0/+289
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-055-42/+46
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-042-26/+49
* [Chromoting] Make sure RemoveExistingProducts action is scheduled properly in...alexeypa@chromium.org2012-08-281-4/+28
* [Chromoting] Avoid terminating the worker process prematurely so that the exi...alexeypa@chromium.org2012-08-222-1/+15
* [Chromoting] Moving the I/O thread out of DaemonProcess (so it can be shared ...alexeypa@chromium.org2012-08-191-9/+10
* [Chromoting] Call SendSAS() directly from the host.alexeypa@chromium.org2012-08-172-29/+1
* [Chromoting] Avoid potential conflicts leading to pending reboots while upgra...alexeypa@chromium.org2012-08-173-10/+19
* [Chromoting] Launch the host process elevated via ShellExecuteEx().alexeypa@chromium.org2012-08-166-125/+388
* Avoid calling GetNamedPipeClientProcessId() which is not available on XP.alexeypa@chromium.org2012-08-164-26/+13
* [Chromoting] Moving common logic responsible for launching child processes to...alexeypa@chromium.org2012-08-106-255/+504
* [Chromoting] Move CreateSessionToken() next to launch process utilities.alexeypa@chromium.org2012-08-084-114/+107
* Reverting r148671, r149866 (broke VS2008 builder) and r150361 (broke ninja).alexeypa@chromium.org2012-08-083-19/+10
* Cleaned up usage of std::wstring in src/remoting. Added presubmit warning sup...alexeypa@chromium.org2012-08-075-27/+28
* [Chromoting] Auto-generate CLSID of the daemon controller at GYP time. This m...alexeypa@chromium.org2012-08-033-8/+13
* [Chromoting] Moving Windows-only host installation script to remoting/host/wi...alexeypa@google.com2012-08-031-0/+419
* Introducing the DaemonProcess class that will implements core of the daemon p...alexeypa@chromium.org2012-08-014-17/+38