| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-28 | 1 | -26/+27 |
* | Decrease the PAC polling delay even further. | eroman@chromium.org | 2012-01-20 | 1 | -37/+27 |
* | Change the polling policy for PAC scripts to be much less frequent (new: 2 ho... | eroman@chromium.org | 2012-01-18 | 1 | -19/+33 |
* | Don't poll the PAC script during periods of network inactivity. | eroman@chromium.org | 2012-01-13 | 1 | -11/+223 |
* | Poll PAC scripts for content changes. | eroman@chromium.org | 2012-01-05 | 1 | -32/+487 |
* | base::Bind: Convert net/proxy. | jhawkins@chromium.org | 2011-12-20 | 1 | -144/+166 |
* | base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. | jhawkins@chromium.org | 2011-12-15 | 1 | -42/+43 |
* | Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider". | eroman@chromium.org | 2011-12-13 | 1 | -30/+25 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -76/+76 |
* | Only mark a proxy as bad if we have confirmation that another proxy succeeded... | asanka@chromium.org | 2011-08-29 | 1 | -0/+22 |
* | Add OVERRIDE throughout net/proxy/* | eroman@chromium.org | 2011-07-22 | 1 | -3/+4 |
* | Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol. | joi@chromium.org | 2011-05-17 | 1 | -58/+24 |
* | Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc... | joi@chromium.org | 2011-05-17 | 1 | -24/+58 |
* | Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol. | joi@chromium.org | 2011-05-17 | 1 | -58/+24 |
* | Implemented unit tests for ProxyService and fixed a bug | battre@chromium.org | 2011-05-06 | 1 | -0/+237 |
* | Stop refcounting ProxyService. | willchan@chromium.org | 2011-04-27 | 1 | -178/+150 |
* | Allow ProxyConfigService to report "no configuration set" | mnissler@chromium.org | 2011-04-11 | 1 | -11/+11 |
* | net: Remove prefix net:: from some places that already are in namespace net. | tfarina@chromium.org | 2011-01-19 | 1 | -5/+5 |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 1 | -2/+2 |
* | Almost done deinlining virtual methods. | erg@google.com | 2010-12-16 | 1 | -0/+2 |
* | Update NetLog to be threadsafe. | mmenke@chromium.org | 2010-12-01 | 1 | -18/+30 |
* | Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t... | eroman@chromium.org | 2010-09-24 | 1 | -1/+13 |
* | Introduce an artificial 2 second delay after network IP address changes befor... | eroman@chromium.org | 2010-08-26 | 1 | -0/+4 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 1 | -80/+55 |
* | Reference-count the data used by PAC scripts, so it is shared between threads. | eroman@chromium.org | 2010-07-20 | 1 | -24/+26 |
* | Optimization: reduce the copying of string data between C++ and javascript in... | eroman@chromium.org | 2010-07-01 | 1 | -19/+24 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -50/+36 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -102/+126 |
* | Move over another legacy "LoadLog-style" event generator to routing its messa... | eroman@chromium.org | 2010-03-16 | 1 | -33/+44 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -26/+31 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 1 | -33/+33 |
* | Split out the handling of proxy bypass rules into ProxyBypassRules. There are... | eroman@chromium.org | 2010-02-19 | 1 | -238/+18 |
* | Add unittest for r37566 (on PAC failure, should fallback to DIRECT). | eroman@chromium.org | 2010-02-05 | 1 | -5/+9 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -4/+3 |
* | Cleanup the unittest helpers in load_log_unittest.h. | eroman@chromium.org | 2010-01-29 | 1 | -13/+14 |
* | Retry proxies which were cached as bad before giving up. | eroman@chromium.org | 2010-01-12 | 1 | -3/+11 |
* | Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n... | eroman@chromium.org | 2010-01-08 | 1 | -43/+144 |
* | Log the results of proxy resolution to LoadLog when "full logging mode" is en... | eroman@chromium.org | 2010-01-07 | 1 | -4/+4 |
* | Re-order some declarations in ProxyService, to ensure that deletion of InitPr... | eroman@chromium.org | 2010-01-06 | 1 | -0/+64 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 1 | -43/+162 |
* | Extend LoadLog to support logging of arbitrary strings, and of network error ... | eroman@chromium.org | 2009-12-21 | 1 | -3/+3 |
* | Add a new event to LoadLog: | eroman@chromium.org | 2009-12-01 | 1 | -12/+12 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -2/+4 |
* | NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte... | eroman@chromium.org | 2009-11-18 | 1 | -1/+58 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -3/+3 |
* | Fix some style nits in unittests. | eroman@chromium.org | 2009-08-20 | 1 | -3/+3 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 1 | -143/+160 |
* | Instrument ProxyService and InitProxyResolver with LoadLog. | eroman@chromium.org | 2009-08-17 | 1 | -3/+34 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -70/+70 |