summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_layer.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-1/+2
* Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramerrch@chromium.org2012-04-241-1/+1
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-2/+2
* Remove unused variable 'use_alt_protocols' in http_network_layer.ccbenchan@chromium.org2012-03-281-3/+0
* SPDY - add command line options - enable-npn and enable-npn-httprtenneti@chromium.org2012-03-281-24/+0
* SPDY - Added enabling of SPDY/3 and SPDY flow control tortenneti@chromium.org2012-03-231-20/+0
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-1/+1
* Remove unused variable and method SpdySession::use_ssl_rch@chromium.org2012-03-161-1/+0
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-8/+10
* SPDY - by default disable spdy/2.1 (flow control). Itrtenneti@chromium.org2012-03-031-6/+5
* SPDY - enable SPDY/2.1 (flow control).rtenneti@google.com2012-02-161-1/+2
* SPDY - trun off spdy/2.1 by default. It could be enabledrtenneti@chromium.org2012-02-141-2/+1
* SPDY - Change all tests to use SPDY/2.1 protocol. Madertenneti@chromium.org2012-01-271-2/+3
* SPDY - add support for spdy/2.1 to support flow control.rtenneti@google.com2011-12-101-1/+5
* net: rework the NPN patch.agl@chromium.org2011-10-181-15/+13
* Send PING to check the status of the SPDY connection.rtenneti@chromium.org2011-10-161-0/+3
* Add --use-spdy option to control initial max concurrent streams.willchan@chromium.org2011-10-131-0/+6
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-3/+4
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-3/+7
* Remove svn:mergeinfo props from many files.pkasting@chromium.org2011-04-081-1/+1
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-1/+1
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-1/+1
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-1/+1
* Add support for testing SPDY with a forced-single-domain mode. This ismbelshe@chromium.org2011-02-221-0/+5
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-2/+0
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-126/+1
* More net/ method ordering.erg@google.com2011-01-261-77/+81
* Add a port to the SPDY debugging flags so that we can force SPDY for just ambelshe@chromium.org2011-01-081-1/+10
* Cache certificate verification results in memory.wtc@google.com2010-12-161-1/+10
* Revert 68696 - Disable SPDY by default as a test to see if heap corruption go...willchan@chromium.org2010-12-091-5/+0
* Disable SPDY by default as a test to see if heap corruption goes away.willchan@chromium.org2010-12-091-0/+5
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-221-0/+9
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-221-9/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-221-0/+9
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-181-9/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-181-0/+9
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+10
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-10/+1
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+10
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-161-1/+4
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+0
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-081-2/+10
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-071-10/+2
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-071-2/+10
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-5/+12
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-12/+5
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-5/+12
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-041-1/+1