| Commit message (Expand) | Author | Age | Files | Lines |
* | An internal tool shows that the task created by ObjectWatcher::DoneWaiting is... | sergeyu | 2014-10-01 | 1 | -0/+6 |
* | Change ParseHostAndPort() to not include brackets around IPv6 literals. | eroman | 2014-09-24 | 2 | -13/+10 |
* | Add data reduction functionality to all platforms. | kundaji | 2014-09-23 | 1 | -1/+2 |
* | Detect whether a PAC url is present on Android | xunjieli | 2014-09-18 | 2 | -8/+26 |
* | Remove some unused proxy-related histograms. | eroman | 2014-09-16 | 4 | -236/+1 |
* | Refactor IsolateHolder to be able to always create the isolate | jochen | 2014-09-11 | 1 | -2/+4 |
* | Pass in bad proxy to NotifyProxyFallback and not the successful one. | kundaji | 2014-09-09 | 2 | -2/+4 |
* | Use ProxyConfigServiceLinux in the chromoting host to configure proxy. | Sergey Ulanov | 2014-09-06 | 1 | -4/+1 |
* | More fixes for scoped_refptr operator T* removal. | Daniel Cheng | 2014-09-05 | 1 | -2/+2 |
* | Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigService | sergeyu | 2014-09-05 | 9 | -107/+117 |
* | Change base/file_utils.h includes to base/files/file_utils.h in net/ | thestig | 2014-09-04 | 5 | -5/+5 |
* | Move GLIB_DISABLE_DEPRECATION_WARNINGS define to a more general place. | pgal.u-szeged | 2014-08-29 | 1 | -9/+0 |
* | Declaring the weak_ptr_factory in proper order. | kulkarni.a | 2014-08-28 | 2 | -7/+7 |
* | [gcc 4.8] Explicitly initialize net_error in ProxyRetryInfo to fix build failure | vivek.vg@samsung.com | 2014-08-18 | 1 | -1/+1 |
* | Keep track of network error in ProxyRetryInfo. | kundaji@chromium.org | 2014-08-15 | 10 | -68/+110 |
* | Use data reduction proxy when managed proxy config returns direct | bengr@chromium.org | 2014-08-14 | 2 | -5/+15 |
* | Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." | brettw@chromium.org | 2014-08-13 | 3 | -16/+16 |
* | Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace | brettw@chromium.org | 2014-08-13 | 3 | -16/+16 |
* | Removed data compression UMA from ProxyService | bengr@chromium.org | 2014-08-10 | 5 | -154/+84 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 1 | -3/+4 |
* | Remove SPDY_PROXY_AUTH_ORIGIN from net/proxy/proxy_list.cc. | kundaji@chromium.org | 2014-07-28 | 1 | -14/+7 |
* | clang/win: Fix most -Wwriteable-strings warnings. | thakis@chromium.org | 2014-07-23 | 1 | -2/+14 |
* | Add AssertNoURLRequests() to URLRequestContext subclass destructors. | jgraettinger@chromium.org | 2014-07-22 | 1 | -0/+1 |
* | Add Finch experiment for selectively bypassing proxies. | rcs@chromium.org | 2014-07-09 | 3 | -170/+433 |
* | Remove unused SyncProxyServiceHelper. | mmenke@chromium.org | 2014-07-08 | 2 | -109/+0 |
* | Increase timer slack for several mover browser threads. | jeremy@chromium.org | 2014-07-02 | 1 | -1/+3 |
* | Update data reduction bypass UMA to reflect modern usage. | megjablon@chromium.org | 2014-07-01 | 2 | -28/+55 |
* | Flag myIpAddress requests for chromeos | stevenjb@chromium.org | 2014-06-27 | 1 | -1/+6 |
* | Move const string declaration into #ifdef USE_GIO block | dnicoara@chromium.org | 2014-06-19 | 1 | -1/+2 |
* | Bypass data reduction proxy if no handler is found for a 407. | kundaji@chromium.org | 2014-06-16 | 1 | -0/+3 |
* | Moved data reduction proxy bypass logic to a NetworkDelegate | bengr@chromium.org | 2014-06-13 | 2 | -9/+2 |
* | Move PAC DHCP Windows log message back to VLOG() | cbentzel@chromium.org | 2014-06-13 | 1 | -1/+1 |
* | Annotate a third-party leak in SettingGetterImplGSettings::LoadAndCheckVersio... | earthdok@chromium.org | 2014-06-06 | 1 | -5/+10 |
* | Update UMA to track bypasses due to 4xx responses that are missing the proxy'... | bengr@chromium.org | 2014-05-30 | 3 | -25/+87 |
* | Make it possible to build cronet without icu. | mmenke@chromium.org | 2014-05-11 | 1 | -0/+4 |
* | Implement alternative string conversion functions in net/ on Android, | mmenke@chromium.org | 2014-05-10 | 1 | -8/+5 |
* | Make it so net/ can be built without file:// support. | mmenke@chromium.org | 2014-05-07 | 1 | -2/+10 |
* | Move IsStringUTF8/ASCII to base namespace | brettw@chromium.org | 2014-05-07 | 1 | -9/+9 |
* | Fixed Linux build with glib 2.40 (Ubuntu 14.04). | mgiuca@chromium.org | 2014-05-06 | 1 | -3/+9 |
* | Fix Trusty build with clang. | dcheng@chromium.org | 2014-05-01 | 1 | -0/+3 |
* | Renamed namespaces in src/net. | vitalybuka@chromium.org | 2014-04-30 | 3 | -13/+11 |
* | base::Thread will store its |name| as a string, so take the name as a string | pkasting@chromium.org | 2014-04-18 | 1 | -5/+2 |
* | Add net/base/filename_util.h. | sergeyu@chromium.org | 2014-04-09 | 1 | -1/+1 |
* | Make net use v8 through gin | jochen@chromium.org | 2014-04-08 | 3 | -48/+30 |
* | Revert 262487 "Add net/base/filename_util.h." | sergeyu@chromium.org | 2014-04-08 | 1 | -1/+1 |
* | Add net/base/filename_util.h. | sergeyu@chromium.org | 2014-04-08 | 1 | -1/+1 |
* | Support redirectUrl at onHeadersReceived in WebRequest / DWR API | rob@robwu.nl | 2014-03-26 | 2 | -3/+4 |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -9/+9 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -9/+9 |
* | Move ScopedFILE to base namespace and scoped_file.h | brettw@chromium.org | 2014-03-17 | 1 | -1/+2 |