summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/connection_tester.cc
Commit message (Expand)AuthorAgeFilesLines
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-1/+2
* Fix unit-test build on Android.jcivelli@chromium.org2012-05-151-0/+2
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-13/+10
* Don't do file access on IO thread.szager@chromium.org2012-05-021-69/+115
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-1/+1
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-1/+1
* Exclude browser/importer from Android build.jgreenwald@chromium.org2012-03-011-1/+9
* [net/dns] Refactoring of job dispatch in HostResolverImpl in preparation for ...szym@chromium.org2012-02-011-5/+5
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-3/+0
* base::Bind fixesgroby@chromium.org2011-11-171-4/+5
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-1/+1
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-0/+3
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-2/+2
* Revert 89629 - Revert 89486 - Revert 87047 - Revert 86422 - Make DHCP WPAD on...cevans@chromium.org2011-06-201-2/+2
* Revert 89486 - Revert 87047 - Revert 86422 - Make DHCP WPAD on by default.cevans@chromium.org2011-06-191-2/+2
* Revert 87047 - Revert 86422 - Make DHCP WPAD on by default.joi@chromium.org2011-06-171-2/+2
* Revert 86422 - Make DHCP WPAD on by default.joi@chromium.org2011-05-271-2/+2
* Make DHCP WPAD on by default.joi@chromium.org2011-05-241-2/+2
* Revert of 85854 which is a revert of 85852 - Add a command line optionrtenneti@chromium.org2011-05-191-1/+3
* Revert 85852 - Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-3/+1
* Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-1/+3
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-0/+8
* Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...joi@chromium.org2011-05-171-8/+0
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-0/+8
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-031-0/+1
* Stop refcounting ProxyService.willchan@chromium.org2011-04-271-26/+25
* connection_tester.cc doesn't need to includewtc@chromium.org2011-03-101-1/+0
* Reland r74842willchan@chromium.org2011-02-161-23/+27
* Revert 75143 - Reland r74842willchan@chromium.org2011-02-161-27/+23
* Reland r74842willchan@chromium.org2011-02-161-23/+27
* Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?willchan@chromium.org2011-02-141-27/+23
* Revert r74728 which reverted r74561 for exposing a ChromeOS bug.willchan@chromium.org2011-02-141-23/+27
* Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."oshima@google.com2011-02-121-27/+23
* Reland r74561 after fixing ChromeOS build breakage.willchan@chromium.org2011-02-111-23/+27
* Revert 74561 for breaking the ChromeOS buildwillchan@chromium.org2011-02-111-27/+23
* Introduce OffTheRecordProfileIOData and ProfileImplIOData.willchan@chromium.org2011-02-111-23/+27
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-15/+9
* Don't delete the URLRequest within the completion callback, in the Connection...eroman@chromium.org2011-01-281-1/+18
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-6/+18
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-7/+9
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-0/+1
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-1/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+1
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Create a URLRequestContext for PAC fetching.willchan@chromium.org2010-12-231-9/+15
* Cache certificate verification results in memory.wtc@google.com2010-12-161-2/+5
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-12/+13