summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Track sources of proxy settings.asanka@chromium.org2012-06-121-0/+82
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-19/+9
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-4/+4
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-26/+27
* Decrease the PAC polling delay even further.eroman@chromium.org2012-01-201-37/+27
* Change the polling policy for PAC scripts to be much less frequent (new: 2 ho...eroman@chromium.org2012-01-181-19/+33
* Don't poll the PAC script during periods of network inactivity.eroman@chromium.org2012-01-131-11/+223
* Poll PAC scripts for content changes.eroman@chromium.org2012-01-051-32/+487
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-144/+166
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-151-42/+43
* Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".eroman@chromium.org2011-12-131-30/+25
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-76/+76
* Only mark a proxy as bad if we have confirmation that another proxy succeeded...asanka@chromium.org2011-08-291-0/+22
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-3/+4
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-58/+24
* Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...joi@chromium.org2011-05-171-24/+58
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-58/+24
* Implemented unit tests for ProxyService and fixed a bugbattre@chromium.org2011-05-061-0/+237
* Stop refcounting ProxyService.willchan@chromium.org2011-04-271-178/+150
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-11/+11
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-191-5/+5
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+2
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+2
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-18/+30
* Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...eroman@chromium.org2010-09-241-1/+13
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-261-0/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-231-80/+55
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-24/+26
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-19/+24
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-50/+36
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-102/+126
* Move over another legacy "LoadLog-style" event generator to routing its messa...eroman@chromium.org2010-03-161-33/+44
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-26/+31
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-33/+33
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-238/+18
* Add unittest for r37566 (on PAC failure, should fallback to DIRECT).eroman@chromium.org2010-02-051-5/+9
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-4/+3
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-13/+14
* 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