summaryrefslogtreecommitdiffstats
path: root/remoting/host/heartbeat_sender.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-3/+3
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in remoting module.anujk.sharma2015-05-051-1/+0
* Suspend (rather than shut down) the host upon policy errors.lukasza2015-02-241-2/+3
* Reporting of policy errors via host-offline-reason: part 3lukasza2015-01-121-10/+26
* Convert HeartbeatSender to use Callbacks instead of Listener pattern.lukasza2014-11-261-21/+5
* Reporting of policy errors via host-offline-reason: part 2lukasza2014-11-261-3/+36
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-5/+3
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-2/+2
* Remove remoting/jingle_gluesergeyu@chromium.org2014-07-171-1/+1
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Add notification when the host successfully starts.rmsousa@chromium.org2013-06-121-0/+4
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-071-5/+5
* Make host/url references configurable.rmsousa@chromium.org2013-02-051-1/+3
* Clean-up inline members of nested classes (remoting/)hans@chromium.org2012-08-091-0/+2
* Chromoting: stopping the service if a permanent error is encountered (such as...alexeypa@chromium.org2012-04-171-2/+11
* [Chromoting] Stop the host from exiting just because the first few heartbeats...simonmorris@chromium.org2012-04-121-0/+2
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-3/+3
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-261-1/+1
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-251-1/+1
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-251-1/+1
* Use scoped_ptr to pass ownership in SignalStrategy.sergeyu@chromium.org2012-02-231-3/+2
* The chromoting host uses heartbeat sequence IDs.simonmorris@chromium.org2012-02-081-10/+37
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-18/+8
* Move signaling connection creation out of ChromotingHost.sergeyu@chromium.org2012-01-041-21/+14
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-2/+1
* Refactor IqRequest.sergeyu@chromium.org2011-11-041-3/+8
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-131-4/+2
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-2/+6
* Propagate connected user to web app.jamiewalch@google.com2011-08-031-1/+4
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-211-0/+1
* Limit number of failed connection attempts.sergeyu@chromium.org2011-06-201-0/+1
* Revert 89370 - Notify calling web-app when Host plugin becomes connected to a...creis@chromium.org2011-06-161-1/+0
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-161-0/+1
* Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost.sergeyu@chromium.org2011-05-031-17/+14
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Refactor JingleClient to support thunking the xmpp signaling into Javascript.ajwong@chromium.org2011-03-031-6/+9
* Use heartbeat interval received from the bot.sergeyu@chromium.org2010-12-141-0/+18
* Basic user access check for chromoting host.sergeyu@chromium.org2010-09-021-0/+2
* Added HostKeyPair class, signatures for heartbeat messages.sergeyu@chromium.org2010-08-041-6/+53
* JSON based host config storage implemented. Python script for host registration.sergeyu@chromium.org2010-06-171-3/+4
* Added HostConfig class. Changed SimpleHost to use it.sergeyu@chromium.org2010-06-151-2/+3
* Heartbeat error logging for chromoting.sergeyu@chromium.org2010-06-081-1/+2
* Copy the (early prototype of) remoting in Chrome into the public tree.garykac@google.com2010-06-071-0/+41