| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 1 | -1/+1 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 1 | -1/+1 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 1 | -2/+2 |
* | Restrict file protocol on chromeos to certain whitelisted directories. Disabl... | achuith@chromium.org | 2010-11-11 | 1 | -0/+6 |
* | Make GConf dependency optional. | phajdan.jr@chromium.org | 2010-11-09 | 1 | -0/+6 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-04 | 1 | -0/+8 |
* | Revert 64960 - Turn on file access checks on Win. | rafaelw@chromium.org | 2010-11-03 | 1 | -8/+0 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-03 | 1 | -0/+8 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 4 | -15/+17 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 3 | -14/+14 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Revert 64202 - Initial support for built-in DNS resolver/cache. | yusukes@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Update code that previously constructed strings from string iterators only to... | erikwright@chromium.org | 2010-10-22 | 1 | -1/+1 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | FBTF: Monster ctor patch after changing heuristics in clang plugin. | erg@google.com | 2010-10-18 | 2 | -5/+14 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -1/+1 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -1/+1 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -2/+2 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 2 | -9/+9 |
* | Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ... | eroman@chromium.org | 2010-10-16 | 6 | -212/+185 |
* | Move xdg_util into base/nix. I originally wanted to use base/linux, but you | brettw@chromium.org | 2010-10-16 | 1 | -9/+9 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 7 | -24/+24 |
* | Plumb up the preconnect logic from pools to StreamFactory. | willchan@chromium.org | 2010-10-16 | 2 | -2/+10 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 2 | -2/+1 |
* | Add an option ProxyService::Create() to disable use of proxy auto-config. | eroman@chromium.org | 2010-10-14 | 2 | -34/+77 |
* | Reland fix for OCSP startup race. | willchan@chromium.org | 2010-10-12 | 1 | -0/+1 |
* | Break URLRequestContext=>ProxyScriptFetcher=>URLRequestContext ref cycle. | willchan@chromium.org | 2010-10-12 | 2 | -0/+49 |
* | Revert 62105 - Test change to fix a leak. Will revert after getting in a run... | willchan@chromium.org | 2010-10-10 | 2 | -45/+0 |
* | Test change to fix a leak. Will revert after getting in a run on ChromiumOS ... | willchan@chromium.org | 2010-10-10 | 2 | -0/+45 |
* | Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-08 | 1 | -2/+2 |
* | Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-07 | 1 | -2/+2 |
* | net: plumb DnsRRResolver from IOThread to HttpNetworkSession. | agl@chromium.org | 2010-10-07 | 1 | -2/+2 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 6 | -25/+27 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 7 | -14/+39 |
* | Change the default SOCKS version used by gnome settings (and environment vari... | eroman@chromium.org | 2010-09-28 | 2 | -16/+20 |
* | Change the meaning of the command-line flag --proxy-server="socks://foo" to i... | eroman@chromium.org | 2010-09-27 | 4 | -9/+14 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 5 | -15/+20 |
* | Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t... | eroman@chromium.org | 2010-09-24 | 3 | -18/+53 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 3 | -6/+6 |
* | FBTF: Move code from .h to .cc in net/ | erg@google.com | 2010-09-15 | 7 | -14/+63 |
* | Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi... | tfarina@chromium.org | 2010-09-15 | 2 | -5/+3 |
* | Trying to green up the tree, lots of mac and win red around this cl. | thomasvl@chromium.org | 2010-09-14 | 2 | -3/+5 |
* | net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. | tfarina@chromium.org | 2010-09-14 | 2 | -5/+3 |
* | Make the glob matcher support UTF8 strings. | mnissler@chromium.org | 2010-09-10 | 1 | -2/+1 |
* | Reland r58230. | willchan@chromium.org | 2010-09-07 | 2 | -8/+33 |
* | Fix NetworkChangeNotifier crashes on Mac. | willchan@chromium.org | 2010-09-03 | 2 | -33/+8 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -2/+2 |
* | Stop NetworkChangeNotifierMac from calling a virtual function before the cons... | willchan@chromium.org | 2010-09-01 | 2 | -8/+33 |