summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a histogram for SpdyConnectionLatency.mbelshe@chromium.org2010-01-131-6/+12
* Retry proxies which were cached as bad before giving up.eroman@chromium.org2010-01-121-8/+3
* SSL: don't ask for next proto if we got an error.agl@chromium.org2010-01-121-3/+11
* A 1xx response code followed by an EOF triggered an infinite loop. Fix the p...vandebo@chromium.org2010-01-071-0/+1
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-051-2/+47
* Fixup some connection time measurements.mbelshe@google.com2009-12-281-2/+2
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-28/+11
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-241-4/+9
* Remove some old debugging code.willchan@chromium.org2009-12-221-13/+1
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-211-71/+233
* Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...eroman@chromium.org2009-12-181-1/+1
* When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...eroman@chromium.org2009-12-181-1/+1
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-171-3/+3
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-26/+21
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-151-0/+8
* Remove the AsyncSlowStart experimentmbelshe@google.com2009-12-151-12/+0
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-21/+28
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-1/+2
* In RestartIgnoringLastError, use connection_.socket()->IsConnectedAndIdle()wtc@chromium.org2009-11-191-1/+1
* Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ...eroman@chromium.org2009-11-131-0/+18
* After draining the body of a 401/407 response, verify thatwtc@chromium.org2009-11-121-1/+4
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-2/+2
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-451/+184
* Reverting 29316.vandebo@chromium.org2009-10-161-184/+451
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-451/+184
* Don't call AuthOrigin(target) multiple times inwtc@chromium.org2009-10-151-13/+16
* Remove the ClientSocketFactory from the HttpNetworkTransactionmbelshe@google.com2009-09-301-4/+2
* We should pass the service principal name (SPN) of thewtc@chromium.org2009-09-181-48/+2
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-161-10/+1
* Add a histogram for measuring SSL Connect times.mbelshe@google.com2009-09-111-0/+12
* [Second attempt of r25461]wtc@chromium.org2009-09-051-10/+25
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-041-22/+7
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-041-7/+22
* Display the LoadLogs for recent and in-progress URLRequests on the net-intern...eroman@chromium.org2009-09-031-1/+2
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-261-5/+9
* Add UMA Histogram for FieldTrial for Async Socket SlowStartmbelshe@google.com2009-08-251-1/+14
* Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.willchan@chromium.org2009-08-241-3/+6
* Add more histograms to understand idle sockets.willchan@chromium.org2009-08-241-10/+50
* Resend on IO errors on late bound sockets that were idle.willchan@chromium.org2009-08-221-1/+2
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-3/+0
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-1/+1
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-181-3/+2
* Remove an unused header from proxy_service.h.ericroman@google.com2009-08-181-0/+1
* Add histograms for tracking the unused/unused_idle/reused socket states from ...willchan@chromium.org2009-08-171-14/+73
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-7/+7
* Unescape username/passwords obtained from URLs before using them for HTTP auth.ericroman@google.com2009-08-141-5/+13
* Implement SSL certificate error handling on the Mac. If the user giveswtc@chromium.org2009-08-131-1/+4
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-5/+7
* Store the url into a stack variable for the CHECK when connection_group.empty().willchan@chromium.org2009-07-291-3/+11
* Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%...willchan@chromium.org2009-07-271-10/+45