summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_status_observer.h
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-2/+0
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-5/+0
* Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.wez@chromium.org2013-02-131-3/+4
* Cross-platform plumbing for resize-to-client and Linux implementation.jamiewalch@chromium.org2012-09-261-0/+6
* Log when the host is started for an account.rmsousa@chromium.org2012-08-311-0/+3
* Disconnect active connections when another client is authenticated.sergeyu@chromium.org2012-05-231-9/+13
* Log connection type to syslogs and to the server.sergeyu@chromium.org2012-03-201-2/+5
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-021-3/+4
* Log client IP addresses to syslog in Me2Me host.lambroslambrou@chromium.org2012-01-271-0/+10
* Log client jid for rejected clients.sergeyu@chromium.org2012-01-181-1/+1
* Move signaling connection creation out of ChromotingHost.sergeyu@chromium.org2012-01-041-5/+1
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-2/+1
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-111-7/+3
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-7/+8
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-131-4/+2
* Propagate connected user to web app.jamiewalch@google.com2011-08-031-2/+8
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-211-0/+5
* Split host plugin into multiple files.sergeyu@chromium.org2011-06-211-0/+2
* Limit number of failed connection attempts.sergeyu@chromium.org2011-06-201-0/+4
* Cleanups in the host shutdown logic and some minor fixes.sergeyu@chromium.org2011-06-201-8/+2
* Revert 89370 - Notify calling web-app when Host plugin becomes connected to a...creis@chromium.org2011-06-161-5/+0
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-161-0/+5
* Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost.sergeyu@chromium.org2011-05-031-0/+34