summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Retry proxies which were cached as bad before giving up.eroman@chromium.org2010-01-121-3/+11
* Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n...eroman@chromium.org2010-01-081-43/+144
* Log the results of proxy resolution to LoadLog when "full logging mode" is en...eroman@chromium.org2010-01-071-4/+4
* Re-order some declarations in ProxyService, to ensure that deletion of InitPr...eroman@chromium.org2010-01-061-0/+64
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-051-43/+162
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-3/+3
* Add a new event to LoadLog:eroman@chromium.org2009-12-011-12/+12
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+4
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-181-1/+58
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-3/+3
* Fix some style nits in unittests.eroman@chromium.org2009-08-201-3/+3
* Reference count ProxyService.eroman@chromium.org2009-08-181-143/+160
* Instrument ProxyService and InitProxyResolver with LoadLog.eroman@chromium.org2009-08-171-3/+34
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-70/+70
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-70/+71
* Reverting r22603, which reverts r22591. It seems that the revert doesn't help...hamaji@chromium.org2009-08-061-150/+1
* Reverting r22591. It seems to be making purify fail.hamaji@chromium.org2009-08-061-1/+150
* Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe...eroman@chromium.org2009-08-061-150/+1
* Don't mutate |config_| after failing proxy-autodetect.eroman@chromium.org2009-08-051-0/+101
* Better match IE's proxy settings.ericroman@google.com2009-08-041-48/+397
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-041-3/+30
* Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by...ericroman@google.com2009-07-281-197/+233
* 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-261-47/+106
* Whenever proxy configurations contain socks and http/https/ftp proxies, socks...arindam@chromium.org2009-07-141-0/+46
* Re-do of r16741 (http://codereview.chromium.org/113482).robertshield@google.com2009-05-221-0/+50
* Revert of r16741 which appeared to cause a perf regression (???) on the build...robertshield@google.com2009-05-221-50/+0
* Adding the ability to alter Chrome's proxy settings via the automation interf...robertshield@google.com2009-05-221-0/+50
* Allows a proxy bypass entry to match on a specific port, used by thesdoyon@chromium.org2009-04-201-50/+156
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-3/+3
* Fix a race in proxy_service_unittest.cc that was causing flakiness on purify ...ericroman@google.com2009-03-251-35/+102
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+2
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-66/+3
* Add support to ProxyService for downloading a PAC script on behalf of the Pro...ericroman@google.com2009-02-231-2/+451
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-33/+85
* Get rid of synchronous ResolveProxy API.ericroman@google.com2009-01-311-68/+95
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-44/+72
* Reverting 6966.ericroman@google.com2008-12-131-58/+51
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-131-51/+58
* Misc proxy service changes.ericroman@google.com2008-12-101-88/+109
* Refactoring: replace some raw strings with GURL.ericroman@google.com2008-12-021-11/+11
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-311-6/+17
* oops; will reland once tree is openavi@google.com2008-10-301-17/+6
* Initial Mac proxy implementationavi@google.com2008-10-301-6/+17
* This fixes http://code.google.com/p/chromium/issues/detail?id=541, which is aniyengar@google.com2008-09-231-0/+16
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-121-44/+44
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-111-0/+408