| Commit message (Expand) | Author | Age | Files | Lines |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 2 | -0/+11 |
* | Correction for r80070: call DoStartSession(), enable TCP. | sergeyu@chromium.org | 2011-04-01 | 1 | -3/+5 |
* | Chromoting: Disable NAT traversing | sergeyu@chromium.org | 2011-03-31 | 2 | -7/+21 |
* | Moved socket adapters from remoting/jingle_glue to jingle/glue. | sergeyu@chromium.org | 2011-03-31 | 11 | -951/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 10 | -20/+20 |
* | [Jingle] Refactored some notifier-related structs/classes | akalin@chromium.org | 2011-03-22 | 1 | -1/+1 |
* | fix comments | dilmah@chromium.org | 2011-03-22 | 1 | -1/+1 |
* | Hardcode gmail cert for chromoting. | sergeyu@chromium.org | 2011-03-19 | 1 | -0/+40 |
* | Added support for other authentication mechanisms in jingle. This will allow ... | sanjeevr@chromium.org | 2011-03-09 | 1 | -2/+5 |
* | Replace libjingle's HttpPortAllocatorSession with Pepper's http client | hclam@google.com | 2011-03-08 | 5 | -6/+53 |
* | Wire up the codepath from Javascript into Jingle for IQ packets. | ajwong@chromium.org | 2011-03-07 | 7 | -293/+514 |
* | Override HttpPortAllocator to inject a custom HTTP client | hclam@chromium.org | 2011-03-07 | 3 | -3/+66 |
* | JingleClient to successfully connect more consistently | hclam@chromium.org | 2011-03-07 | 2 | -0/+3 |
* | Integrate P2P Sockets IPC with chromoting plugin. | sergeyu@chromium.org | 2011-03-04 | 2 | -6/+34 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | Switch to new libjingle branch. | sergeyu@chromium.org | 2011-03-04 | 2 | -4/+12 |
* | Remove the need for ReplayPortAllocator. | ajwong@chromium.org | 2011-03-04 | 4 | -105/+92 |
* | Clang style fix for r76746. | ajwong@chromium.org | 2011-03-03 | 2 | -3/+5 |
* | Refactor JingleClient to support thunking the xmpp signaling into Javascript. | ajwong@chromium.org | 2011-03-03 | 5 | -189/+412 |
* | Revert chromoting to use talk.google.com | hclam@chromium.org | 2011-02-17 | 1 | -1/+1 |
* | Use xmpp.google.com instead of talk.google.com | akalin@chromium.org | 2011-02-16 | 1 | -1/+1 |
* | More out-of-lining of test code, along with a bunch of GMOCK objects. | erg@google.com | 2011-02-08 | 3 | -6/+20 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 2 | -9/+10 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 3 | -3/+3 |
* | Fix crash in JingleThread caused by non-nestable tasks. | sergeyu@chromium.org | 2010-12-23 | 2 | -7/+37 |
* | Add an extra SSL layer in JingleSession for Chromoting | hclam@chromium.org | 2010-12-23 | 2 | -2/+59 |
* | Add CertVerifier to SocketStreamAdapter | hclam@chromium.org | 2010-12-23 | 2 | -1/+8 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -1/+2 |
* | Fix the last scoped_refptr misuses in NewRunnableMethod. | willchan@chromium.org | 2010-12-15 | 1 | -2/+2 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 2 | -1/+5 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 2 | -3/+15 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 2 | -3/+3 |
* | Fix crash when shutting down xmpp connection. | sergeyu@chromium.org | 2010-12-03 | 1 | -0/+3 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -1/+2 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -3/+3 |
* | Add DEPS files in remoting subdirectories. | sergeyu@chromium.org | 2010-11-05 | 5 | -16/+20 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 3 | -11/+11 |
* | Remove NOTREACHED from UsingTCPFastOpen | garykac@chromium.org | 2010-10-27 | 1 | -1/+0 |
* | Cleanups in the chromotocol code. | sergeyu@chromium.org | 2010-10-27 | 4 | -5/+3 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 2 | -0/+6 |
* | Convert LOG(INFO) to VLOG(1) - remoting/. | pkasting@chromium.org | 2010-10-19 | 2 | -10/+10 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -1/+2 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -2/+1 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -1/+2 |
* | Remove old tunneling code from remoting/jingle_glue. | sergeyu@chromium.org | 2010-10-14 | 8 | -876/+4 |
* | Use new Chromotocol code in host andclient. | sergeyu@chromium.org | 2010-10-06 | 1 | -0/+1 |
* | FBTF: Continue fixing nits found by my automated source scanner. | erg@google.com | 2010-10-05 | 2 | -3/+10 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 2 | -3/+8 |
* | Fix flakiness in JingleChromotingConnectionTest | sergeyu@chromium.org | 2010-10-02 | 1 | -1/+4 |
* | Fix intermittent failure in JingleThreadTest.PostDelayedTask. | sergeyu@chromium.org | 2010-10-02 | 1 | -1/+1 |