summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPDY: Add basic support for Alternate-Protocol header.willchan@chromium.org2010-03-091-1/+93
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-081-12/+3
* More late binding cleanupvandebo@chromium.org2010-03-051-36/+0
* Fix a regression introduced in r40465.wtc@chromium.org2010-03-051-11/+18
* Remove the remnants of the late binding experiment.vandebo@chromium.org2010-03-031-32/+0
* Don't ignore certificate errors with SPDY.mbelshe@chromium.org2010-03-031-19/+17
* Remove connection failed histograms.vandebo@chromium.org2010-03-021-5/+3
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-271-21/+14
* Fix SpdySessionPool to take a host port pair instead of just the host.willchan@chromium.org2010-02-261-7/+8
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-241-7/+10
* Rename use_spdy_ to using_spdy_ and test it in more places:wtc@chromium.org2010-02-221-12/+14
* Back out the change to HttpNetworkTransaction::Read in thewtc@chromium.org2010-02-201-2/+1
* Make explicit the assumption that SpdySession::InitializeWithSocket takeswtc@chromium.org2010-02-201-1/+4
* Fix a SPDY regression introduced in r39037. When we ignore certificatewtc@chromium.org2010-02-191-11/+20
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-2/+3
* Fix LOAD_IGNORE_CERT_* on Macukai@chromium.org2010-02-151-21/+23
* Add option to suppress HTTP Referer header.jochen@chromium.org2010-02-101-1/+11
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-13/+13
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-3/+3
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-6/+13
* Add unittest for r37566 (on PAC failure, should fallback to DIRECT).eroman@chromium.org2010-02-051-32/+2
* Add specific error codes for when SOCKS connect fails.eroman@chromium.org2010-02-051-0/+11
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-301-0/+3