summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-1/+1
* Try to fix a deadlock that happened when running the network diagnostic tool ...eroman@chromium.org2010-05-131-24/+48
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-121-1/+1
* Update V8 to version 2.2.9sgjesse@google.com2010-05-111-1/+1
* Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh...eroman@chromium.org2010-05-052-31/+15
* Replace CHECK(false) by LOG(FATAL) where appropriate.evan@chromium.org2010-05-051-2/+2
* Add a tool for testing your network setup.eroman@chromium.org2010-05-042-0/+19
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-292-0/+13
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-2810-182/+226
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-285-39/+43
* 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