summaryrefslogtreecommitdiffstats
path: root/remoting/host/heartbeat_sender.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove remoting/jingle_gluesergeyu@chromium.org2014-07-171-3/+3
* Pull out common code from client and host versions of ServerLogEntry.lambroslambrou@chromium.org2014-05-221-3/+4
* Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the...weitaosu@chromium.org2013-11-261-2/+2
* 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
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-1/+1
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-071-2/+2
* Include version information in heartbeats.jamiewalch@chromium.org2013-02-141-6/+13
* Make host/url references configurable.rmsousa@chromium.org2013-02-051-3/+5
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-271-1/+0
* Revert 158952 - Cleanups in Chromoting Host.thestig@chromium.org2012-09-271-0/+1
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-271-1/+0
* Revert 158366 - Cleanups in Chromoting Host.avi@chromium.org2012-09-241-0/+1
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-241-1/+0
* Revert 156889 - Cleanups in Chromoting Host.msw@chromium.org2012-09-141-0/+1
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-141-1/+0
* Clean-up inline members of nested classes (remoting/)hans@chromium.org2012-08-091-0/+5
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-271-1/+0
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-261-0/+1
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-251-1/+0
* [Chromoting] Add platform data to heartbeats.simonmorris@chromium.org2012-05-221-0/+8
* Chromoting: stopping the service if a permanent error is encountered (such as...alexeypa@chromium.org2012-04-171-8/+6
* [Chromoting] Stop the host from exiting just because the first few heartbeats...simonmorris@chromium.org2012-04-121-2/+24
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-261-1/+2
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-251-2/+1
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-251-1/+2
* Use scoped_ptr to pass ownership in SignalStrategy.sergeyu@chromium.org2012-02-231-11/+11
* Use a different exit-code to signal Me2Me Host not registered.lambroslambrou@chromium.org2012-02-081-1/+3
* The chromoting host uses heartbeat sequence IDs.simonmorris@chromium.org2012-02-081-11/+79
* Virtual Me2Me Host: Exit process if Host ID is invalid.lambroslambrou@chromium.org2012-02-011-0/+15
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-39/+18
* Move signaling connection creation out of ChromotingHost.sergeyu@chromium.org2012-01-041-42/+33
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-3/+2
* Stop heartbeat timer when signalling is disconnected.sergeyu@chromium.org2011-11-151-0/+1
* Refactor IqRequest.sergeyu@chromium.org2011-11-041-7/+9
* Roll libjingle 88:92sergeyu@chromium.org2011-11-011-1/+1
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-131-4/+2
* Simplify IqRequest interface.sergeyu@chromium.org2011-09-061-1/+2
* Revert 99801 - Simplify IqRequest interface.sergeyu@chromium.org2011-09-061-2/+1
* Simplify IqRequest interface.sergeyu@chromium.org2011-09-061-1/+2
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-3/+3
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-3/+3
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-3/+3
* Use new callbacks in the IqRequest interface.sergeyu@chromium.org2011-08-261-1/+3
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-6/+6
* Propagate connected user to web app.jamiewalch@google.com2011-08-031-1/+4
* Remove DCHECK from HeartbeatSender::OnSignallingDisconnected()lambroslambrou@chromium.org2011-07-071-1/+0
* Remove JingleClient.sergeyu@chromium.org2011-06-291-1/+1