| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sync] Propagate XMPP auth errors to SyncNotifierObservers | akalin@chromium.org | 2012-06-18 | 16 | -86/+218 |
* | Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont... | sergeyu@chromium.org | 2012-06-16 | 2 | -3/+3 |
* | RefCounted types should not have public destructors - sync and jingle | rsleevi@chromium.org | 2012-06-11 | 8 | -28/+29 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 5 | -8/+8 |
* | Replace the CapturingNetLog in Jingle tests with a NULL | mmenke@chromium.org | 2012-06-07 | 1 | -5/+2 |
* | [Sync] Make InvalidationNotifier use PushClient | akalin@chromium.org | 2012-05-30 | 4 | -2/+23 |
* | [Sync] Turn notifier::PushClient into an interface | akalin@chromium.org | 2012-05-23 | 17 | -440/+1112 |
* | [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso... | szym@chromium.org | 2012-05-23 | 2 | -26/+25 |
* | Changes needed to roll libjingle r141 to chrome. | sergeyu@chromium.org | 2012-05-22 | 5 | -12/+24 |
* | Revert 138216 - [Sync] Turn notifier::PushClient into an interface | akalin@chromium.org | 2012-05-22 | 17 | -1127/+440 |
* | [Sync] Turn notifier::PushClient into an interface | akalin@chromium.org | 2012-05-22 | 17 | -440/+1127 |
* | [Sync] Replace TalkMediator*/MediatorThread* with PushClient | akalin@chromium.org | 2012-05-17 | 15 | -1187/+527 |
* | [Sync] Clean up XMPP connection code | akalin@chromium.org | 2012-05-15 | 23 | -814/+782 |
* | [Sync] Make ChromeAsyncSocket use only the hostname on connect | akalin@chromium.org | 2012-05-11 | 6 | -66/+79 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 2 | -10/+8 |
* | Roll libjingle 132:135 | sergeyu@chromium.org | 2012-04-26 | 1 | -0/+1 |
* | Implement a MockCertVerifier that can be used to avoid | rsleevi@chromium.org | 2012-04-10 | 1 | -2/+2 |
* | Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s... | rch@chromium.org | 2012-04-03 | 5 | -3/+17 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 1 | -1/+1 |
* | Make CertVerifier a pure virtual interface. | rsleevi@chromium.org | 2012-03-21 | 1 | -3/+4 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 2 | -6/+6 |
* | Roll libjingle to r124. Removed overrides for the ws2 fixes. | ronghuawu@chromium.org | 2012-03-15 | 1 | -2/+2 |
* | Move TestURLRequestContextGetter to url_request_test_util.{h,cc} | akalin@chromium.org | 2012-03-02 | 3 | -84/+33 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 2 | -51/+51 |
* | Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS, | rch@chromium.org | 2012-02-17 | 3 | -13/+15 |
* | Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests | rch@chromium.org | 2012-02-03 | 1 | -16/+2 |
* | - replace custom <iq>-stanza protocol with push notifications (using PushNoti... | ghc@google.com | 2012-01-27 | 4 | -6/+71 |
* | Revert 119171 - Maybe introduced a static initializer - or may be 119173 | rsleevi@chromium.org | 2012-01-26 | 4 | -68/+6 |
* | - replace custom <iq>-stanza protocol with push notifications (using PushNoti... | ghc@google.com | 2012-01-26 | 4 | -6/+68 |
* | Allow chrome to handle 407 auth challenges to CONNECT requests | rch@chromium.org | 2012-01-25 | 1 | -2/+16 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 2 | -2/+0 |
* | Move net/base/sys_byteorder.h to base/sys_byteorder.h | isherman@chromium.org | 2011-12-28 | 2 | -12/+2 |
* | Avoid including gtest file directly, and go through base instead | jar@chromium.org | 2011-12-15 | 1 | -1/+1 |
* | Revert: Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -1/+0 |
* | Revert "net: remove DNS certificate checking code." | agl@chromium.org | 2011-12-15 | 1 | -0/+1 |
* | net: remove DNS certificate checking code. | agl@chromium.org | 2011-12-15 | 1 | -1/+0 |
* | base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. | jhawkins@chromium.org | 2011-12-15 | 2 | -17/+13 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 8 | -151/+54 |
* | Revert 113699 - base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-09 | 5 | -20/+1 |
* | base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-08 | 5 | -1/+20 |
* | net: replace DnsRRResoler with TransportSecurityState in plumbing. | agl@chromium.org | 2011-12-07 | 1 | -1/+2 |
* | base::Bind: Convert Socket::Read. | jhawkins@chromium.org | 2011-12-07 | 5 | -1/+20 |
* | base::Bind: Convert StreamSocket::Connect. | jhawkins@chromium.org | 2011-12-06 | 5 | -18/+84 |
* | Roll libjingle to 98:99. | tommi@chromium.org | 2011-12-06 | 1 | -2/+2 |
* | Add OVERRIDE to jingle/. | avi@chromium.org | 2011-11-17 | 15 | -86/+107 |
* | Make ClientSocketPoolManager into an interface. | willchan@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 2 | -10/+6 |
* | Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle... | thestig@chromium.org | 2011-11-15 | 5 | -13/+0 |
* | base::Bind: Convert jingle/. | jhawkins@chromium.org | 2011-11-12 | 7 | -54/+40 |
* | Remove HostResolverImpl from Mock*HostResolver. | szym@chromium.org | 2011-11-08 | 1 | -0/+1 |