summaryrefslogtreecommitdiffstats
path: root/remoting/host/daemon_process_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Add missing Pass() calls for passing scoped_ptrs on Windows.thakis@chromium.org2014-07-041-1/+2
* Copy --enable-vp9 flag to host process.wez@chromium.org2014-06-161-1/+3
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-8/+6
* Enable pairing registry in me2me native messaging host on Windows:weitaosu@chromium.org2014-02-131-16/+6
* Enabled pairing registry in the me2me host on Windows.weitaosu@chromium.org2014-02-111-0/+102
* Revert 249772 "Enabled pairing registry in the me2me host on Win..."sorin@chromium.org2014-02-071-102/+0
* Enabled pairing registry in the me2me host on Windows.weitaosu@chromium.org2014-02-071-0/+102
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-2/+2
* Change the daemon start type to 'manual' if the host ID has been deleted.alexeypa@chromium.org2013-06-211-0/+54
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Use a weak pointer to post service control events and session change notifica...alexeypa@chromium.org2013-06-071-14/+0
* [Chromoting] Refactored worker process launching code and speeded up the desk...alexeypa@chromium.org2013-05-181-4/+2
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-4/+5
* Remote RDP sessions, rather than the console, if curtain-mode is configured.alexeypa@chromium.org2013-03-151-4/+7
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-081-0/+10
* Pass the initial screen resolution and curtain flag to the daemon.alexeypa@chromium.org2013-03-081-3/+7
* Added an ability to monitor session notifications for a particular RDP connec...alexeypa@chromium.org2013-02-281-1/+1
* Use a single shared entry point for all Chromoting processes.alexeypa@chromium.org2013-02-231-1/+12
* Adding a unit test to verify the IPC channel between the network and desktop ...alexeypa@chromium.org2013-02-071-6/+12
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Rename ipc_consts.h to ipc_constants.hwez@chromium.org2012-11-201-1/+1
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-8/+48
* Crash the network process when a fatal daemon-to-network protocol error encou...alexeypa@chromium.org2012-10-231-8/+0
* [Chromoting] Added support of a list of desktop sessions on the daemon side.alexeypa@chromium.org2012-10-171-26/+55
* Pass the client end handle of the network-to-daemon IPC channel via handle in...alexeypa@chromium.org2012-10-121-21/+6
* [Chromoting] Reimplement the worker process launcher to address issues with j...alexeypa@chromium.org2012-10-101-183/+22
* Renaming Chromoting Host binaries on Windows:alexeypa@chromium.org2012-09-281-1/+1
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-271-1/+1
* Revert 158952 - Cleanups in Chromoting Host.thestig@chromium.org2012-09-271-1/+1
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-271-1/+1
* Revert 158366 - Cleanups in Chromoting Host.avi@chromium.org2012-09-241-1/+1
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-241-1/+1
* Revert 156889 - Cleanups in Chromoting Host.msw@chromium.org2012-09-141-1/+1
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-141-1/+1
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-051-6/+240
* [Chromoting] Moving the I/O thread out of DaemonProcess (so it can be shared ...alexeypa@chromium.org2012-08-191-2/+5
* [Chromoting] Move CreateSessionToken() next to launch process utilities.alexeypa@chromium.org2012-08-081-0/+1
* Introducing the DaemonProcess class that will implements core of the daemon p...alexeypa@chromium.org2012-08-011-0/+47