| Commit message (Expand) | Author | Age | Files | Lines |
* | ui/base/resource: Remove dependency on net's big_endian implementation. | tfarina@chromium.org | 2014-02-26 | 1 | -3/+4 |
* | Histogram count of DnsAttempts before DnsTransaction completes successfully o... | mef@chromium.org | 2013-07-20 | 1 | -0/+9 |
* | Make DnsTransaction.Start() never complete synchronously. | mmenke@chromium.org | 2013-07-19 | 1 | -17/+10 |
* | Track DnsAttempt timeout as server failure. | mef@chromium.org | 2013-07-19 | 1 | -1/+2 |
* | Use a direct include of the message_loop header in net/, part 1. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Use a direct include of time headers in net/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 1 | -1/+1 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -3/+3 |
* | Track DNS Server Success and Failure time and use it in next server selection. | mef@chromium.org | 2013-06-07 | 1 | -31/+32 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -24/+23 |
* | DnsTransaction::RecordLostPacketsIfAny shouldn't crash if some attempts faile... | mef@chromium.org | 2013-05-29 | 1 | -4/+6 |
* | [net/dns] Measure performance of adaptive UDP timeout. | mef@chromium.org | 2013-05-23 | 1 | -18/+90 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | Revert 201747 "[net/dns] Measure performance of adaptive UDP tim..." | ppi@chromium.org | 2013-05-23 | 1 | -90/+18 |
* | [net/dns] Measure performance of adaptive UDP timeout. | mef@chromium.org | 2013-05-23 | 1 | -18/+90 |
* | [net/dns] Fix how DnsTransaction computes next server index after fallback. | szym@chromium.org | 2013-05-10 | 1 | -2/+2 |
* | net: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-13 | 1 | -1/+1 |
* | [net/dns] Fix AsyncDNS histograms. | szym@chromium.org | 2013-03-23 | 1 | -3/+3 |
* | [net/dns] Add AsyncDNS.SuffixSearchLength histogram. | szym@chromium.org | 2013-02-08 | 1 | -0/+11 |
* | [net/dns] Handle TC bit on DNS response in DnsTransaction. | szym@chromium.org | 2012-12-20 | 1 | -50/+327 |
* | Keep pool of pre-connected DNS sockets. | ttuttle@chromium.org | 2012-12-14 | 1 | -42/+32 |
* | [net/dns] Add histograms for duration of DnsTask, fallback to ProcTask and Dn... | szym@chromium.org | 2012-10-23 | 1 | -0/+15 |
* | [net/dns] Handle failure in DatagramClientSocket::Connect in DnsUDPAttempt | szym@chromium.org | 2012-09-27 | 1 | -10/+5 |
* | [net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ... | szym@chromium.org | 2012-08-30 | 1 | -8/+18 |
* | [net/dns] Don't conflate all unhandled errors into DNS_SERVER_FAILED. | szym@chromium.org | 2012-08-15 | 1 | -1/+1 |
* | base: Make ScopedVector::clear() destroy elements. | derat@chromium.org | 2012-07-19 | 1 | -2/+1 |
* | base: Remove dereference structure operator (i.e ->) from ScopedVector. | tfarina@chromium.org | 2012-06-30 | 1 | -1/+1 |
* | [net/dns] Histograms for the reasons DnsTransaction failed. | szym@chromium.org | 2012-06-19 | 1 | -1/+1 |
* | NetLogEventParameter to Callback refactoring 4. | mmenke@chromium.org | 2012-06-14 | 1 | -53/+28 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 1 | -0/+6 |
* | [net/dns] Handle synchronous completions of DnsUDPAttempt. | szym@chromium.org | 2012-04-07 | 1 | -71/+106 |
* | [net/dns] Quick fix for a crash on synchronous DnsUDPAttempt completion. | szym@chromium.org | 2012-04-04 | 1 | -2/+6 |
* | [net/dns] Add CHECKs to diagnose crash in DnsResponse::qname. | szym@chromium.org | 2012-03-30 | 1 | -12/+17 |
* | [net/dns] Don't bind to random ports on Windows to keep the firewall happy. | szym@chromium.org | 2012-03-24 | 1 | -1/+9 |
* | [net/dns] Terminate suffix search at NOERROR response even if it includes no ... | szym@chromium.org | 2012-03-21 | 1 | -5/+4 |
* | Remove "base/values.h" import from "base/location.h", fix up downstream files. | isherman@chromium.org | 2012-03-16 | 1 | -0/+1 |
* | [net/dns] Clean-up NetLog for HostResolverImpl::DnsTask | szym@chromium.org | 2012-02-27 | 1 | -7/+11 |
* | [net] Asynchronous DNS ready for experiments. | szym@chromium.org | 2012-02-21 | 1 | -16/+31 |
* | [net/dns] Suffix search list for DnsConfigService and related features. | szym@chromium.org | 2012-02-07 | 1 | -10/+16 |
* | DnsClient refactoring + features (timeout, suffix search, server rotation). | szym@chromium.org | 2012-01-26 | 1 | -201/+454 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -4/+4 |
* | Isolates generic DnsClient from AsyncHostResolver. | szym@chromium.org | 2011-12-08 | 1 | -122/+62 |
* | Revert 113282 - Isolates generic DnsClient from AsyncHostResolver. | cbentzel@chromium.org | 2011-12-07 | 1 | -62/+122 |
* | Isolates generic DnsClient from AsyncHostResolver. | szym@chromium.org | 2011-12-06 | 1 | -122/+62 |
* | Add GetHostCache to HostResolver interface, and use the | mmenke@chromium.org | 2011-10-12 | 1 | -3/+5 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | File reorganization: move AsyncHostResolver files to net/dns. | agayev@chromium.org | 2011-07-22 | 1 | -0/+336 |