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