summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue
Commit message (Expand)AuthorAgeFilesLines
* IqRequest implementations: calls the callback when response is received.sergeyu@chromium.org2011-08-262-2/+2
* Use new callbacks in the IqRequest interface.sergeyu@chromium.org2011-08-267-28/+28
* Properly handle errors received in response to session messages.sergeyu@chromium.org2011-08-242-15/+56
* Framework to allow Chromoting host to respect NAT traversal policy in linux.ajwong@chromium.org2011-08-151-1/+8
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-122-3/+13
* Resolve addresses of STUN/Relay servers in JingleInfoRequest.sergeyu@chromium.org2011-08-094-15/+111
* Return correct value from XmppSignalStrategy::HandleStanza()sergeyu@chromium.org2011-08-035-7/+12
* Cleanups and bugfixes for JingleInfoRequest.sergeyu@chromium.org2011-07-263-35/+15
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-2/+3
* Purge references to JingleClient.wez@chromium.org2011-07-201-2/+0
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-072-3/+2
* Fix Valgrind errors in remoting_unittests.sergeyu@chromium.org2011-07-072-41/+48
* Make JingleThreadMessageLoop usable without JingleThread.sergeyu@chromium.org2011-07-012-39/+49
* Fix memory leak in remoting_unittests.sergeyu@chromium.org2011-06-302-17/+30
* Remove JingleClient.sergeyu@chromium.org2011-06-297-480/+16
* Add FakeSignalStrategy.sergeyu@chromium.org2011-06-292-0/+144
* Revert 90867 - Add FakeSignalStrategy.sergeyu@chromium.org2011-06-282-144/+0
* Add FakeSignalStrategy.sergeyu@chromium.org2011-06-282-0/+144
* Add IDs to outgoing Iq stanzas.sergeyu@chromium.org2011-06-289-15/+40
* Remove StartSession/EndSession from SignalStrategy interface.sergeyu@chromium.org2011-06-288-58/+29
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-272-0/+12
* Cleanup client shutdown sequence.sergeyu@chromium.org2011-06-243-38/+36
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-243-15/+11
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-242-12/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-242-0/+12
* Fix crash in XmppSignalStrategy.sergeyu@chromium.org2011-06-232-2/+4
* Refactoring around SignalStrategy interface.sergeyu@chromium.org2011-06-2310-112/+159
* Split iq_request.[h|cc] into multiple files.sergeyu@chromium.org2011-06-2215-510/+652
* Move SignalStrategy and its implementations to separate files.sergeyu@chromium.org2011-06-218-242/+326
* Remove gmail cert from SSLSocketAdapter.sergeyu@chromium.org2011-06-201-38/+0
* roll clang 131935:132017thakis@chromium.org2011-06-081-1/+1
* Fix issue with Connect signal on TCP P2P sockets. Enable TCP sockets for remo...sergeyu@chromium.org2011-05-271-4/+0
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-251-1/+6
* remoting: Fix response validation error found by PVS Studio.thakis@chromium.org2011-05-251-1/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-252-3/+3
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-2/+2
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-2/+2
* Disable TCP temporarily to workaround crbug.com/80245.sergeyu@chromium.org2011-05-111-0/+4
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-103-22/+3
* Implemented RegisterSupportHostRequest.sergeyu@chromium.org2011-05-103-4/+71
* Revert 84722 - Implemented RegisterSupportHostRequest.sergeyu@chromium.org2011-05-102-53/+4
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Implemented RegisterSupportHostRequest.sergeyu@chromium.org2011-05-102-4/+53
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-4/+4
* Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost.sergeyu@chromium.org2011-05-032-3/+0
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-192-0/+11
* Correction for r80070: call DoStartSession(), enable TCP.sergeyu@chromium.org2011-04-011-3/+5
* Chromoting: Disable NAT traversingsergeyu@chromium.org2011-03-312-7/+21