summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-223-77/+29
* base: add home environment variable to env_var.htfarina@chromium.org2010-07-211-1/+2
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-2021-248/+358
* Add some plumbing for in-progress work on enabling SSL proxy support.mbelshe@chromium.org2010-07-204-2/+62
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-1/+2
* base: Return bool instead of void in EnvVarGetter::SetEnv.tfarina@chromium.org2010-07-161-1/+3
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-149-138/+285
* Change the default number of proxy resolver threads used for evaluating PAC s...eroman@chromium.org2010-07-102-4/+25
* KDE treats all host patterns as wildcard patternsdavidben@chromium.org2010-07-095-9/+65
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-0916-588/+1178
* Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start...eroman@chromium.org2010-07-0816-1174/+588
* Add the capability to run multiple proxy PAC scripts in parallel.eroman@chromium.org2010-07-0816-588/+1174
* base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs.tfarina@chromium.org2010-07-081-0/+3
* Update a comment to be more verbose and explain more cases.eroman@chromium.org2010-07-081-10/+39
* Re-enable use of external string resources in ProxyResolverV8.eroman@chromium.org2010-07-021-2/+7
* Disable use of ExternalStringResource by ProxyResolverV8.eroman@chromium.org2010-07-021-1/+2
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-0121-197/+303
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-254-94/+59
* Remove some unused code.eroman@chromium.org2010-06-231-4/+0
* Add support for international domain names in PAC scripts. This converts non-...eroman@chromium.org2010-06-232-6/+49
* Remove an unused member field.eroman@chromium.org2010-06-233-8/+4
* Address a couple of nits in comment wording.eroman@chromium.org2010-06-234-12/+13
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som...eroman@chromium.org2010-06-235-111/+202
* Add an additional per-request DNS cache when executing FindProxyForURL() from...eroman@chromium.org2010-06-225-32/+237
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-3/+3
* FAILS tests should not turn the bot red.vandebo@chromium.org2010-06-181-3/+3
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-3/+3
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-1/+1
* Implement KDE ReversedException setting in Chromedavidben@chromium.org2010-06-148-27/+143
* Use KDEHOME variable instead of KDE_HOME for locating KDE directorydavidben@chromium.org2010-06-122-21/+21
* A couple of style mods in proxy_config_service_linux.ccziadh@chromium.org2010-06-111-11/+11
* Linux: check the timestamps of .kde and .kde4 to figure out which to use for ...mdm@chromium.org2010-06-102-6/+38
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-083-5/+83
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-033-119/+170
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-1/+1
* Linux: Fix kde no_proxy environment variable handling.mattm@chromium.org2010-05-182-18/+96
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-1/+1
* Try to fix a deadlock that happened when running the network diagnostic tool ...eroman@chromium.org2010-05-131-24/+48
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-121-1/+1
* Update V8 to version 2.2.9sgjesse@google.com2010-05-111-1/+1
* Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...eroman@chromium.org2010-05-052-31/+15
* Replace CHECK(false) by LOG(FATAL) where appropriate.evan@chromium.org2010-05-051-2/+2
* Add a tool for testing your network setup.eroman@chromium.org2010-05-042-0/+19