summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-5/+3
* Aesthetic changes to the proxy configuration log format.eroman@chromium.org2009-09-061-2/+0
* Linux: get GNOME or KDE proxy settings.mdm@chromium.org2009-08-281-8/+12
* Reference count ProxyService.eroman@chromium.org2009-08-181-0/+3
* Instrument ProxyService and InitProxyResolver with LoadLog.eroman@chromium.org2009-08-171-12/+48
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-19/+19
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-12/+19
* Don't mutate |config_| after failing proxy-autodetect.eroman@chromium.org2009-08-051-5/+7
* Better match IE's proxy settings.ericroman@google.com2009-08-041-75/+70
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-041-13/+4
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-021-2/+3
* Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by...ericroman@google.com2009-07-281-4/+15
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-168/+150
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-141-1/+1
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-2/+13
* Re-do of r16741 (http://codereview.chromium.org/113482).robertshield@google.com2009-05-221-0/+6
* Revert of r16741 which appeared to cause a perf regression (???) on the build...robertshield@google.com2009-05-221-6/+0
* Adding the ability to alter Chrome's proxy settings via the automation interf...robertshield@google.com2009-05-221-0/+6
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-221-20/+37
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-0/+1
* Reorganize the ProxyService::Create() and ProxyService::CreateWithoutV8Resolv...eroman@chromium.org2009-05-191-48/+54
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-24/+36
* Get rid of the static next_id_ counter, to make construction of ProxyConfig o...ericroman@google.com2009-05-041-9/+22
* Allows a proxy bypass entry to match on a specific port, used by thesdoyon@chromium.org2009-04-201-3/+30
* ProxyConfigService for Linux.sdoyon@chromium.org2009-04-201-7/+7
* Add some LOG(INFO) to help diagnose problems when proxy is not working.ericroman@google.com2009-04-131-0/+11
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-37/+33
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Add a command line flag --v8-proxy-resolver, to select the new PAC implementa...ericroman@google.com2009-03-031-0/+33
* Add missing header (breaks on linux).ericroman@google.com2009-03-021-0/+1
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-153/+7
* Update a WARNING with a bug URL.evan@chromium.org2009-02-271-5/+5
* Add support to ProxyService for downloading a PAC script on behalf of the Pro...ericroman@google.com2009-02-231-49/+235
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-37/+53
* Get rid of synchronous ResolveProxy API.ericroman@google.com2009-01-311-70/+32
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-311-2/+63
* post-winhttp cleanup: remove a todo.ericroman@google.com2009-01-151-9/+1
* Remove HttpTransactionWinHttp and the --winhttp command-linewtc@google.com2009-01-131-1/+0
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-10/+32
* Reverting 6966.ericroman@google.com2008-12-131-5/+0
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-131-0/+5
* Misc proxy service changes.ericroman@google.com2008-12-101-6/+49
* Refactoring: replace some raw strings with GURL.ericroman@google.com2008-12-021-9/+20
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-311-10/+19
* oops; will reland once tree is openavi@google.com2008-10-301-19/+10
* Initial Mac proxy implementationavi@google.com2008-10-301-10/+19
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Misc cleanupsericroman@google.com2008-10-171-8/+0
* This fixes http://code.google.com/p/chromium/issues/detail?id=541, which is aniyengar@google.com2008-09-231-2/+2