summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* With SPDY, when a proxy is set via automatic settings, we had a crash.mbelshe@chromium.org2010-04-021-0/+2
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-291-63/+80
* On Windows, use IInternetSecurityManager to determine if it's OKwtc@chromium.org2010-03-291-24/+66
* Reducing the debug output spam.ahendrickson@google.com2010-03-251-2/+0
* HttpAuthFilterWhitelist is now getting entries from the Windowsahendrickson@google.com2010-03-251-0/+2
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-4/+13
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-231-80/+63
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-231-63/+80
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-231-80/+63
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-231-63/+80
* Implement SOCKSClientSocketPoolvandebo@chromium.org2010-03-221-80/+40
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-40/+26
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-03-101-21/+41