summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add three of the six extensions to PAC that Internet Explorer supports. eroman@chromium.org2009-10-266-19/+322
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-233-22/+14
* Refactor: Address some style comments from a review (which missed the origina...eroman@chromium.org2009-10-232-9/+12
* Refactor: Don't send the quit command before killing test server for ProxyScr...eroman@chromium.org2009-10-221-2/+1
* Disable IPv6 results for the PAC bindings:eroman@chromium.org2009-10-222-9/+56
* Fix a data race found by ThreadSanitizer in LoadLog::Release().eroman@chromium.org2009-10-201-2/+3
* Remove some unnecessary manual AddRef/Release.eroman@chromium.org2009-10-201-9/+0
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-4/+3
* Add the ability to purge memory to the ProxyResolver.pkasting@chromium.org2009-10-139-3/+79
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-4/+6
* Reverting 27389.darin@chromium.org2009-09-301-6/+5
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-2/+2
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-5/+6
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-6/+5
* 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