| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Remove HostResolver::GetAsHostResolverImpl() | cbentzel@chromium.org | 2011-10-21 | 1 | -7/+3 |
* | Add GetHostCache to HostResolver interface, and use the | mmenke@chromium.org | 2011-10-12 | 1 | -1/+9 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -9/+10 |
* | HostResolver: don't interpret NULL callback argument as a request to do synch... | agayev@chromium.org | 2011-08-04 | 1 | -12/+12 |
* | HostResolverImpl: don't interpret NULL callback argument as a request to do s... | agayev@chromium.org | 2011-07-28 | 1 | -3/+6 |
* | Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ... | agayev@chromium.org | 2011-07-28 | 1 | -6/+3 |
* | HostResolverImpl: don't interpret NULL callback argument as a request to do s... | agayev@chromium.org | 2011-07-28 | 1 | -3/+6 |
* | Implemented AsyncHostResolver -- asynchronous HostResolver! | agayev@chromium.org | 2011-07-21 | 1 | -0/+6 |
* | Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver. | agayev@chromium.org | 2011-07-21 | 1 | -6/+0 |
* | Implemented AsyncHostResolver -- asynchronous HostResolver. | agayev@chromium.org | 2011-07-21 | 1 | -0/+6 |
* | Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver. | agayev@chromium.org | 2011-07-20 | 1 | -6/+0 |
* | Implement AsyncHostResolver, an asynchronous HostResolver. | agayev@chromium.org | 2011-07-20 | 1 | -0/+6 |
* | Remove the HostResolverImpl::Shutdown() method. | eroman@chromium.org | 2011-06-15 | 1 | -3/+0 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -42/+0 |
* | net: Add NET_API to more code, this time what's used by chrome.dll | rvargas@google.com | 2011-05-31 | 1 | -1/+1 |
* | Revert of 85854 which is a revert of 85852 - Add a command line option | rtenneti@chromium.org | 2011-05-19 | 1 | -0/+9 |
* | Revert 85852 - Add a command line option ("host-resolver-retry-attempts") | rtenneti@chromium.org | 2011-05-19 | 1 | -9/+0 |
* | Add a command line option ("host-resolver-retry-attempts") | rtenneti@chromium.org | 2011-05-19 | 1 | -0/+9 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -4/+5 |
* | Undo raw DNS resolver changes, this will be implemented differently, on IO-th... | agayev@chromium.org | 2011-04-27 | 1 | -6/+6 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Remove most unnecessary uses of "net::" in net/base/. | adamk@chromium.org | 2011-03-25 | 1 | -2/+2 |
* | Add a flag to a host resolver request to request that resolution only | mbelshe@chromium.org | 2011-03-02 | 1 | -0/+6 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -4/+2 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -6/+7 |
* | Revert 64202 - Initial support for built-in DNS resolver/cache. | yusukes@chromium.org | 2010-10-28 | 1 | -7/+6 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -6/+7 |
* | Shows the default_address_family on both the DNS tab and in log dumps, | mmenke@chromium.org | 2010-10-07 | 1 | -0/+3 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -10/+9 |
* | FBTF: Moves code to the headers. | erg@google.com | 2010-09-28 | 1 | -2/+2 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -14/+10 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -8/+1 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 1 | -1/+3 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -3/+0 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -3/+1 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -1/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add a command line flag to change the default number of parallel DNS requests... | eroman@chromium.org | 2010-07-17 | 1 | -1/+9 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-09 | 1 | -0/+3 |
* | Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start... | eroman@chromium.org | 2010-07-08 | 1 | -3/+0 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-08 | 1 | -0/+3 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -5/+1 |
* | Make HostResolver NonThreadSafe and not thread safe refcounted. | willchan@chromium.org | 2010-06-03 | 1 | -2/+2 |
* | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 1 | -3/+0 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-08 | 1 | -0/+11 |
* | Flush socket pools and SPDY session pool properly on explicit requests and ne... | willchan@chromium.org | 2010-04-08 | 1 | -0/+3 |
* | Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ... | cbentzel@chromium.org | 2010-04-07 | 1 | -11/+0 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-07 | 1 | -0/+11 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -4/+4 |