summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved socket adapters from remoting/jingle_glue to jingle/glue.sergeyu@chromium.org2011-03-3111-951/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-2810-20/+20
* [Jingle] Refactored some notifier-related structs/classesakalin@chromium.org2011-03-221-1/+1
* fix commentsdilmah@chromium.org2011-03-221-1/+1
* Hardcode gmail cert for chromoting.sergeyu@chromium.org2011-03-191-0/+40
* Added support for other authentication mechanisms in jingle. This will allow ...sanjeevr@chromium.org2011-03-091-2/+5
* Replace libjingle's HttpPortAllocatorSession with Pepper's http clienthclam@google.com2011-03-085-6/+53
* Wire up the codepath from Javascript into Jingle for IQ packets.ajwong@chromium.org2011-03-077-293/+514
* Override HttpPortAllocator to inject a custom HTTP clienthclam@chromium.org2011-03-073-3/+66
* JingleClient to successfully connect more consistentlyhclam@chromium.org2011-03-072-0/+3
* Integrate P2P Sockets IPC with chromoting plugin.sergeyu@chromium.org2011-03-042-6/+34
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Switch to new libjingle branch.sergeyu@chromium.org2011-03-042-4/+12
* Remove the need for ReplayPortAllocator.ajwong@chromium.org2011-03-044-105/+92
* Clang style fix for r76746.ajwong@chromium.org2011-03-032-3/+5
* Refactor JingleClient to support thunking the xmpp signaling into Javascript.ajwong@chromium.org2011-03-035-189/+412
* Revert chromoting to use talk.google.comhclam@chromium.org2011-02-171-1/+1
* Use xmpp.google.com instead of talk.google.comakalin@chromium.org2011-02-161-1/+1
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-083-6/+20
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-9/+10
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-023-3/+3
* Fix crash in JingleThread caused by non-nestable tasks.sergeyu@chromium.org2010-12-232-7/+37
* Add an extra SSL layer in JingleSession for Chromotinghclam@chromium.org2010-12-232-2/+59
* Add CertVerifier to SocketStreamAdapterhclam@chromium.org2010-12-232-1/+8
* Cache certificate verification results in memory.wtc@google.com2010-12-161-1/+2
* Fix the last scoped_refptr misuses in NewRunnableMethod.willchan@chromium.org2010-12-151-2/+2
* Even more virtual method deinlining.erg@google.com2010-12-132-1/+5
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-3/+15
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-082-3/+3
* Fix crash when shutting down xmpp connection.sergeyu@chromium.org2010-12-031-0/+3