summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_factory.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-2/+5
* Reland r77075,r77077.willchan@chromium.org2011-03-091-5/+2
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-2/+5
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-5/+2
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-51/+162
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-162/+51
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-51/+162
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-29/+25
* Add a port to the SPDY debugging flags so that we can force SPDY for just ambelshe@chromium.org2011-01-081-0/+14
* Clobber the state of the next-protocol-negotiation when disabling spdy.mbelshe@chromium.org2010-12-211-0/+2
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-2/+2
* Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.mbelshe@chromium.org2010-10-161-9/+1
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-161-0/+7
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-8/+22
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-141-7/+6
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-1/+0
* Do not use Alternate-Protocol for establishing new SpdySessions.willchan@chromium.org2010-10-081-1/+9
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+1
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-2/+1
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-3/+0
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+113