| Commit message (Expand) | Author | Age | Files | Lines |
* | Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec... | eroman@chromium.org | 2010-01-07 | 1 | -0/+4 |
* | Some small comment fixes for HostResolver and DnsMaster. | eroman@chromium.org | 2009-11-23 | 1 | -2/+3 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -5/+7 |
* | Add a command line flag to force all network traffic through a particular ser... | mbelshe@google.com | 2009-11-03 | 1 | -5/+7 |
* | Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv... | eroman@chromium.org | 2009-10-26 | 1 | -2/+5 |
* | Add a mechanism to disable IPv6. | eroman@chromium.org | 2009-10-21 | 1 | -0/+13 |
* | Fixed a few data races on reference counters. | timurrrr@chromium.org | 2009-09-17 | 1 | -1/+1 |
* | Add a visualizer for the HostCache (DNS cache) on the network internals page. | eroman@chromium.org | 2009-09-02 | 1 | -0/+5 |
* | Fix access control. | maruel@chromium.org | 2009-08-28 | 1 | -2/+4 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -6/+6 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -4/+12 |
* | Update a bug number referenced by some TODOs, to point at the new bug for tra... | eroman@chromium.org | 2009-08-03 | 1 | -1/+1 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -141/+18 |
* | Ensure that even if the HostResolver outlives the IO thread, its jobs will no... | ericroman@google.com | 2009-06-27 | 1 | -0/+6 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 1 | -2/+2 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 1 | -2/+2 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 1 | -2/+2 |
* | Re-land second-to-last subset of r18520 (now everything is relanded except no... | ericroman@google.com | 2009-06-17 | 1 | -0/+4 |
* | Re-land another subset of r18520. | ericroman@google.com | 2009-06-17 | 1 | -4/+9 |
* | Revert 18520. | ericroman@google.com | 2009-06-17 | 1 | -13/+4 |
* | * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer... | ericroman@google.com | 2009-06-16 | 1 | -4/+13 |
* | [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer. | ericroman@google.com | 2009-06-15 | 1 | -4/+19 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 1 | -7/+73 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -17/+121 |
* | Prevent making real DNS lookups by chrome tests. | phajdan.jr@chromium.org | 2009-03-27 | 1 | -0/+3 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-19 | 1 | -4/+3 |
* | Revert "Clean up dns prefetch code, and also port it." | tc@google.com | 2009-02-06 | 1 | -3/+4 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-06 | 1 | -4/+3 |
* | Add more unit tests for net/base/host_resolver. | phajdan.jr@chromium.org | 2009-01-29 | 1 | -1/+15 |
* | Reverting 8627,8625. | maruel@chromium.org | 2009-01-26 | 1 | -4/+5 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-01-26 | 1 | -5/+4 |
* | Add support for mock DNS queries. This allows us to eliminate | darin@google.com | 2008-09-24 | 1 | -0/+24 |
* | Build host_resolver on the Mac | mmentovai@google.com | 2008-09-09 | 1 | -2/+1 |
* | 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 | -0/+2 |
* | A more portable HostResolver implementation. | darin@google.com | 2008-07-30 | 1 | -7/+16 |
* | Create a constructor to construct an AddressList::Data | wtc@google.com | 2008-07-28 | 1 | -7/+9 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+72 |