summaryrefslogtreecommitdiffstats
path: root/remoting/host/daemon_process.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/host/.avi2015-12-221-2/+4
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-8/+8
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-7/+7
* Separate ConfigWatcher interface from ConfigFileWatcher implementation.rmsousa@chromium.org2013-12-041-4/+5
* Update include paths in remoting for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Change the daemon start type to 'manual' if the host ID has been deleted.alexeypa@chromium.org2013-06-211-1/+1
* Use a weak pointer to post service control events and session change notifica...alexeypa@chromium.org2013-06-071-6/+7
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-181-2/+6
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-3/+3
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-081-1/+8
* Pass the initial screen resolution and curtain flag to the daemon.alexeypa@chromium.org2013-03-081-2/+8
* Forward host status notifications to the daemon via IPC.alexeypa@chromium.org2013-03-041-0/+32
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+0
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-12/+20
* Crash the network process when a fatal daemon-to-network protocol error encou...alexeypa@chromium.org2012-10-231-6/+7
* Validate and report peer's PID to WorkerProcessIpcDelegate so it will be able...alexeypa@chromium.org2012-10-181-1/+1
* [Chromoting] Added support of a list of desktop sessions on the daemon side.alexeypa@chromium.org2012-10-171-13/+54
* [Chromoting] Reimplement the worker process launcher to address issues with j...alexeypa@chromium.org2012-10-101-0/+1
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-051-12/+33
* [Chromoting] Moving the I/O thread out of DaemonProcess (so it can be shared ...alexeypa@chromium.org2012-08-191-2/+4
* Introducing the DaemonProcess class that will implements core of the daemon p...alexeypa@chromium.org2012-08-011-0/+70