summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Add an additional unit-test for when PAC script is missing newline.eroman@chromium.org2009-09-251-4/+23
* Fix a bug where if a PAC script ended with a comment and no newline, it would...eroman@chromium.org2009-09-242-16/+54
* Linux: fix a data race in a proxy config service unit test.mdm@chromium.org2009-09-223-34/+22
* Respect the charset specified in PAC file responses.eroman@chromium.org2009-09-226-19/+84
* Simplify a unittest by removing the helper thread.eroman@chromium.org2009-09-181-163/+116
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-1015-106/+205
* Aesthetic changes to the proxy configuration log format.eroman@chromium.org2009-09-063-40/+192
* Linux: improve KDE proxy settings parsing and add unit tests for it.mdm@chromium.org2009-09-033-59/+419
* Add skeleton for an about:net-internal page.eroman@chromium.org2009-09-011-5/+10
* Linux: get GNOME or KDE proxy settings.mdm@chromium.org2009-08-285-142/+615
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* Linux: make the "change proxy settings" button able to start several proxy co...mdm@chromium.org2009-08-201-1/+2
* Fix some style nits in unittests.eroman@chromium.org2009-08-202-23/+23
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-1/+3
* Remove an unused header from proxy_service.h.ericroman@google.com2009-08-182-2/+1
* Reference count ProxyService.eroman@chromium.org2009-08-184-147/+165
* Instrument ProxyService and InitProxyResolver with LoadLog.eroman@chromium.org2009-08-176-37/+218
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-144-103/+102
* Update a comment to reflect the new truth.ericroman@google.com2009-08-141-7/+5
* Improve a worthless unittest.ericroman@google.com2009-08-141-42/+13
* Correctly update gconf proxy settings on Linux.mdm@chromium.org2009-08-131-1/+3
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-124-90/+107
* Reverting r22603, which reverts r22591. It seems that the revert doesn't help...hamaji@chromium.org2009-08-062-1517/+9
* Reverting r22591. It seems to be making purify fail.hamaji@chromium.org2009-08-062-9/+1517
* Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe...eroman@chromium.org2009-08-062-150/+170
* Don't mutate |config_| after failing proxy-autodetect.eroman@chromium.org2009-08-053-5/+113
* Better match IE's proxy settings.ericroman@google.com2009-08-0420-290/+1405
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-042-16/+34
* Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings.eroman@chromium.org2009-08-028-242/+286
* Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by...ericroman@google.com2009-07-283-203/+255
* Clean-up proxy_service_unittest.cc, to remove dependency on SingleThreadedPro...ericroman@google.com2009-07-281-744/+607
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-2615-316/+1076
* linux: generalize desktop environment guessing to encompass KDEevan@chromium.org2009-07-233-49/+53
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-7/+0
* Try again: Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-223-54/+9
* Revert "Add proxy config (using gnome-network-preferences)"mattm@chromium.org2009-07-181-2/+7
* Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-171-7/+2
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-154-9/+13
* Fix the log error message about proxy authentication insdoyon@chromium.org2009-07-151-4/+10
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-1413-55/+211
* Relax assertion in ProxyConfigServiceLinux gconf cleanup.sdoyon@chromium.org2009-07-131-2/+18
* Make net::HostResolver refcounted.ericroman@google.com2009-06-274-9/+4
* Reverting 19425.ericroman@google.com2009-06-264-4/+9
* Make net::HostResolver refcounted.ericroman@google.com2009-06-264-9/+4
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-4/+4
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-234-1/+44
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-7/+6
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-126-35/+132
* Disable the http cache when fetching PAC scripts. Also adds an extra log stat...eroman@chromium.org2009-06-032-10/+42