summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-11/+27
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-335/+52
* Fix crash in GetSpdySessionFromSSLSocket in the case where thembelshe@chromium.org2010-06-241-2/+4
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-52/+335
* Create HttpAuthController.vandebo@chromium.org2010-06-231-335/+52
* Added NetLog support for HTTP authentication.cbentzel@chromium.org2010-06-211-2/+2
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-27/+11
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-11/+27
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-171-54/+99
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-0/+5
* Refactor SpdyStream.ukai@chromium.org2010-06-141-1/+1
* Add metrics for measuring spdy transaction latency.mbelshe@chromium.org2010-06-131-6/+28
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-11/+9
* Experiment for number of persistent connections to serverziadh@chromium.org2010-06-071-0/+12
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-9/+8
* Change the proxy waiting-for message to:mbelshe@chromium.org2010-05-271-0/+5
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-4/+4
* Eliminate the establishing_tunnel_ internal state and move to explicitmbelshe@chromium.org2010-05-251-111/+186
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-4/+15
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-211-23/+0
* Track whether a resource was loaded via a proxy. I'm going to usembelshe@chromium.org2010-05-211-0/+2
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-18/+24
* Trigger SSL fallback based on Bad MAC alert.agl@chromium.org2010-05-181-3/+6
* Add the status line to the NetLogHttpResponseParameter.willchan@chromium.org2010-05-141-0/+1
* Fix --host-rules to work properly with proxies.willchan@chromium.org2010-05-131-7/+19
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-131-1/+2
* Added authentication scheme as key to HttpAuthCache.cbentzel@chromium.org2010-05-131-23/+9
* Add --host-rules support.willchan@chromium.org2010-05-121-8/+21
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-121-4/+3
* Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set.eroman@chromium.org2010-05-111-0/+1
* Add the response headers to net-internals.willchan@chromium.org2010-05-111-0/+40
* Add http request headers into about:net-internals.willchan@chromium.org2010-05-101-0/+45
* Get tests working for Alternate-Protocol and proxies.willchan@chromium.org2010-05-051-1/+1
* Fix a DCHECK that was hit when trying to log information on an invalid proxy-...eroman@chromium.org2010-05-051-4/+21
* Add ssl into the key for ClientSocketPools.willchan@chromium.org2010-05-041-0/+3
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-32/+34
* Fix Alternate-Protocol to work for PAC proxies.willchan@chromium.org2010-04-301-27/+48
* Fix Alternate-Protocol to work with proxies.willchan@chromium.org2010-04-291-17/+16
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-45/+52
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-16/+17
* Remove proxy_mode_ from the HttpNetworkTransaction since itmbelshe@chromium.org2010-04-281-20/+8
* SPDY: Fix Alternate-Protocol.willchan@chromium.org2010-04-261-23/+27
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-1/+1
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-32/+20
* SSL fixes for sites with buggy DEFLATE support.agl@chromium.org2010-04-201-4/+31
* SPDY: Change Chrome code to support new NPN protocols.willchan@chromium.org2010-04-191-2/+2
* Added NetLog statements for Canonical name lookup.cbentzel@chromium.org2010-04-191-0/+4
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-15/+2
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-04-151-8/+16
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-0/+30