| Commit message (Expand) | Author | Age | Files | Lines |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-27 | 2 | -0/+12 |
* | Cleanup client shutdown sequence. | sergeyu@chromium.org | 2011-06-24 | 3 | -38/+36 |
* | Cleanup usage of JingleThread in the protocol code. | sergeyu@chromium.org | 2011-06-24 | 3 | -15/+11 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 2 | -12/+0 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 2 | -0/+12 |
* | Fix crash in XmppSignalStrategy. | sergeyu@chromium.org | 2011-06-23 | 2 | -2/+4 |
* | Refactoring around SignalStrategy interface. | sergeyu@chromium.org | 2011-06-23 | 10 | -112/+159 |
* | Split iq_request.[h|cc] into multiple files. | sergeyu@chromium.org | 2011-06-22 | 15 | -510/+652 |
* | Move SignalStrategy and its implementations to separate files. | sergeyu@chromium.org | 2011-06-21 | 8 | -242/+326 |
* | Remove gmail cert from SSLSocketAdapter. | sergeyu@chromium.org | 2011-06-20 | 1 | -38/+0 |
* | roll clang 131935:132017 | thakis@chromium.org | 2011-06-08 | 1 | -1/+1 |
* | Fix issue with Connect signal on TCP P2P sockets. Enable TCP sockets for remo... | sergeyu@chromium.org | 2011-05-27 | 1 | -4/+0 |
* | Wire in OAuth2 support into non-sandboxed connections in libjingle. | ajwong@chromium.org | 2011-05-25 | 1 | -1/+6 |
* | remoting: Fix response validation error found by PVS Studio. | thakis@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 2 | -3/+3 |
* | Miscelaneous cleanups to AddressList to make it harder to mis-use. | eroman@chromium.org | 2011-05-12 | 1 | -2/+2 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -2/+2 |
* | Disable TCP temporarily to workaround crbug.com/80245. | sergeyu@chromium.org | 2011-05-11 | 1 | -0/+4 |
* | Roll new libjingle. Use the new incoming_only flag in chromoting host. | sergeyu@chromium.org | 2011-05-10 | 3 | -22/+3 |
* | Implemented RegisterSupportHostRequest. | sergeyu@chromium.org | 2011-05-10 | 3 | -4/+71 |
* | Revert 84722 - Implemented RegisterSupportHostRequest. | sergeyu@chromium.org | 2011-05-10 | 2 | -53/+4 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -1/+1 |
* | Implemented RegisterSupportHostRequest. | sergeyu@chromium.org | 2011-05-10 | 2 | -4/+53 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -4/+4 |
* | Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost. | sergeyu@chromium.org | 2011-05-03 | 2 | -3/+0 |
* | 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 |