| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes to have chrome building with net.dll | rvargas@google.com | 2011-06-03 | 1 | -1/+1 |
* | net: Add net_api to the proxy code. | rvargas@google.com | 2011-05-19 | 1 | -5/+5 |
* | Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol. | joi@chromium.org | 2011-05-17 | 1 | -4/+17 |
* | Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc... | joi@chromium.org | 2011-05-17 | 1 | -17/+4 |
* | Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol. | joi@chromium.org | 2011-05-17 | 1 | -4/+17 |
* | Enable (optional) blocking of webrequests in case a PAC script cannot be fetc... | battre@chromium.org | 2011-05-03 | 1 | -0/+4 |
* | Add a method for PAC script errors to the network delegate. | jochen@chromium.org | 2011-05-03 | 1 | -1/+3 |
* | Stop refcounting ProxyService. | willchan@chromium.org | 2011-04-27 | 1 | -5/+3 |
* | Tag ProxyService as NonThreadSafe. | willchan@chromium.org | 2011-04-14 | 1 | -3/+5 |
* | Allow ProxyConfigService to report "no configuration set" | mnissler@chromium.org | 2011-04-11 | 1 | -3/+5 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 1 | -2/+2 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -3/+3 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -2/+2 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Create a URLRequestContext for PAC fetching. | willchan@chromium.org | 2010-12-23 | 1 | -0/+2 |
* | Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ... | eroman@chromium.org | 2010-10-16 | 1 | -6/+11 |
* | Plumb up the preconnect logic from pools to StreamFactory. | willchan@chromium.org | 2010-10-16 | 1 | -2/+3 |
* | Add an option ProxyService::Create() to disable use of proxy auto-config. | eroman@chromium.org | 2010-10-14 | 1 | -9/+17 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -2/+2 |
* | Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t... | eroman@chromium.org | 2010-09-24 | 1 | -2/+8 |
* | Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi... | tfarina@chromium.org | 2010-09-15 | 1 | -4/+2 |
* | Trying to green up the tree, lots of mac and win red around this cl. | thomasvl@chromium.org | 2010-09-14 | 1 | -2/+4 |
* | net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. | tfarina@chromium.org | 2010-09-14 | 1 | -4/+2 |
* | Display the "effective" proxy settings in about:net-internals. | eroman@chromium.org | 2010-08-28 | 1 | -9/+11 |
* | Introduce an artificial 2 second delay after network IP address changes befor... | eroman@chromium.org | 2010-08-26 | 1 | -0/+13 |
* | Make sure the key into the spdy session pool identifies the actual proxy used... | eroman@chromium.org | 2010-08-25 | 1 | -0/+8 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -3/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 1 | -26/+25 |
* | Change the default number of proxy resolver threads used for evaluating PAC s... | eroman@chromium.org | 2010-07-10 | 1 | -0/+17 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-09 | 1 | -4/+0 |
* | Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start... | eroman@chromium.org | 2010-07-08 | 1 | -0/+4 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-08 | 1 | -4/+0 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -16/+10 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -3/+6 |
* | Move over another legacy "LoadLog-style" event generator to routing its messa... | eroman@chromium.org | 2010-03-16 | 1 | -10/+5 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -14/+14 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 1 | -6/+1 |
* | Split out the handling of proxy bypass rules into ProxyBypassRules. There are... | eroman@chromium.org | 2010-02-19 | 1 | -10/+0 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -1/+1 |
* | Add more functionality to about:net-internals: | eroman@chromium.org | 2010-01-13 | 1 | -0/+15 |
* | Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n... | eroman@chromium.org | 2010-01-08 | 1 | -2/+18 |
* | Log the results of proxy resolution to LoadLog when "full logging mode" is en... | eroman@chromium.org | 2010-01-07 | 1 | -0/+7 |
* | Re-order some declarations in ProxyService, to ensure that deletion of InitPr... | eroman@chromium.org | 2010-01-06 | 1 | -6/+10 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 1 | -9/+0 |
* | Add a new event to LoadLog: | eroman@chromium.org | 2009-12-01 | 1 | -2/+2 |
* | NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte... | eroman@chromium.org | 2009-11-18 | 1 | -0/+5 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -2/+8 |