| Commit message (Expand) | Author | Age | Files | Lines |
* | Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. | dcheng | 2014-10-15 | 1 | -8/+4 |
* | Turn UploadDataStream into an abstract class, and split the implentation | mmenke | 2014-10-09 | 1 | -16/+17 |
* | replace OVERRIDE and FINAL with override and final in net/ | mostynb | 2014-10-09 | 1 | -42/+42 |
* | Add embedder-specific headers to HTTP CONNECT tunnel request | bengr | 2014-09-10 | 1 | -1/+2 |
* | Change base/file_utils.h includes to base/files/file_utils.h in net/ | thestig | 2014-09-04 | 1 | -1/+1 |
* | Remove implicit conversions from scoped_refptr to T* in net/http/ | dcheng | 2014-08-26 | 1 | -85/+84 |
* | Move the rest of test_file_util to base namespace. | brettw@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | This CL is a better implementation of https://codereview.chromium.org/3289030... | mshelley@chromium.org | 2014-08-05 | 1 | -1/+3 |
* | Add a probability to Alternate-Protocol support. Can be enabled either via a ... | rch@chromium.org | 2014-07-08 | 1 | -13/+12 |
* | Revert of Add a probability to Alternate-Protocol support. (https://coderevie... | samuong@chromium.org | 2014-07-08 | 1 | -12/+13 |
* | Add a probability to Alternate-Protocol support. Can be enabled either via a ... | rch@chromium.org | 2014-07-08 | 1 | -13/+12 |
* | Add header pointer to BeforeProxyHeadersSentCallback | bengr@chromium.org | 2014-07-01 | 1 | -1/+2 |
* | Land recent SPDY changes (through 70021377) | jgraettinger@chromium.org | 2014-06-27 | 1 | -37/+23 |
* | Move data reduction proxy to Chrome-Proxy header for authentication | bengr@chromium.org | 2014-06-26 | 1 | -0/+36 |
* | Surface ERR_SPDY_SESSION_ALREADY_EXISTS to the proxy delegate. | jgraettinger@chromium.org | 2014-06-19 | 1 | -0/+76 |
* | Moved data reduction proxy bypass logic to a NetworkDelegate | bengr@chromium.org | 2014-06-13 | 1 | -0/+7 |
* | Retry requests on reused sockets when receiving 408 responses. | mmenke@chromium.org | 2014-06-04 | 1 | -0/+23 |
* | Remove HttpStream::GetResponseInfo, which is not currently used. | mmenke@chromium.org | 2014-05-29 | 1 | -5/+0 |
* | Remove HTTP pipelining support. | mmenke@chromium.org | 2014-05-27 | 1 | -53/+0 |
* | Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled. | mmenke@chromium.org | 2014-05-24 | 1 | -44/+41 |
* | Remove DCHECK in HttpStreamParser::ReadResponseHeaders. | mmenke@chromium.org | 2014-05-16 | 1 | -0/+50 |
* | Rename http_transaction_unittest to http_transaction_test_util. | eustas@chromium.org | 2014-05-14 | 1 | -1/+1 |
* | Add support for 308 permanent redirects. | mmenke@chromium.org | 2014-04-24 | 1 | -0/+4 |
* | Let HttpStreamParser read 4xx/5xx HTTP responses after CONNECTION_RESET on up... | mmenke@chromium.org | 2014-04-23 | 1 | -0/+483 |
* | Update SPDY4/HTTP2 identifiers/flags/NPN tokens. | jgraettinger@chromium.org | 2014-04-14 | 1 | -2/+1 |
* | SPDY4/HTTP2 header handling: :version & :authority | jgraettinger@chromium.org | 2014-04-06 | 1 | -28/+21 |
* | Rename PrivateMode enum values: | rch@chromium.org | 2014-04-01 | 1 | -5/+5 |
* | Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21... | rch@chromium.org | 2014-03-28 | 1 | -5/+5 |
* | Rename PrivateMode enum values: | rch@chromium.org | 2014-03-28 | 1 | -5/+5 |
* | Reland 'Fix SPDY error-handling if the connection gets closed just after use.' | davidben@chromium.org | 2014-03-25 | 1 | -29/+93 |
* | Revert of Fix SPDY error-handling if the connection gets closed just after us... | vandebo@chromium.org | 2014-03-21 | 1 | -93/+29 |
* | Fix SPDY error-handling if the connection gets closed just after use. | davidben@chromium.org | 2014-03-21 | 1 | -29/+93 |
* | Fix "unreachable code" warnings (MSVC warning 4702) in net/. | pkasting@chromium.org | 2014-03-19 | 1 | -2/+2 |
* | Retry requests on reused sockets that receive ERR_EMPTY_RESPONSE. | davidben@chromium.org | 2014-03-18 | 1 | -1/+109 |
* | Move HttpAuth::ChallengeTokenizer to its own file. | davidben@chromium.org | 2014-03-13 | 1 | -6/+7 |
* | Remove NetLog::LOG_BASIC. | davidben@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | Relanding 255326 - Implement MRU for AlternateProtocolMap. Persist only the m... | rtenneti@chromium.org | 2014-03-07 | 1 | -1/+1 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Revert of HttpServerProperties - Implement MRU for AlternateProtocolMap. Pers... | rmistry@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | HttpServerProperties - Implement MRU for AlternateProtocolMap. Persist | rtenneti@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Allows deferral of a URLRequest just before talking to the network, at | jkarlin@chromium.org | 2014-01-08 | 1 | -0/+101 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -0/+2 |
* | Implement GetTotalReceivedBytes for http transaction. | eustas@chromium.org | 2013-12-24 | 1 | -2/+50 |
* | Change SSLCertRequestInfo.host_and_port from string to HostPortPair. | mattm@chromium.org | 2013-12-17 | 1 | -19/+19 |
* | Implement GetTotalReceivedBytes for http stream. | eustas@chromium.org | 2013-12-13 | 1 | -0/+5 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Certificate Transparency: Threading the CT verifier into the SSL client socket. | eranm@google.com | 2013-11-28 | 1 | -0/+1 |
* | Change CreateBasicStream to take a scoped_ptr | ricea@chromium.org | 2013-11-22 | 1 | -1/+1 |
* | Rename websocket_handshake_stream_factory() | ricea@chromium.org | 2013-11-18 | 1 | -1/+1 |