| Commit message (Expand) | Author | Age | Files | Lines |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -148/+0 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | [net] Add HostResolverDispatch field trial. | szym@chromium.org | 2012-12-21 | 1 | -6/+66 |
* | [net] Add HostResolver::SetDnsClientEnabled to support dynamic preference (fo... | szym@chromium.org | 2012-11-17 | 1 | -13/+4 |
* | [net] Change factory methods for HostResolver and HostCache to return a scope... | szym@chromium.org | 2012-10-22 | 1 | -0/+58 |
* | Add DNS configuration information to about:net-internals#dns, | mmenke@chromium.org | 2012-03-29 | 1 | -1/+5 |
* | Refactor: Remove HostResolver::GetAsHostResolverImpl() | cbentzel@chromium.org | 2011-10-21 | 1 | -2/+1 |
* | Add GetHostCache to HostResolver interface, and use the | mmenke@chromium.org | 2011-10-12 | 1 | -0/+4 |
* | HostResolver: don't interpret NULL callback argument as a request to do synch... | agayev@chromium.org | 2011-08-04 | 1 | -1/+0 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -61/+0 |
* | 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/+1 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -3/+3 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -0/+8 |
* | FBTF: Moves code to the headers. | erg@google.com | 2010-09-28 | 1 | -0/+6 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -3/+2 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -0/+10 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -2/+2 |
* | Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec... | eroman@chromium.org | 2010-01-07 | 1 | -3/+8 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -4/+4 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -2/+4 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -606/+2 |
* | Ensure that even if the HostResolver outlives the IO thread, its jobs will no... | ericroman@google.com | 2009-06-27 | 1 | -1/+14 |
* | Re-land final subset of r18520. | ericroman@google.com | 2009-06-17 | 1 | -1/+13 |
* | Re-land second-to-last subset of r18520 (now everything is relanded except no... | ericroman@google.com | 2009-06-17 | 1 | -0/+9 |
* | Re-land another subset of r18520. | ericroman@google.com | 2009-06-17 | 1 | -4/+8 |
* | Re-land a subset of r18520. | ericroman@google.com | 2009-06-17 | 1 | -1/+6 |
* | Revert 18520. | ericroman@google.com | 2009-06-17 | 1 | -36/+6 |
* | * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer... | ericroman@google.com | 2009-06-16 | 1 | -6/+36 |
* | [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer. | ericroman@google.com | 2009-06-15 | 1 | -3/+2 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 1 | -28/+87 |
* | Remove a DCHECK which is being hit because of a unit-test's particular setup. | ericroman@google.com | 2009-06-12 | 1 | -1/+4 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -64/+310 |
* | Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux. | evan@chromium.org | 2009-06-05 | 1 | -2/+76 |
* | Revert "Use res_ninit for thread safety and a timer for reloading resolv.conf... | willchan@chromium.org | 2009-06-04 | 1 | -72/+1 |
* | Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux. | evan@chromium.org | 2009-06-03 | 1 | -1/+72 |
* | Work around linux resolver problem where changes to resolv.conf go unnoticed ... | evan@chromium.org | 2009-05-27 | 1 | -0/+10 |
* | Add #if defined(OS_WIN) for the previous change, which only | wtc@chromium.org | 2009-05-22 | 1 | -1/+5 |
* | AI_ADDRCONFIG is not necessary on Windows because its | wtc@chromium.org | 2009-05-15 | 1 | -2/+23 |
* | Prevent making real DNS lookups by chrome tests. | phajdan.jr@chromium.org | 2009-03-27 | 1 | -4/+7 |
* | Revert "Clean up dns prefetch code, and also port it." | tc@google.com | 2009-02-06 | 1 | -20/+4 |
* | Fix HostResolver crash when MessageLoop is destroyed during | phajdan.jr@chromium.org | 2009-02-06 | 1 | -4/+20 |
* | Add more unit tests for net/base/host_resolver. | phajdan.jr@chromium.org | 2009-01-29 | 1 | -6/+17 |
* | Add the CertVerifier class. It is based on the | wtc@google.com | 2008-12-19 | 1 | -3/+3 |
* | fix minor whitespace issues | darin@chromium.org | 2008-09-24 | 1 | -1/+1 |
* | Add support for mock DNS queries. This allows us to eliminate | darin@google.com | 2008-09-24 | 1 | -3/+21 |
* | Build host_resolver on the Mac | mmentovai@google.com | 2008-09-09 | 1 | -1/+0 |
* | Modify HostResolver slightly to build on posix as well as windows. | dkegel@google.com | 2008-09-05 | 1 | -0/+10 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Document that the callback parameter of | wtc@google.com | 2008-07-30 | 1 | -1/+1 |