| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+4 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -4/+3 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+4 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 1 | -1/+1 |
* | Linux/ChromeOS Chromium style checker cleanup, jingle/ edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -1/+1 |
* | jingle: Update the calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-30 | 1 | -5/+5 |
* | Reland 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -2/+2 |
* | Revert 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -2/+2 |
* | Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -2/+2 |
* | Disable some jingle unittests on vs2012 | scottmg@chromium.org | 2012-11-02 | 1 | -0/+4 |
* | Create stub jingle library for iOS. | qsr@chromium.org | 2012-08-23 | 5 | -7/+28 |
* | Move TaskPump class from jingle/notifier/base to jingle/glue | sergeyu@chromium.org | 2012-07-24 | 10 | -202/+17 |
* | Move ChromeAsyncSocket to jingle/glue | sergeyu@chromium.org | 2012-07-24 | 13 | -3326/+6 |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 5 | -0/+23 |
* | Remove #pragma once from jingle | ajwong@chromium.org | 2012-07-11 | 7 | -10/+3 |
* | Remove SSLHostInfo. | agl@chromium.org | 2012-06-27 | 3 | -3/+2 |
* | RefCounted types should not have public destructors - sync and jingle | rsleevi@chromium.org | 2012-06-11 | 6 | -22/+21 |
* | 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 |
* | [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso... | szym@chromium.org | 2012-05-23 | 1 | -25/+12 |
* | Changes needed to roll libjingle r141 to chrome. | sergeyu@chromium.org | 2012-05-22 | 4 | -11/+23 |
* | [Sync] Replace TalkMediator*/MediatorThread* with PushClient | akalin@chromium.org | 2012-05-17 | 2 | -6/+4 |
* | [Sync] Clean up XMPP connection code | akalin@chromium.org | 2012-05-15 | 5 | -22/+46 |
* | [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 | 1 | -2/+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 |
* | Move TestURLRequestContextGetter to url_request_test_util.{h,cc} | akalin@chromium.org | 2012-03-02 | 2 | -56/+30 |
* | 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 | 1 | -3/+30 |
* | Revert 119171 - Maybe introduced a static initializer - or may be 119173 | rsleevi@chromium.org | 2012-01-26 | 1 | -27/+3 |
* | - replace custom <iq>-stanza protocol with push notifications (using PushNoti... | ghc@google.com | 2012-01-26 | 1 | -3/+27 |
* | 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 | 1 | -1/+0 |
* | Move net/base/sys_byteorder.h to base/sys_byteorder.h | isherman@chromium.org | 2011-12-28 | 1 | -6/+1 |
* | 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 |