summaryrefslogtreecommitdiffstats
path: root/remoting/host/daemon_process.cc
Commit message (Expand)AuthorAgeFilesLines
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* remoting: Add AttachmentBroker for daemon and desktop processessergeyu2016-01-271-0/+7
* Switch to standard integer types in remoting/host/.avi2015-12-221-1/+1
* Use base::ResetAndReturn() in remoting.sergeyu2015-04-251-3/+2
* Stop the daemon process from repeatedly starting up and shutting down the net...weitaosu2015-04-091-0/+4
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-121-1/+1
* Switch to using URLRequestContextBuilder to create some contexts.mmenke@chromium.org2014-07-081-1/+0
* Cleanup: Use base::CommandLine in remoting/thestig@chromium.org2014-05-231-1/+2
* Separate ConfigWatcher interface from ConfigFileWatcher implementation.rmsousa@chromium.org2013-12-041-9/+11
* 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-16/+19
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-11/+4
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-181-11/+48
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-23/+14
* Remote RDP sessions, rather than the console, if curtain-mode is configured.alexeypa@chromium.org2013-03-151-6/+6
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-081-2/+3
* Pass the initial screen resolution and curtain flag to the daemon.alexeypa@chromium.org2013-03-081-4/+45
* Crash the network or desktop process when an unknown IPC message is received.alexeypa@chromium.org2013-03-051-0/+6
* Forward host status notifications to the daemon via IPC.alexeypa@chromium.org2013-03-041-7/+125
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+2
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-251-2/+5
* Crash the network process when a fatal daemon-to-network protocol error encou...alexeypa@chromium.org2012-10-231-23/+29
* Validate and report peer's PID to WorkerProcessIpcDelegate so it will be able...alexeypa@chromium.org2012-10-181-1/+1
* [Chromoting] Request the daemon to open a terminal once a connection has been...alexeypa@chromium.org2012-10-181-2/+2
* [Chromoting] Added support of a list of desktop sessions on the daemon side.alexeypa@chromium.org2012-10-171-20/+105
* [Chromoting] Reimplement the worker process launcher to address issues with j...alexeypa@chromium.org2012-10-101-0/+6
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-051-15/+46
* [Chromoting] Moving the I/O thread out of DaemonProcess (so it can be shared ...alexeypa@chromium.org2012-08-191-14/+3
* Introducing the DaemonProcess class that will implements core of the daemon p...alexeypa@chromium.org2012-08-011-0/+67