summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/iq_sender.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle IQ responses asynchronously.sergeyu@chromium.org2012-04-201-1/+11
* Convert uses of int ms to TimeDelta in jingle and remoting.tedvessenes@gmail.com2012-03-051-1/+1
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-261-8/+53
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-251-52/+8
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-251-8/+52
* Use scoped_ptr to pass ownership in SignalStrategy.sergeyu@chromium.org2012-02-231-19/+20
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-1/+4
* Implement multi-step auth support in PepperSession.sergeyu@chromium.org2011-12-141-2/+12
* Refactor IqRequest.sergeyu@chromium.org2011-11-041-0/+109