| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 1 | -132/+92 |
* | Reference-count the data used by PAC scripts, so it is shared between threads. | eroman@chromium.org | 2010-07-20 | 1 | -4/+3 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Display the proxy PAC javascript errors in the NetLog. | eroman@chromium.org | 2010-07-14 | 1 | -9/+21 |
* | Change the default number of proxy resolver threads used for evaluating PAC s... | eroman@chromium.org | 2010-07-10 | 1 | -4/+8 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-09 | 1 | -35/+61 |
* | Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start... | eroman@chromium.org | 2010-07-08 | 1 | -61/+35 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-08 | 1 | -35/+61 |
* | Optimization: reduce the copying of string data between C++ and javascript in... | eroman@chromium.org | 2010-07-01 | 1 | -1/+1 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -21/+8 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -9/+9 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 1 | -13/+16 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 1 | -5/+6 |
* | Fix a deadlock that could happen during shutdown if a host resolve request wa... | eroman@chromium.org | 2010-04-17 | 1 | -10/+20 |
* | Add support for attaching custom parameters to NetLog events. | eroman@chromium.org | 2010-04-09 | 1 | -3/+3 |
* | Move over another legacy "LoadLog-style" event generator to routing its messa... | eroman@chromium.org | 2010-03-16 | 1 | -8/+11 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -50/+51 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 1 | -39/+2 |
* | Split out the handling of proxy bypass rules into ProxyBypassRules. There are... | eroman@chromium.org | 2010-02-19 | 1 | -85/+1 |
* | Add unittest for r37566 (on PAC failure, should fallback to DIRECT). | eroman@chromium.org | 2010-02-05 | 1 | -4/+14 |
* | Add a histogram to record how long fetching the system proxy settings takes: | eroman@chromium.org | 2010-01-28 | 1 | -0/+11 |
* | Add more functionality to about:net-internals: | eroman@chromium.org | 2010-01-13 | 1 | -0/+8 |
* | Retry proxies which were cached as bad before giving up. | eroman@chromium.org | 2010-01-12 | 1 | -1/+1 |
* | Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n... | eroman@chromium.org | 2010-01-08 | 1 | -5/+28 |
* | Log the results of proxy resolution to LoadLog when "full logging mode" is en... | eroman@chromium.org | 2010-01-07 | 1 | -11/+26 |
* | Remove the implicit fallback to DIRECT when proxies fail. This better matches... | eroman@chromium.org | 2010-01-05 | 1 | -60/+12 |
* | Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ... | hayato@chromium.org | 2009-12-10 | 1 | -0/+1 |
* | Fixes to the string MatchPattern functions: | tony@chromium.org | 2009-12-03 | 1 | -1/+1 |
* | Add a new event to LoadLog: | eroman@chromium.org | 2009-12-01 | 1 | -7/+15 |
* | NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte... | eroman@chromium.org | 2009-11-18 | 1 | -9/+32 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -1/+3 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+4 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 1 | -8/+3 |
* | Add the ability to purge memory to the ProxyResolver. | pkasting@chromium.org | 2009-10-13 | 1 | -0/+5 |
* | Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi... | eroman@chromium.org | 2009-09-10 | 1 | -5/+3 |
* | Aesthetic changes to the proxy configuration log format. | eroman@chromium.org | 2009-09-06 | 1 | -2/+0 |
* | Linux: get GNOME or KDE proxy settings. | mdm@chromium.org | 2009-08-28 | 1 | -8/+12 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 1 | -0/+3 |
* | Instrument ProxyService and InitProxyResolver with LoadLog. | eroman@chromium.org | 2009-08-17 | 1 | -12/+48 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -19/+19 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -12/+19 |
* | Don't mutate |config_| after failing proxy-autodetect. | eroman@chromium.org | 2009-08-05 | 1 | -5/+7 |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 1 | -75/+70 |
* | Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h. | eroman@chromium.org | 2009-08-04 | 1 | -13/+4 |
* | Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings. | eroman@chromium.org | 2009-08-02 | 1 | -2/+3 |
* | Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by... | ericroman@google.com | 2009-07-28 | 1 | -4/+15 |