| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sync] Add Stop() method to TaskPump and call it in XmppConnection destructor | akalin@chromium.org | 2011-06-17 | 8 | -4/+133 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -0/+1 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Pass net_log parameter properly for ProxyResolvingClientSocket | akalin@chromium.org | 2011-05-13 | 10 | -37/+23 |
* | 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 | 2 | -4/+4 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 9 | -24/+24 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 5 | -0/+15 |
* | [Sync] Fix race condition in P2PNotifier with sending notifications | akalin@chromium.org | 2011-04-19 | 10 | -29/+189 |
* | Changed the jingle network code in ChromeAsyncSocket to use the client socket... | sanjeevr@chromium.org | 2011-04-15 | 20 | -163/+795 |
* | [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 |
* | 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 |
* | 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 | 22 | -206/+242 |
* | 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 | 31 | -1028/+314 |
* | Added support for other authentication mechanisms in jingle. This will allow ... | sanjeevr@chromium.org | 2011-03-09 | 10 | -24/+68 |
* | 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 | 2 | -60/+101 |
* | 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 | 2 | -5/+18 |
* | 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 | 2 | -0/+92 |
* | [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 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-22 | 2 | -4/+5 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 2 | -5/+4 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 2 | -4/+5 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 3 | -7/+10 |
* | [Sync] Removed unused notification methods, renamed 'transitional' to 'p2p' | akalin@chromium.org | 2010-11-04 | 4 | -58/+11 |
* | net: add certificate provenance checking. | agl@chromium.org | 2010-11-04 | 2 | -3/+6 |
* | Workaround for VS 2005 bug with inheritance from nested classes. | caseq@google.com | 2010-11-03 | 2 | -2/+10 |