summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Remove proxy_mode_ from the HttpNetworkTransaction since itmbelshe@chromium.org2010-04-281-0/+14
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-273-42/+42
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-221-1/+1
* Linux: correctly ignore KDE "indirect" environment variable proxy settings wh...mdm@chromium.org2010-04-181-0/+2
* Fix a deadlock that could happen during shutdown if a host resolve request wa...eroman@chromium.org2010-04-179-116/+468
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-3/+5
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-3/+3
* Linux: Use .kde4 for proxy settings when it is present and we are running und...mdm@chromium.org2010-04-082-19/+160
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-1/+2
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-2/+1
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-1/+2
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-033-36/+31
* Fix a crash when calling a PAC binding from the global scope.eroman@chromium.org2010-03-312-14/+40
* GTK: Turn on the GTK+ integration by default.erg@chromium.org2010-03-261-0/+1
* Move over another legacy "LoadLog-style" event generator to routing its messa...eroman@chromium.org2010-03-163-51/+60
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-1620-270/+279
* Remove LOG(WARNING)s for when fails to parse proxy bypass rules.eroman@chromium.org2010-03-111-5/+3
* Use CHECK_* in netwillchan@chromium.org2010-03-021-2/+2
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-2415-452/+618
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-1/+1
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-1916-569/+717
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-3/+5
* Minor unittest cleanup.eroman@chromium.org2010-02-051-24/+21
* Re-enable a unittest which failed on valgrind thread sanitizer.eroman@chromium.org2010-02-051-1/+5
* Disable a test which is causing an error under valgrind TSAN.eroman@chromium.org2010-02-051-1/+1
* Add a timing measurement to LoadLog that shows how long a proxy resolve reque...eroman@chromium.org2010-02-052-2/+85
* Add unittest for r37566 (on PAC failure, should fallback to DIRECT).eroman@chromium.org2010-02-052-9/+23
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-043-7/+6
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-1/+0
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-293-65/+63
* Add a histogram to record how long fetching the system proxy settings takes:eroman@chromium.org2010-01-281-0/+11
* Add more functionality to about:net-internals:eroman@chromium.org2010-01-132-0/+23
* Retry proxies which were cached as bad before giving up.eroman@chromium.org2010-01-126-17/+97
* Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n...eroman@chromium.org2010-01-083-50/+190
* Log the results of proxy resolution to LoadLog when "full logging mode" is en...eroman@chromium.org2010-01-075-17/+39
* Re-order some declarations in ProxyService, to ensure that deletion of InitPr...eroman@chromium.org2010-01-063-6/+78
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-059-147/+258
* Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...eroman@chromium.org2009-12-222-29/+40
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-214-9/+9
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-122-16/+2
* Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ...hayato@chromium.org2009-12-107-218/+261
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-032-2/+3
* Add a new event to LoadLog:eroman@chromium.org2009-12-013-21/+29
* Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).mdm@chromium.org2009-11-251-1/+1
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-202-8/+13
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-187-10/+123
* Use GURL::is_valid() in place of !GURL::is_empty() in a condition.eroman@chromium.org2009-11-102-1/+23
* Grab SOCKS settings from system prefs.avi@chromium.org2009-11-101-1/+14
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-066-19/+29
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-058-2/+39