summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_layer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-1/+1
* Add option to simulate alternate protocol always being present.mbelshe@chromium.org2010-08-221-0/+6
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-10/+10
* Removed spdy_network_transaction.h file.erikchen@google.com2010-08-091-1/+0
* Implement server push protocol 2.erikchen@google.com2010-08-051-0/+23
* Modify the SPDY v1 hack to only advertise v1 and not v2 over NPN.mbelshe@chromium.org2010-08-051-1/+1
* Make Chrome capable of advertising spdy version 1.mbelshe@chromium.org2010-08-031-3/+7
* Bump the SPDY protocol version to version 2.mbelshe@chromium.org2010-07-301-1/+1
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-11/+7
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-221-0/+8
* Increase npn_spdy to 50%, npn_http 25%. lzheng@chromium.org2010-07-151-1/+3
* Add back a flag to disable Alternate-Protocol processing.willchan@chromium.org2010-07-101-2/+8
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-12/+3
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-0/+7