| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv... | eroman@chromium.org | 2009-10-26 | 1 | -2/+4 |
* | Add a mechanism to disable IPv6. | eroman@chromium.org | 2009-10-21 | 1 | -0/+5 |
* | Change DNS field trial to focus on congestion window setting | jar@chromium.org | 2009-07-18 | 1 | -6/+10 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -5/+1 |
* | Create A/B test of SDCH | jar@chromium.org | 2009-06-30 | 1 | -2/+5 |
* | Refactor DNS A/B experient, and add test of congestion time limits | jar@chromium.org | 2009-06-27 | 1 | -4/+67 |
* | Ensure that even if the HostResolver outlives the IO thread, its jobs will no... | ericroman@google.com | 2009-06-27 | 1 | -0/+3 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 1 | -13/+13 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 1 | -6/+10 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 1 | -10/+6 |
* | Reverting 19271. | ericroman@google.com | 2009-06-25 | 1 | -9/+5 |
* | Teardown the global host resolver as part of ~ChromeURLRequest() rather than ... | ericroman@google.com | 2009-06-25 | 1 | -5/+9 |
* | Re-land another subset of r18520. | ericroman@google.com | 2009-06-17 | 1 | -5/+21 |
* | Revert 18520. | ericroman@google.com | 2009-06-17 | 1 | -21/+5 |
* | * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer... | ericroman@google.com | 2009-06-16 | 1 | -5/+21 |
* | Add a bug number to a TODO comment. | ericroman@google.com | 2009-06-16 | 1 | -0/+1 |
* | [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer. | ericroman@google.com | 2009-06-15 | 1 | -2/+1 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 1 | -18/+33 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -5/+0 |
* | Change DnsMaster to only access HostResolver only on the IO thread. | ericroman@google.com | 2009-06-11 | 1 | -2/+40 |
* | Test impact of 4 rather than 8 parallel DNS prefetch | jar@chromium.org | 2009-06-01 | 1 | -2/+5 |
* | Make OffTheRecordObserver a Singleton. | mpcomplete@google.com | 2009-05-26 | 1 | -8/+6 |
* | Try to fix test bustage | pkasting@chromium.org | 2009-05-22 | 1 | -4/+7 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-22 | 1 | -12/+7 |
* | Attempt to detect impact of disabling dns prefetching on transaction latency | jar@chromium.org | 2009-03-23 | 1 | -4/+2 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Fix a crash when dns prefetching was being shut down without being started. | phajdan.jr@chromium.org | 2009-02-23 | 1 | -3/+3 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-19 | 1 | -8/+7 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -1/+0 |
* | Persist info about subresources on pages for DNS pre-resolution | jar@chromium.org | 2009-02-17 | 1 | -3/+29 |
* | Revert "Clean up dns prefetch code, and also port it." | tc@google.com | 2009-02-06 | 1 | -2/+12 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-06 | 1 | -12/+2 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -6/+6 |
* | Reverting 8627,8625. | maruel@chromium.org | 2009-01-26 | 1 | -2/+12 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-01-26 | 1 | -12/+2 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -0/+1 |
* | Platform cleanup in chrome/browser/net. | phajdan.jr@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | Reverting 7304 to reapply 7296. It wasn't its fault. | maruel@chromium.org | 2008-12-19 | 1 | -4/+4 |
* | Reverting 7296. | maruel@chromium.org | 2008-12-19 | 1 | -4/+4 |
* | Switched dns_global.cc over to UTF-8 strings. | scherkus@chromium.org | 2008-12-19 | 1 | -4/+4 |
* | Make the autocomplete system and various other connected bits of code use GUR... | pkasting@chromium.org | 2008-12-10 | 1 | -6/+4 |
* | Adaptively identify URL subresources and pre-resolve hosts via DNS | jar@google.com | 2008-11-06 | 1 | -29/+66 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Cleanup of DNS prefetch related files | jar@google.com | 2008-10-27 | 1 | -4/+3 |
* | Avoid using of interlocked increment to facilitate porting. | jar@google.com | 2008-09-28 | 1 | -17/+12 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+463 |