| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -7/+8 |
* | 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 | -7/+7 |
* | net: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Linux: allow proxy PAC file configurations that use just a file path without ... | mdm@chromium.org | 2012-06-19 | 1 | -0/+15 |
* | Track sources of proxy settings. | asanka@chromium.org | 2012-06-12 | 1 | -2/+2 |
* | Linux: KDE: support recent KDE's socksProxy setting. | mdm@chromium.org | 2012-06-08 | 1 | -0/+32 |
* | Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService. | sergeyu@chromium.org | 2012-05-24 | 1 | -2/+2 |
* | Linux: Add support for new KDE space-delimited proxy port numbers. | mdm@chromium.org | 2012-04-24 | 1 | -0/+19 |
* | Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux. | sergeyu@chromium.org | 2012-04-24 | 1 | -3/+3 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -3/+1 |
* | Convert more NewRunnable* to base::Bind(). | mdm@chromium.org | 2011-12-06 | 1 | -7/+9 |
* | Add OVERRIDE throughout net/proxy/* | eroman@chromium.org | 2011-07-22 | 1 | -16/+19 |
* | Linux: split ProxyConfigServiceLinux::SettingGetter::Setting into several enu... | mdm@chromium.org | 2011-05-20 | 1 | -17/+18 |
* | Linux: refactor ProxyConfigServiceLinux to use an enum of setting ids rather ... | mdm@chromium.org | 2011-05-17 | 1 | -45/+47 |
* | Linux: call WatchFileDescriptor on the file thread to monitor KDE proxy setti... | mdm@chromium.org | 2011-05-10 | 1 | -2/+2 |
* | Fix problem when interpreting Gnome proxy settings, where http, https, and ft... | eroman@chromium.org | 2011-04-30 | 1 | -0/+52 |
* | Allow ProxyConfigService to report "no configuration set" | mnissler@chromium.org | 2011-04-11 | 1 | -30/+113 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Change the default SOCKS version used by gnome settings (and environment vari... | eroman@chromium.org | 2010-09-28 | 1 | -6/+6 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -7/+8 |
* | base: rename Environment::GetEnv to Environment::GetVar. | tfarina@chromium.org | 2010-08-07 | 1 | -1/+1 |
* | base: rename Environment::SetEnv to Environment::SetVar. | tfarina@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | base: rename Environment::UnSetEnv to Environment::UnSetVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+3 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -35/+35 |
* | Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -1/+6 |
* | Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -6/+1 |
* | base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -1/+6 |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 1 | -18/+19 |
* | base: Return bool instead of void in EnvVarGetter::SetEnv. | tfarina@chromium.org | 2010-07-16 | 1 | -1/+3 |
* | KDE treats all host patterns as wildcard patterns | davidben@chromium.org | 2010-07-09 | 1 | -5/+26 |
* | base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs. | tfarina@chromium.org | 2010-07-08 | 1 | -0/+3 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 1 | -5/+1 |
* | Implement KDE ReversedException setting in Chrome | davidben@chromium.org | 2010-06-14 | 1 | -4/+8 |
* | Use KDEHOME variable instead of KDE_HOME for locating KDE directory | davidben@chromium.org | 2010-06-12 | 1 | -18/+18 |
* | Linux: check the timestamps of .kde and .kde4 to figure out which to use for ... | mdm@chromium.org | 2010-06-10 | 1 | -0/+18 |
* | Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa... | eroman@chromium.org | 2010-06-08 | 1 | -2/+1 |
* | Linux: Fix kde no_proxy environment variable handling. | mattm@chromium.org | 2010-05-18 | 1 | -1/+62 |
* | Linux: Use .kde4 for proxy settings when it is present and we are running und... | mdm@chromium.org | 2010-04-08 | 1 | -10/+122 |
* | Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r... | thestig@chromium.org | 2010-04-03 | 1 | -12/+8 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 1 | -122/+141 |
* | Split out the handling of proxy bypass rules into ProxyBypassRules. There are... | eroman@chromium.org | 2010-02-19 | 1 | -50/+5 |