summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SOCKS v5 implementationarindam@chromium.org2009-07-151-5/+9
* Reverting 20626.arindam@chromium.org2009-07-141-9/+5
* SOCKS v5 implementationarindam@chromium.org2009-07-141-5/+9
* Add some CHECKs to track down the source of a NULL deref in the SSLClientSock...willchan@chromium.org2009-07-101-0/+9
* CHECK to make sure connection_group is never empty.willchan@chromium.org2009-07-071-1/+5
* Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...arindam@chromium.org2009-06-261-20/+25
* Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) whenwtc@chromium.org2009-06-251-2/+2
* Add some checks to make sure header_buf_body_offset_ is never used when negat...ericroman@google.com2009-06-251-2/+5
* Following the style guide, replace the overloaded operator==wtc@chromium.org2009-06-231-1/+1
* Define the == operator for X509Certificate::Fingerprint.wtc@chromium.org2009-06-231-3/+1
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-0/+3
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-231-9/+58
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-2/+2
* Implement the backend of SSL client authentication forwtc@chromium.org2009-06-191-3/+48
* Bypass the host cache when you refresh a page.ericroman@google.com2009-06-161-6/+1
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-1/+0
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-1/+20
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-9/+46
* Remove most field trial uses of DNS impact testjar@chromium.org2009-06-121-24/+10
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-1/+0
* Introduce HttpStream and HttpBasicStream.willchan@chromium.org2009-06-111-5/+7
* We don't handle certificate errors during SSL renegotiation.wtc@chromium.org2009-06-091-0/+9
* Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError().willchan@chromium.org2009-06-061-1/+4
* Send the "Proxy-Connection: keep-alive" header with HTTP CONNECTwtc@chromium.org2009-06-051-2/+4
* Revert r17673, except for the code cleanup.wtc@chromium.org2009-06-051-6/+38
* For connection-based authentication schemes such as NTLM,wtc@chromium.org2009-06-041-41/+13