summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_factory_impl_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Act upon HTTP_1_1_REQUIRED.bnc2015-01-091-0/+10
* Revert of Block port 443 for all protocols other than HTTPS or WSS. (patchset...lgarron2014-12-081-5/+5
* Block port 443 for all protocols other than HTTPS or WSS.lgarron2014-12-051-5/+5
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-10/+6
* QUIC - Always pesist 1000 MRU alternate protocols to preferences file.rtenneti2014-10-241-14/+3
* Refactor HttpStreamFactoryImpl::Job::DoCreateStream() for handling WebSocket ...tyoshino@chromium.org2014-08-211-56/+60
* Keep track of network error in ProxyRetryInfo.kundaji@chromium.org2014-08-151-1/+2
* Return ERR_NOT_IMPLEMENTED when we reach SPDY stream creation code in a facto...tyoshino@chromium.org2014-08-071-7/+8
* Implement ALPN for SSLClientSocketOpenSSL.davidben@chromium.org2014-07-301-6/+2
* Add Finch experiment for selectively bypassing proxies.rcs@chromium.org2014-07-091-3/+6
* Add a probability to Alternate-Protocol support. Can be enabled either via a ...rch@chromium.org2014-07-081-1/+1
* Revert of Add a probability to Alternate-Protocol support. (https://coderevie...samuong@chromium.org2014-07-081-1/+1
* Add a probability to Alternate-Protocol support. Can be enabled either via a ...rch@chromium.org2014-07-081-1/+1
* Avoid setting a duplicate SpdySessionKey on a Requestjgraettinger@chromium.org2014-06-191-1/+2
* Return ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION instead of crashingrch@chromium.org2014-06-111-1/+4
* Defer SpdySession destruction to support closing writesjgraettinger@chromium.org2014-06-051-0/+3
* Revert 273680 "Defer SpdySession destruction to support closing ..."dxie@chromium.org2014-06-011-3/+0
* Update UMA to track bypasses due to 4xx responses that are missing the proxy'...bengr@chromium.org2014-05-301-1/+2
* Defer SpdySession destruction to support closing writesjgraettinger@chromium.org2014-05-301-0/+3
* Remove HTTP pipelining support.mmenke@chromium.org2014-05-271-88/+4
* QUIC - Persist 1000 MRU alternate protocols to preferences file.rtenneti@chromium.org2014-05-261-3/+14
* Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.mmenke@chromium.org2014-05-241-7/+7
* Fail the SPDY transaction if it does not meet TLS base requirements.willchan@chromium.org2014-05-231-2/+9
* Now that the HttpStreamFactoryImpl::Job is not marking Alternate-Protocolrch@chromium.org2014-05-231-9/+12
* Do not mark alternate-protocol broken unless the main job succeeds.rch@chromium.org2014-05-211-5/+40
* Trivial cleanup of HttpStreamFactoryImpl::Job::DoInitConnectionrch@chromium.org2014-05-201-20/+21
* Tiny refactor of HttpStreamFactoryImpl::Job::Orphan to simplify the code.rch@chromium.org2014-05-161-2/+4
* Change some DCHECKs into CHECKs to track down a crash.rch@chromium.org2014-05-151-3/+3
* Do not mark QUIC Alternate-Protocol as broken inrch@chromium.org2014-05-021-8/+8
* Add a histogram Net.AlternateProtocolBrokenLocationrch@chromium.org2014-04-111-0/+2
* Add a new Net.AlternateProtocolUsage for tracking usage of Alternate-Protocol.rch@chromium.org2014-04-111-1/+19
* Rename PrivateMode enum values:rch@chromium.org2014-04-011-2/+2
* Do not use QUIC for requests that are through a proxy.rch@chromium.org2014-03-311-0/+5
* Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...rch@chromium.org2014-03-281-2/+2
* Rename PrivateMode enum values:rch@chromium.org2014-03-281-2/+2
* Add PrivacyMode support to the QuicStreamFactory.rch@chromium.org2014-03-261-1/+2
* Revert of Add PrivacyMode support to the QuicStreamFactory. (https://coderevi...erikchen@chromium.org2014-03-251-2/+1
* Add PrivacyMode support to the QuicStreamFactory.rch@chromium.org2014-03-251-1/+2
* Reland 'Fix SPDY error-handling if the connection gets closed just after use.'davidben@chromium.org2014-03-251-11/+20
* Remove the QuicStreamFactory's crypto config map, and insteadrch@chromium.org2014-03-221-2/+1
* Revert of Fix SPDY error-handling if the connection gets closed just after us...vandebo@chromium.org2014-03-211-20/+11
* Fix SPDY error-handling if the connection gets closed just after use.davidben@chromium.org2014-03-211-11/+20
* Fix "unreachable code" warnings (MSVC warning 4702) in net/.pkasting@chromium.org2014-03-191-55/+37
* Remove Proxy from the the QUIC session key (and friends)rch@chromium.org2014-03-101-3/+1
* Disable QUIC 0RTT for POST requests.rch@chromium.org2014-02-061-2/+2
* Enable QUIC proxies to be used for HTTP URLs.rch@chromium.org2014-02-051-7/+14
* Temporarily disable WebSocket over SPDY.ricea@chromium.org2014-01-231-8/+8
* Change SSLCertRequestInfo.host_and_port from string to HostPortPair.mattm@chromium.org2013-12-171-1/+1
* Change CreateBasicStream to take a scoped_ptrricea@chromium.org2013-11-221-1/+1
* Rename WebSocketHandshakeStreamBase::Factoryricea@chromium.org2013-11-121-7/+7