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