| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a regression whereby full-granularity network events were being captured ... | eroman@chromium.org | 2010-08-31 | 1 | -1/+1 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 2 | -1/+15 |
* | Refactor: Address a TODO about renaming a function. | eroman@chromium.org | 2010-08-31 | 4 | -15/+15 |
* | Move the pretty-printing of proxy settings from the C++ code to javascript. | eroman@chromium.org | 2010-08-31 | 3 | -289/+52 |
* | Display the "effective" proxy settings in about:net-internals. | eroman@chromium.org | 2010-08-28 | 6 | -38/+92 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+0 |
* | Added missing MS PAC extensions for IPv6: | ziadh@chromium.org | 2010-08-26 | 3 | -28/+182 |
* | Introduce an artificial 2 second delay after network IP address changes befor... | eroman@chromium.org | 2010-08-26 | 6 | -13/+208 |
* | Refactor: change the spdy session pool key to take a ProxyServer instead of a... | eroman@chromium.org | 2010-08-25 | 3 | -7/+90 |
* | Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy. | eroman@chromium.org | 2010-08-25 | 6 | -36/+44 |
* | Make sure the key into the spdy session pool identifies the actual proxy used... | eroman@chromium.org | 2010-08-25 | 3 | -1/+57 |
* | chromeos: 1st draft of ProxyConfigService for chromeos | kuan@chromium.org | 2010-08-24 | 1 | -1/+5 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 1 | -1/+2 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 4 | -11/+2 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 7 | -16/+6 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -2/+1 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -1/+2 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 2 | -45/+46 |
* | Watch the Internet Explorer registry keys so we can detect proxy settings cha... | eroman@chromium.org | 2010-08-17 | 4 | -18/+191 |
* | Emit an event to NetLog whenever the proxy settings change. | eroman@chromium.org | 2010-08-13 | 4 | -121/+177 |
* | base: rename Environment::GetEnv to Environment::GetVar. | tfarina@chromium.org | 2010-08-07 | 2 | -9/+9 |
* | base: rename Environment::SetEnv to Environment::SetVar. | tfarina@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). | viettrungluu@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | base: rename Environment::UnSetEnv to Environment::UnSetVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+3 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 4 | -0/+4 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 3 | -49/+49 |
* | Address a TODO: use HostPortPair rather than a naked host string. | eroman@chromium.org | 2010-08-02 | 3 | -10/+7 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 2 | -4/+10 |
* | Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -1/+6 |
* | Convert src/net to use std::string/char* for DictionaryValue keys. | viettrungluu@chromium.org | 2010-07-31 | 1 | -3/+3 |
* | 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 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 3 | -8/+8 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 2 | -3/+6 |
* | Use notification-based API for getting system proxy settings on Mac rather th... | eroman@chromium.org | 2010-07-30 | 3 | -9/+142 |
* | Fix a typo, that could cause a crash on mac. | eroman@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -3/+8 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 27 | -0/+27 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 2 | -15/+8 |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 14 | -299/+527 |