| Commit message (Expand) | Author | Age | Files | Lines |
* | CapturingNetLog - remove maximum entries constructor argument. | mmenke@chromium.org | 2012-06-08 | 1 | -5/+3 |
* | Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry, | mmenke@chromium.org | 2012-06-02 | 1 | -1/+1 |
* | Strip brackets from IPv6 host literals before passing down to PAC script. | eroman@chromium.org | 2012-02-11 | 1 | -1/+24 |
* | base::Bind: Convert net/proxy. | jhawkins@chromium.org | 2011-12-20 | 1 | -48/+48 |
* | Add OVERRIDE throughout net/proxy/* | eroman@chromium.org | 2011-07-22 | 1 | -8/+10 |
* | Update NetLog to be threadsafe. | mmenke@chromium.org | 2010-12-01 | 1 | -1/+3 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -3/+3 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -2/+3 |
* | Reference-count the data used by PAC scripts, so it is shared between threads. | eroman@chromium.org | 2010-07-20 | 1 | -2/+4 |
* | Display the proxy PAC javascript errors in the NetLog. | eroman@chromium.org | 2010-07-14 | 1 | -36/+1 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-09 | 1 | -0/+2 |
* | Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start... | eroman@chromium.org | 2010-07-08 | 1 | -2/+0 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-08 | 1 | -0/+2 |
* | Optimization: reduce the copying of string data between C++ and javascript in... | eroman@chromium.org | 2010-07-01 | 1 | -2/+2 |
* | Add support for international domain names in PAC scripts. This converts non-... | eroman@chromium.org | 2010-06-23 | 1 | -0/+24 |
* | Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing som... | eroman@chromium.org | 2010-06-23 | 1 | -17/+21 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -3/+3 |
* | FAILS tests should not turn the bot red. | vandebo@chromium.org | 2010-06-18 | 1 | -3/+3 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -3/+3 |
* | Update V8 to version 2.2.9 | sgjesse@google.com | 2010-05-11 | 1 | -1/+1 |
* | Change the V8 proxy resolver bindings so that dnsResolve(XXX) returns null wh... | eroman@chromium.org | 2010-05-05 | 1 | -15/+7 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -18/+35 |
* | Fix a crash when calling a PAC binding from the global scope. | eroman@chromium.org | 2010-03-31 | 1 | -0/+28 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -20/+24 |
* | Cleanup the unittest helpers in load_log_unittest.h. | eroman@chromium.org | 2010-01-29 | 1 | -12/+12 |
* | Extend LoadLog to support logging of arbitrary strings, and of network error ... | eroman@chromium.org | 2009-12-21 | 1 | -2/+2 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -4/+4 |
* | Add three of the six extensions to PAC that Internet Explorer supports. | eroman@chromium.org | 2009-10-26 | 1 | -1/+40 |
* | Add the ability to purge memory to the ProxyResolver. | pkasting@chromium.org | 2009-10-13 | 1 | -0/+7 |
* | Add an additional unit-test for when PAC script is missing newline. | eroman@chromium.org | 2009-09-25 | 1 | -4/+23 |
* | Fix a bug where if a PAC script ended with a comment and no newline, it would... | eroman@chromium.org | 2009-09-24 | 1 | -0/+18 |
* | Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi... | eroman@chromium.org | 2009-09-10 | 1 | -65/+106 |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 1 | -45/+50 |
* | Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings. | eroman@chromium.org | 2009-08-02 | 1 | -67/+3 |
* | Remove the concept of threading from ProxyService, and move it into the Proxy... | ericroman@google.com | 2009-07-26 | 1 | -20/+20 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -6/+8 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 1 | -4/+2 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 1 | -2/+4 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 1 | -4/+2 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -4/+7 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Implement the PAC js-binding for "myIpAddress()". | ericroman@google.com | 2009-03-03 | 1 | -1/+14 |
* | split up proxy_service into several files (one per class). | ericroman@google.com | 2009-03-02 | 1 | -2/+3 |
* | Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd... | ericroman@google.com | 2009-03-02 | 1 | -45/+237 |
* | Reverting 10251. | ericroman@google.com | 2009-02-25 | 1 | -1/+2 |
* | Reverting 10250. | ericroman@google.com | 2009-02-24 | 1 | -2/+1 |
* | Add v8 as dependency of net. | ericroman@google.com | 2009-02-24 | 1 | -1/+2 |
* | Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy... | ericroman@google.com | 2009-02-23 | 1 | -0/+232 |