summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+1
* Split ProxyResolverV8Tracing into an implementation and a wrapper.sammc2015-06-291-3/+0
* Remove ProxyResolver::(Cancel)SetPacScript and LegacyProxyResolverFactory.sammc2015-05-271-20/+1
* Split ProxyResolverMojo into a ProxyResolver and a ProxyResolverFactory.sammc2015-05-041-1/+1
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-2/+2
* Add LoadState reporting to the mojo proxy resolver.sammc2015-03-121-0/+4
* Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so thispkasting@chromium.org2014-03-111-5/+0
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-1/+1
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-7/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-2/+2
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-0/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add net_api to the proxy code.rvargas@google.com2011-05-191-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Almost done deinlining virtual methods.erg@google.com2010-12-161-4/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-24/+11
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-091-0/+4
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-081-4/+0
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-081-0/+4
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-7/+6
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-2/+2
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-131-1/+6
* Respect the charset specified in PAC file responses.eroman@chromium.org2009-09-221-5/+5
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-1/+3
* Better match IE's proxy settings.ericroman@google.com2009-08-041-14/+16
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-21/+54
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-0/+54