| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPDY] Add strings and constants for HTTP/2 draft 04 | akalin@chromium.org | 2013-07-30 | 1 | -2/+30 |
* | Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04" | akalin@chromium.org | 2013-07-30 | 1 | -30/+2 |
* | [SPDY] Add strings and constants for HTTP/2 draft 04 | akalin@chromium.org | 2013-07-30 | 1 | -2/+30 |
* | Use a direct include of time headers in net/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes() | rch@chromium.org | 2013-06-06 | 1 | -0/+24 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -1/+1 |
* | Implement offline mode behind a flag. | rdsmith@chromium.org | 2013-04-20 | 1 | -0/+3 |
* | fix a problem that android cannot download files with basic authentication | qinmin@chromium.org | 2013-04-10 | 1 | -0/+10 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. | rdsmith@chromium.org | 2013-03-23 | 1 | -0/+3 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 1 | -1/+1 |
* | Add a ConnectionInfo enum which describes the kind of connection used to fetc... | rch@chromium.org | 2013-03-13 | 1 | -8/+30 |
* | Cleanup: avoid foo ? true : false, part 2. | thestig@chromium.org | 2012-09-19 | 1 | -1/+1 |
* | Cache certificates as DER on all platforms. | rsleevi@chromium.org | 2012-03-29 | 1 | -4/+17 |
* | Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount | mdm@chromium.org | 2012-03-21 | 1 | -2/+3 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Do not cache Strict-Transport-Security and Public-Key-Pins headers. | palmer@chromium.org | 2012-02-13 | 1 | -2/+3 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -1/+17 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -3/+3 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -3/+3 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -3/+3 |
* | net: serialize SSL connection status to disk cache. | agl@chromium.org | 2011-06-17 | 1 | -1/+16 |
* | InitFromPickle should return false on any deserialization | wtc@chromium.org | 2011-04-22 | 1 | -4/+9 |
* | Address post-review feedback for r82214. In addition, no longer attempt to gr... | rsleevi@chromium.org | 2011-04-22 | 1 | -2/+2 |
* | Change the HTTP cache to cache the entire certificate chain for SSL sites | rsleevi@chromium.org | 2011-04-20 | 1 | -5/+13 |
* | Reland rest of r77399. | willchan@chromium.org | 2011-03-12 | 1 | -12/+0 |
* | Revert r77399 in preparation for merging a small portion of it to 696. | willchan@chromium.org | 2011-03-11 | 1 | -0/+12 |
* | Reland r77075,r77077. | willchan@chromium.org | 2011-03-09 | 1 | -12/+0 |
* | Revert 77075 - Don't block on stream requests on Alternate-Protocol. | jochen@chromium.org | 2011-03-07 | 1 | -0/+12 |
* | Don't block on stream requests on Alternate-Protocol. | willchan@chromium.org | 2011-03-06 | 1 | -12/+0 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -0/+17 |
* | We should use SSLInfo or related types for HTTPS | wtc@chromium.org | 2010-11-11 | 1 | -8/+8 |
* | Report the SSL protocol version in ssl_info.connection_status. | wtc@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -0/+1 |
* | Initialize all data members in HTTPResponseInfo's new ctor and remove the rel... | michaeln@chromium.org | 2010-08-13 | 1 | -0/+2 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -0/+35 |
* | Add field trial stats for alternate_protocol. The histogram we collected are: | lzheng@chromium.org | 2010-06-26 | 1 | -0/+10 |
* | This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t... | lzheng@chromium.org | 2010-05-21 | 1 | -1/+9 |
* | Track whether a resource was loaded via a proxy. I'm going to use | mbelshe@chromium.org | 2010-05-21 | 1 | -1/+9 |
* | Fix valgrind breakage with new spdy variable. | mbelshe@google.com | 2010-01-11 | 1 | -1/+2 |
* | Enable JS detection of whether SPDY was used to load a web page. | mbelshe@google.com | 2010-01-11 | 1 | -0/+7 |
* | Make HttpResponseInfo pickle'able, just moves some code from HttpCache to Htt... | michaeln@google.com | 2009-10-08 | 1 | -1/+137 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 1 | -0/+2 |
* | Remove code path that passes a file handle to the renderer | hclam@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Fully reset HttpNetworkTransaction::response_ when restarting the transaction... | ericroman@google.com | 2009-03-21 | 1 | -1/+1 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-13 | 1 | -2/+2 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+17 |