summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_layer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SpdySessionPool observe network changes.willchan@chromium.org2010-06-071-1/+1
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-4/+11
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-12/+28
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-1/+2
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-2/+1
* Enable Alternate-Protocol support by default when NPN support is enabled.willchan@chromium.org2010-05-121-0/+1
* SPDY: Don't embed a NUL in SetNextProtos(). This makes NPN work again.willchan@chromium.org2010-04-211-1/+1
* Fix crash on IP address change.willchan@chromium.org2010-04-191-2/+6
* SPDY: Change Chrome code to support new NPN protocols.willchan@chromium.org2010-04-191-1/+8
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-6/+2
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-5/+12
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-19/+19
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-4/+4
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-6/+13
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-211-1/+4
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-151-16/+28
* Flip: FlipSessionPool changes.willchan@chromium.org2009-11-041-2/+7
* Expand the options for how FLIP runs. The GFE team needsmbelshe@google.com2009-10-211-2/+17
* Add a command line switch to enable flip sockets.mbelshe@google.com2009-10-131-1/+11
* Remove the ClientSocketFactory from the HttpNetworkTransactionmbelshe@google.com2009-09-301-1/+2
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-3/+4
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-4/+9