| Commit message (Expand) | Author | Age | Files | Lines |
* | [net] Change factory methods for HostResolver and HostCache to return a scope... | szym@chromium.org | 2012-10-22 | 1 | -35/+31 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | [net/dns] Turn DnsConfigService on by default. | szym@chromium.org | 2012-05-31 | 1 | -0/+4 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from net. | thestig@chromium.org | 2012-05-17 | 1 | -1/+0 |
* | Add DNS configuration information to about:net-internals#dns, | mmenke@chromium.org | 2012-03-29 | 1 | -0/+9 |
* | [net/dns] Serve requests from HOSTS file if possible. | szym@chromium.org | 2012-03-14 | 1 | -4/+4 |
* | Revert 126559 - Broke XP Tests (2) | rsleevi@chromium.org | 2012-03-14 | 1 | -4/+4 |
* | [net/dns] Serve requests from HOSTS file if possible. | szym@chromium.org | 2012-03-14 | 1 | -4/+4 |
* | [net] Asynchronous DNS ready for experiments. | szym@chromium.org | 2012-02-21 | 1 | -3/+5 |
* | [net/dns] Refactoring of job dispatch in HostResolverImpl in preparation for ... | szym@chromium.org | 2012-02-01 | 1 | -1/+7 |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 1 | -2/+2 |
* | Remove unused HostResolver::Observer. | szym@chromium.org | 2011-11-15 | 1 | -38/+3 |
* | Cleanup: Remove unneeded forward declararations in net. | thestig@chromium.org | 2011-11-11 | 1 | -1/+0 |
* | 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 |