summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Plumb connection attempts from (non-proxy) ConnectJobs to HttpNetworkTransact...ttuttle2015-04-281-0/+4
* Remove HttpStreamBase.yhirano2014-11-061-3/+3
* 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
* Remove HTTP pipelining support.mmenke@chromium.org2014-05-271-250/+245
* Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.mmenke@chromium.org2014-05-241-315/+250
* Update SPDY4/HTTP2 identifiers/flags/NPN tokens.jgraettinger@chromium.org2014-04-141-6/+2
* Rename WebSocketHandshakeStreamBase::Factoryricea@chromium.org2013-11-121-1/+1
* Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better...ricea@chromium.org2013-10-301-8/+9
* [SPDY] Do not advertise SPDY/2 by defaultakalin@chromium.org2013-10-061-12/+11
* [SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1akalin@chromium.org2013-10-041-1/+6
* [Net] Propagate priority changes from HttpNetworkTransaction to its requestakalin@chromium.org2013-08-141-0/+3
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-0/+5
* Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"akalin@chromium.org2013-07-301-5/+0
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-0/+5
* Remove QUIC from NPN strings so as to save space in ALPNrch@chromium.org2013-07-221-1/+1
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-1/+1
* [SPDY] Add switch and about:flags entry to enable SPDY/4a2akalin@chromium.org2013-06-271-0/+4
* Introduce RequestWebSocketStream into HttpStreamFactoryyhirano@chromium.org2013-06-211-2/+29
* Actually enable Alternate-Protocol support for QUIC.rch@chromium.org2013-06-211-6/+7
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.akalin@chromium.org2013-05-151-4/+0
* [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1akalin@chromium.org2013-04-121-0/+4
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-0/+3
* [SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control)akalin@chromium.org2013-03-051-0/+4
* Introduce HttpStreamBasebashi@chromium.org2012-11-091-3/+3
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-35/+4
* net: don't remember TLS intolerant servers.agl@chromium.org2012-04-261-3/+0
* Remove SPDY 2.1 support.rch@chromium.org2012-04-091-12/+5
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-1/+1
* SPDY - add command line options - enable-npn and enable-npn-httprtenneti@chromium.org2012-03-281-2/+9
* SPDY - Added enabling of SPDY/3 and SPDY flow control tortenneti@chromium.org2012-03-231-0/+10
* SPDY - by default disable spdy/2.1 (flow control). Itrtenneti@chromium.org2012-03-031-6/+5
* Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.mmenke@chromium.org2012-01-281-3/+2
* Add HTTP pipelining to net-internals:simonjam@chromium.org2011-12-201-0/+9
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-0/+4
* Add back support for --testing-fixed-http-port and --testing-fixed-https-portwillchan@chromium.org2011-12-141-0/+13
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-3/+0
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-2/+3
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+7
* Reset static HttpStreamFactory settings before each test in a NetTestSuite.szym@chromium.org2011-10-181-0/+4
* net: rework the NPN patch.agl@chromium.org2011-10-181-7/+14
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-2/+2
* Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job rch@chromium.org2011-09-021-2/+4
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-4/+4
* Net: Add NET_API to some http code.rvargas@google.com2011-05-191-3/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* The SPDY Exclusions were broken; the intent of the exclusion is so that ourmbelshe@chromium.org2011-03-161-3/+2
* Reland rest of r77399.willchan@chromium.org2011-03-121-5/+2