| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 10 | -27/+27 |
* | Remove StreamSocketAdapter. | sergeyu@chromium.org | 2011-04-23 | 4 | -504/+0 |
* | Use PseudoTcpAdapter in Chromoting | sergeyu@chromium.org | 2011-04-22 | 2 | -9/+18 |
* | Implement PseudoTCP adapter. | sergeyu@chromium.org | 2011-04-22 | 4 | -0/+755 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 7 | -0/+20 |
* | [Sync] Fix race condition in P2PNotifier with sending notifications | akalin@chromium.org | 2011-04-19 | 11 | -29/+191 |
* | Changed the jingle network code in ChromeAsyncSocket to use the client socket... | sanjeevr@chromium.org | 2011-04-15 | 21 | -163/+799 |
* | [Jingle] Fix deref of begin() for empty vector in unit test. | akalin@chromium.org | 2011-04-13 | 1 | -2/+2 |
* | [Jingle] Fix jingle_unittests failures | akalin@chromium.org | 2011-04-13 | 1 | -1/+5 |
* | Implement P2P Transport Dev using P2PTransportImpl. | sergeyu@chromium.org | 2011-04-12 | 2 | -6/+16 |
* | Changed jingle to use the IO thread from the passed in URLRequestContextGette... | sanjeevr@chromium.org | 2011-04-07 | 4 | -196/+214 |
* | Rename a number of classes previously labeled "TCP" to "Transport" in | mbelshe@chromium.org | 2011-04-07 | 4 | -7/+6 |
* | Move sync notifier contruction out of syncer thread. | nileshagrawal@chromium.org | 2011-04-07 | 4 | -30/+61 |
* | P2P Transport implementation. | sergeyu@chromium.org | 2011-04-06 | 6 | -18/+107 |
* | Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL... | sergeyu@chromium.org | 2011-04-06 | 6 | -107/+18 |
* | P2P Transport implementation. | sergeyu@chromium.org | 2011-04-06 | 6 | -18/+107 |
* | Add FakeSocketFactory. | sergeyu@chromium.org | 2011-04-01 | 5 | -1/+400 |
* | Don't check type of thread in socket adapters. | sergeyu@chromium.org | 2011-04-01 | 4 | -14/+43 |
* | Moved socket adapters from remoting/jingle_glue to jingle/glue. | sergeyu@chromium.org | 2011-03-31 | 9 | -0/+884 |
* | Add JingleThreadWrapper. | sergeyu@chromium.org | 2011-03-28 | 5 | -15/+431 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 18 | -40/+40 |
* | [Sync] Delete ServerNotifierThread and refactor InvalidationNotifier | akalin@chromium.org | 2011-03-24 | 3 | -23/+7 |
* | [Jingle] Refactored some notifier-related structs/classes | akalin@chromium.org | 2011-03-22 | 23 | -209/+249 |
* | Added OWNERS file for jingle. | sanjeevr@chromium.org | 2011-03-18 | 1 | -0/+6 |
* | Modified the jingle library to be able to able to update the auth token after... | sanjeevr@chromium.org | 2011-03-17 | 9 | -2/+66 |
* | [Sync] Merged MediatorThread and PushNotificationsThread | akalin@chromium.org | 2011-03-16 | 32 | -1039/+317 |
* | Added support for other authentication mechanisms in jingle. This will allow ... | sanjeevr@chromium.org | 2011-03-09 | 11 | -24/+69 |
* | Force sync integration try jobs on patches that touch sync dependencies | rsimha@chromium.org | 2011-03-08 | 1 | -0/+13 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 2 | -4/+4 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | Add a new method of ClientSocketFactory for clearing the cache used for SSL s... | rch@chromium.org | 2011-02-25 | 2 | -0/+5 |
* | Revert 75262: "Use xmpp.google.com instead of talk.google.com" | akalin@chromium.org | 2011-02-17 | 1 | -2/+2 |
* | Use xmpp.google.com instead of talk.google.com | akalin@chromium.org | 2011-02-16 | 1 | -2/+2 |
* | Currently chrome sync subscribes to notifications on all datatypes regardless... | lipalani@chromium.org | 2011-02-16 | 1 | -1/+4 |
* | Even more test cleanup. Some fixes to non-test code that's regressed. | erg@google.com | 2011-02-15 | 3 | -61/+103 |
* | Cleanup everything but net/ for our first clang plugins. | erg@google.com | 2011-02-02 | 2 | -0/+3 |
* | [Sync] Relax checks for received XMPP messages | akalin@chromium.org | 2011-01-31 | 1 | -7/+7 |
* | Part 1 of repairing regressions to my old clang check plugins so Nico can | erg@google.com | 2011-01-27 | 3 | -5/+19 |
* | Removed the JID check from PushNotificationsListenTask::IsValidNotification. ... | sanjeevr@chromium.org | 2011-01-26 | 1 | -2/+3 |
* | Fix nits. Add 'const'. | wtc@google.com | 2011-01-04 | 2 | -4/+4 |
* | move base/object_watcher into base/win and add the win namespace. Fixup callers. | brettw@google.com | 2011-01-01 | 1 | -0/+1 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 4 | -8/+8 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | The MediatorThread worker thread needs to have a CertVerifier | wtc@google.com | 2010-12-17 | 13 | -25/+67 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 3 | -3/+5 |
* | [Sync] Fixed sync crash regression in ServerNotifierThread | akalin@chromium.org | 2010-12-10 | 4 | -12/+7 |
* | [Sync] Fixed crash on XMPP reconnection | akalin@chromium.org | 2010-12-08 | 3 | -0/+106 |
* | [Sync] Make sync integration tests use local xmpp servers. | akalin@chromium.org | 2010-11-27 | 2 | -2/+3 |
* | Revert "Revert "net: Plumb DnsCertProvenanceChecker around."" | agl@chromium.org | 2010-11-22 | 2 | -4/+5 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-22 | 2 | -5/+4 |