| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 4 | -6/+8 |
* | Remove NetLog::LOG_BASIC. | davidben@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | Allow the content browser client to specify a special cookie store to be | tburkard@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | Revert 256579 "Allow the content browser client to specify a spe..." | peter@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | Allow the content browser client to specify a special cookie store to be | tburkard@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 | 11 | -83/+1 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -4/+4 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 5 | -7/+7 |
* | Do not retry data reduction proxy on direct request failure | bengr@chromium.org | 2014-02-27 | 6 | -78/+62 |
* | Convert scoped_ptr_malloc -> scoped_ptr, part 2. | viettrungluu@chromium.org | 2014-02-26 | 2 | -6/+5 |
* | Bypass data reduction proxy if response not via it | bengr@chromium.org | 2014-02-06 | 1 | -0/+3 |
* | Implement support for QUIC proxies in ProxyServer | rch@chromium.org | 2014-02-05 | 3 | -2/+28 |
* | Update V8 to version 3.24.30.1 (based on bleeding_edge revision r19017). | machenbach@chromium.org | 2014-02-03 | 1 | -2/+2 |
* | Fix uninits introduced by r241374. | earthdok@chromium.org | 2014-01-24 | 1 | -2/+4 |
* | Added Dev host for data reduction proxy controlled by Finch experiment. | bolian@chromium.org | 2014-01-14 | 1 | -1/+6 |
* | Provide an Isolate for v8::ObjectTemplate::New. | svenpanne@chromium.org | 2014-01-08 | 1 | -1/+2 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 1 | -2/+2 |
* | Remove HttpTransactionDelegate and all users (LoadTimeStats). | rvargas@chromium.org | 2013-12-27 | 2 | -7/+0 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 10 | -20/+28 |
* | Added tests for ProxyList::UpdateRetryInfoOnFallback | bengr@chromium.org | 2013-12-19 | 3 | -21/+63 |
* | Add a preference (proxy.quick_check_enabled, default true) to control QuickCh... | ellyjones@chromium.org | 2013-12-17 | 5 | -5/+54 |
* | Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies | bengr@chromium.org | 2013-12-13 | 5 | -40/+84 |
* | Don't use (almost) deprecated FunctionTemplate::New version. | svenpanne@chromium.org | 2013-12-09 | 1 | -7/+9 |
* | Revert 239400 "Revert 239280 "Move more file_util functions to b..." | thakis@chromium.org | 2013-12-08 | 1 | -1/+1 |
* | Revert 239280 "Move more file_util functions to base namespace." | thakis@chromium.org | 2013-12-08 | 1 | -1/+1 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-07 | 1 | -1/+1 |
* | Move Touch to base namespace, remove SetLastModifiedTime. | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -2/+2 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Remove usage of deprecated V8 API from net/ | svenpanne@chromium.org | 2013-11-28 | 1 | -28/+43 |
* | Revert 237095 "LOG(INFO) tidying in net/" | scottmg@chromium.org | 2013-11-25 | 1 | -1/+1 |
* | LOG(INFO) tidying in net/ | scottmg@chromium.org | 2013-11-25 | 1 | -1/+1 |
* | wpad: do dhcp discovery before trying quickcheck | ellyjones@chromium.org | 2013-11-25 | 2 | -36/+99 |
* | Remove deprecated v8::External::New calls (chromium side) | jochen@chromium.org | 2013-11-18 | 1 | -1/+1 |
* | Disable QuickCheck and unit tests. | ellyjones@chromium.org | 2013-11-14 | 2 | -1/+3 |
* | Enter the v8 isolate before using it in the proxy resolver | jochen@chromium.org | 2013-11-14 | 1 | -0/+6 |