| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds TTL argument to HostCache::Set. | szym@chromium.org | 2012-01-21 | 1 | -4/+12 |
* | Revert 118489 since it seems to regress linux-sizes. | sadrul@chromium.org | 2012-01-20 | 1 | -12/+4 |
* | Adds custom ttl argument to HostCache::Set. | szym@chromium.org | 2012-01-20 | 1 | -4/+12 |
* | replace platform conditions with os_posix and os_bsd where applicable | robert.nagy@gmail.com | 2011-11-22 | 1 | -1/+3 |
* | Upstream: Build net_unittests for Android. | jingzhao@chromium.org | 2011-11-21 | 1 | -0/+2 |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 1 | -9/+10 |
* | Remove unused HostResolver::Observer. | szym@chromium.org | 2011-11-15 | 1 | -74/+11 |
* | Refactor: Remove HostResolver::GetAsHostResolverImpl() | cbentzel@chromium.org | 2011-10-21 | 1 | -9/+5 |
* | base::Bind conversion for trivial cases in net/base. | adamk@chromium.org | 2011-10-20 | 1 | -10/+9 |
* | Remove the unused source_net_log parameter from ResolveHelper. This | wtc@chromium.org | 2011-10-12 | 1 | -6/+3 |
* | Add GetHostCache to HostResolver interface, and use the | mmenke@chromium.org | 2011-10-12 | 1 | -0/+3 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -4/+4 |
* | Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac1... | thakis@chromium.org | 2011-09-06 | 1 | -0/+21 |
* | Revert 99666 (sync tests started failing on mac10.6: | thakis@chromium.org | 2011-09-05 | 1 | -21/+0 |
* | Linux: Monitor resolv.conf for changes and use that to reload resolver. | craig.schlenter@chromium.org | 2011-09-05 | 1 | -0/+21 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -2/+2 |
* | HostResolver: don't interpret NULL callback argument as a request to do synch... | agayev@chromium.org | 2011-08-04 | 1 | -73/+106 |
* | HostResolverImpl: don't interpret NULL callback argument as a request to do s... | agayev@chromium.org | 2011-07-28 | 1 | -24/+25 |
* | Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ... | agayev@chromium.org | 2011-07-28 | 1 | -25/+24 |
* | HostResolverImpl: don't interpret NULL callback argument as a request to do s... | agayev@chromium.org | 2011-07-28 | 1 | -24/+25 |
* | AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache. | agayev@chromium.org | 2011-07-21 | 1 | -25/+2 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Upstream android net related code (part 1) | michaelbai@google.com | 2011-07-11 | 1 | -0/+3 |
* | Remove the HostResolverImpl::Shutdown() method. | eroman@chromium.org | 2011-06-15 | 1 | -25/+0 |
* | Added a metric to measure how much time is saved by having | rtenneti@chromium.org | 2011-06-14 | 1 | -0/+17 |
* | Add histograms to measure DNS lookups for different configurations. | mbelshe@chromium.org | 2011-06-10 | 1 | -0/+27 |
* | More POSIX support for Chromium, consisting mostly of broadening ifdefs. This | tony@chromium.org | 2011-06-02 | 1 | -3/+5 |
* | Switch to the new CustomHistogram::ArrayToCustomRanges() utility | joi@chromium.org | 2011-05-26 | 1 | -46/+43 |
* | Revert of 85854 which is a revert of 85852 - Add a command line option | rtenneti@chromium.org | 2011-05-19 | 1 | -15/+20 |
* | Revert 85852 - Add a command line option ("host-resolver-retry-attempts") | rtenneti@chromium.org | 2011-05-19 | 1 | -20/+15 |
* | Add a command line option ("host-resolver-retry-attempts") | rtenneti@chromium.org | 2011-05-19 | 1 | -15/+20 |
* | Added logging of the attempt number whenever we start | rtenneti@chromium.org | 2011-05-18 | 1 | -4/+26 |
* | Miscelaneous cleanups to AddressList to make it harder to mis-use. | eroman@chromium.org | 2011-05-12 | 1 | -8/+34 |
* | Revert of 83710 which reverted 83641 - DNS Host resolver changes | rtenneti@chromium.org | 2011-05-11 | 1 | -43/+174 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-10 | 1 | -6/+4 |
* | Revert 84197 - Add one-time randomization support for FieldTrial, and the abi... | joi@chromium.org | 2011-05-06 | 1 | -4/+6 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-05 | 1 | -6/+4 |
* | Use a MessageLoopProxy rather than manual Lock + MessageLoop* in HostResolver... | eroman@chromium.org | 2011-05-03 | 1 | -71/+32 |
* | Revert 83641 - DNS Host resolver changes with retry logic. Fix for | jar@chromium.org | 2011-05-02 | 1 | -175/+44 |
* | Initialize os_error to 0. | rtenneti@chromium.org | 2011-04-30 | 1 | -1/+1 |
* | DNS Host resolver changes with retry logic. Fix for | rtenneti@chromium.org | 2011-04-30 | 1 | -44/+175 |
* | Undo raw DNS resolver changes, this will be implemented differently, on IO-th... | agayev@chromium.org | 2011-04-27 | 1 | -3/+2 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 1 | -2/+2 |
* | Add a flag to a host resolver request to request that resolution only | mbelshe@chromium.org | 2011-03-02 | 1 | -0/+12 |
* | Update NetLog in preparation for late binding of HttpStream jobs to requests. | willchan@chromium.org | 2011-02-28 | 1 | -1/+1 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -7/+7 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -46/+46 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -3/+3 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -0/+4 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -6/+10 |