summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update ALPN/NPN token from "h2-14" to "h2-15"."Bence Béky2014-11-171-2/+2
* Update ALPN/NPN token from "h2-14" to "h2-15".bnc2014-11-071-2/+2
* HTTP2 draft 14 supportbnc@chromium.org2014-08-211-2/+2
* Update HTTP/2 NPN/ALPN tokens to "h2-13" to advertise draft 13 support.jgraettinger@chromium.org2014-06-261-2/+2
* Moved data reduction proxy bypass logic to a NetworkDelegatebengr@chromium.org2014-06-131-0/+2
* Update HTTP/2 NPN/ALPN tokens to "h2-12" to advertise draft 12 support.jgraettinger@chromium.org2014-05-201-2/+2
* Update SPDY4/HTTP2 identifiers/flags/NPN tokens.jgraettinger@chromium.org2014-04-141-8/+6
* Cleanup: Correct the names of the struct fields.eranm@google.com2014-01-081-2/+2
* SignedCertificateTimestamp storing & serialization code.alcutter@google.com2013-11-291-0/+31
* [SPDY] Do not advertise SPDY/2 by defaultakalin@chromium.org2013-10-061-3/+3
* [SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1akalin@chromium.org2013-10-041-2/+0
* [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