| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move ScopedFILE to base namespace and scoped_file.h | brettw@chromium.org | 2014-03-17 | 1 | -1/+2 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -3/+3 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 1 | -2/+2 |
* | 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 more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -2/+2 |
* | Use a direct include of the message_loop header in net/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Use a direct include of time headers in net/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -11/+11 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -11/+14 |
* | Change ProxyRules to handle ProxyLists rather than just single ProxyServer in... | marq@google.com | 2013-03-16 | 1 | -12/+15 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Replace FilePath with base::FilePath in net. | brettw@chromium.org | 2013-02-08 | 1 | -10/+10 |
* | Move string tokenizer to base/strings. | brettw@chromium.org | 2013-02-02 | 1 | -2/+2 |
* | Temporarily allow IO to load gsettings. | phajdan.jr@chromium.org | 2012-12-06 | 1 | -5/+10 |
* | Linux: use generated library loader for gsettings. | phajdan.jr@chromium.org | 2012-11-30 | 1 | -92/+22 |
* | net: Fix clang warnings about missing virtual and OVERRIDE annotations. | tfarina@chromium.org | 2012-09-17 | 1 | -8/+11 |
* | Linux: Detect Unity as a desktop environment. | thestig@chromium.org | 2012-07-17 | 1 | -0/+1 |
* | Linux: allow proxy PAC file configurations that use just a file path without ... | mdm@chromium.org | 2012-06-19 | 1 | -1/+4 |
* | Track sources of proxy settings. | asanka@chromium.org | 2012-06-12 | 1 | -9/+15 |
* | Linux: KDE: support recent KDE's socksProxy setting. | mdm@chromium.org | 2012-06-08 | 1 | -6/+5 |
* | Linux: avoid using a NULL MessageLoopForIO to get its MessageLoopProxy in Pro... | mdm@chromium.org | 2012-06-02 | 1 | -1/+1 |
* | Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService. | sergeyu@chromium.org | 2012-05-24 | 1 | -72/+71 |
* | Linux: Add support for new KDE space-delimited proxy port numbers. | mdm@chromium.org | 2012-04-24 | 1 | -4/+13 |
* | Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux. | sergeyu@chromium.org | 2012-04-24 | 1 | -41/+48 |
* | Linux: fix bug 75508, a crash when receiving notifications of proxy settings ... | mdm@chromium.org | 2012-02-06 | 1 | -30/+35 |
* | Linux: convert some CHECK macros to more useful CHECK_* macros in the proxy c... | mdm@chromium.org | 2012-02-03 | 1 | -5/+5 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | Linux: convert some uses of NewRunnable*() to base::Bind() in the proxy code. | mdm@chromium.org | 2011-10-06 | 1 | -28/+8 |
* | Linux: try libgio-2.0.so.0 first and then libgio-2.0.so when trying to use gs... | mdm@chromium.org | 2011-09-22 | 1 | -3/+7 |
* | Linux: enhance some code to try and track down bug 75508. | mdm@chromium.org | 2011-09-19 | 1 | -3/+17 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -3/+3 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -3/+3 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -3/+3 |
* | Linux: fix an incorrect cast and missing dereference that prevented GNOME 3 p... | mdm@chromium.org | 2011-08-16 | 1 | -1/+1 |
* | Add OVERRIDE throughout net/proxy/* | eroman@chromium.org | 2011-07-22 | 1 | -27/+28 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-21 | 1 | -3/+28 |
* | Linux: add an extra CHECK to try and figure out bugs 75508 and 84673. | mdm@chromium.org | 2011-06-02 | 1 | -1/+10 |
* | Linux: split ProxyConfigServiceLinux::SettingGetter::Setting into several enu... | mdm@chromium.org | 2011-05-20 | 1 | -36/+32 |
* | LBYL on GSettings | backer@chromium.org | 2011-05-20 | 1 | -5/+20 |
* | Linux: add support to get proxy settings from GSettings, if available. | mdm@chromium.org | 2011-05-19 | 1 | -16/+393 |
* | Linux: refactor ProxyConfigServiceLinux to use an enum of setting ids rather ... | mdm@chromium.org | 2011-05-17 | 1 | -114/+165 |