| Commit message (Expand) | Author | Age | Files | Lines |
* | Move NetLog code from src/net/base to src/net/log. | eroman | 2015-04-02 | 1 | -1/+1 |
* | Refactor ProxyService to take a ProxyResolverFactory instead of a ProxyResolver. | sammc | 2015-04-02 | 1 | -56/+99 |
* | Remove some jank tracking instrumentation which is now accounted for. | eroman | 2015-03-09 | 1 | -12/+0 |
* | Add more instrumentation to track down jank. | eroman | 2015-03-07 | 1 | -0/+4 |
* | Add more instrumentation for tracking jank in ProxyService creation. | eroman | 2015-03-05 | 1 | -0/+8 |
* | Update instrumentation for many different bugs based on new UMA data. | pkasting | 2015-02-28 | 1 | -16/+16 |
* | Update instrumentation for many different bugs based on new UMA data. | pkasting | 2015-02-21 | 1 | -0/+17 |
* | Make warning verbose in CreateUsingSystemProxyResolver. | skobes | 2015-02-19 | 1 | -2/+1 |
* | Adding instrumentation to locate the source of jankiness. | pkasting | 2015-02-06 | 1 | -0/+5 |
* | Update {virtual,override,final} to follow C++11 style in net, round 2. | dcheng | 2015-01-23 | 1 | -5/+4 |
* | Add note on ProxyInfo::UseDirect(), etc. to warn that they reset the instance | tyoshino | 2015-01-14 | 1 | -1/+1 |
* | Standardize usage of virtual/override/final in net/ | dcheng | 2014-10-21 | 1 | -36/+26 |
* | Don't preresolve DNS if a fixed proxy configuration is in place. | bemasc | 2014-10-20 | 1 | -1/+36 |
* | replace OVERRIDE and FINAL with override and final in net/ | mostynb | 2014-10-09 | 1 | -18/+18 |
* | Declaring the weak_ptr_factory in proper order in src/net. | nagarjuna.a | 2014-10-07 | 1 | -5/+5 |
* | Pass in bad proxy to NotifyProxyFallback and not the successful one. | kundaji | 2014-09-09 | 1 | -1/+3 |
* | Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigService | sergeyu | 2014-09-05 | 1 | -15/+9 |
* | Keep track of network error in ProxyRetryInfo. | kundaji@chromium.org | 2014-08-15 | 1 | -8/+13 |
* | Use data reduction proxy when managed proxy config returns direct | bengr@chromium.org | 2014-08-14 | 1 | -2/+2 |
* | Removed data compression UMA from ProxyService | bengr@chromium.org | 2014-08-10 | 1 | -62/+7 |
* | Add Finch experiment for selectively bypassing proxies. | rcs@chromium.org | 2014-07-09 | 1 | -8/+42 |
* | Remove unused SyncProxyServiceHelper. | mmenke@chromium.org | 2014-07-08 | 1 | -73/+0 |
* | Update data reduction bypass UMA to reflect modern usage. | megjablon@chromium.org | 2014-07-01 | 1 | -8/+19 |
* | Moved data reduction proxy bypass logic to a NetworkDelegate | bengr@chromium.org | 2014-06-13 | 1 | -7/+2 |
* | Update UMA to track bypasses due to 4xx responses that are missing the proxy'... | bengr@chromium.org | 2014-05-30 | 1 | -3/+30 |
* | Remove NetLog::LOG_BASIC. | davidben@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so this | pkasting@chromium.org | 2014-03-11 | 1 | -6/+0 |
* | Do not retry data reduction proxy on direct request failure | bengr@chromium.org | 2014-02-27 | 1 | -2/+6 |
* | Fix uninits introduced by r241374. | earthdok@chromium.org | 2014-01-24 | 1 | -2/+4 |
* | Add a preference (proxy.quick_check_enabled, default true) to control QuickCh... | ellyjones@chromium.org | 2013-12-17 | 1 | -0/+13 |
* | Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies | bengr@chromium.org | 2013-12-13 | 1 | -3/+6 |
* | Added UMA to track data reduction proxy probe URL and fallback | bengr@chromium.org | 2013-11-08 | 1 | -0/+33 |
* | Added support for a new HTTP response header called Chrome-Proxy, which is re... | bengr@chromium.org | 2013-10-28 | 1 | -1/+3 |
* | Clean up a few unused globals. | thakis@chromium.org | 2013-09-25 | 1 | -2/+0 |
* | Use a direct include of the message_loop header in net/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -5/+5 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -19/+20 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -4/+3 |
* | Cleanup: Remove deprecated base::Value methods from net. Use base::Value too. | thestig@chromium.org | 2013-02-12 | 1 | -14/+16 |
* | Improve performance of proxy resolver by tracing DNS dependencies. | eroman@chromium.org | 2013-01-30 | 1 | -13/+0 |
* | [net] Add a new load state for "Downloading Proxy script". | eroman@chromium.org | 2013-01-30 | 1 | -0/+11 |
* | LoadTiming in net part 4. | mmenke@chromium.org | 2013-01-24 | 1 | -4/+10 |
* | Fix infinite proxy retries that could happen when PAC script threw javascript... | eroman@chromium.org | 2012-10-31 | 1 | -1/+4 |
* | Upstream Android-specific net/ changes. | newt@chromium.org | 2012-10-20 | 1 | -1/+1 |
* | Receiving Connection: Proxy-Bypass induces proxy fallback. | piatek@google.com | 2012-10-16 | 1 | -0/+6 |
* | [net] Connect DNS signals to re-fetching PAC script. | szym@chromium.org | 2012-09-21 | 1 | -0/+6 |
* | Minor fixes in proxy configuration on iOS. | droger@chromium.org | 2012-09-06 | 1 | -1/+1 |