summaryrefslogtreecommitdiffstats
path: root/net/dns/dns_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-2/+2
* [net/dns] Handle TC bit on DNS response in DnsTransaction.szym@chromium.org2012-12-201-30/+114
* Keep pool of pre-connected DNS sockets.ttuttle@chromium.org2012-12-141-1/+1
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-4/+4
* [net/dns] Handle failure in DatagramClientSocket::Connect in DnsUDPAttemptszym@chromium.org2012-09-271-5/+34
* [net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ...szym@chromium.org2012-08-301-286/+303
* Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com2012-07-111-4/+2
* [net/dns] Histograms for the reasons DnsTransaction failed.szym@chromium.org2012-06-191-1/+1
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-1/+0
* [net/dns] Handle synchronous completions of DnsUDPAttempt.szym@chromium.org2012-04-071-82/+158
* [net/dns] Quick fix for a crash on synchronous DnsUDPAttempt completion.szym@chromium.org2012-04-041-1/+0
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-2/+2
* [net/dns] Terminate suffix search at NOERROR response even if it includes no ...szym@chromium.org2012-03-211-2/+36
* [net/dns] Serve requests from HOSTS file if possible.szym@chromium.org2012-03-141-1/+1
* Revert 126559 - Broke XP Tests (2)rsleevi@chromium.org2012-03-141-1/+1
* [net/dns] Serve requests from HOSTS file if possible.szym@chromium.org2012-03-141-1/+1
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-5/+5
* [net] Asynchronous DNS ready for experiments.szym@chromium.org2012-02-211-9/+10
* [net/dns] Fixes to DnsConfigServiceWin szym@chromium.org2012-02-111-1/+2
* [net/dns] Suffix search list for DnsConfigService and related features.szym@chromium.org2012-02-071-58/+107
* DnsClient refactoring + features (timeout, suffix search, server rotation).szym@chromium.org2012-01-261-173/+547
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-12/+9
* Isolates generic DnsClient from AsyncHostResolver. szym@chromium.org2011-12-081-183/+103
* Revert 113282 - Isolates generic DnsClient from AsyncHostResolver. cbentzel@chromium.org2011-12-071-89/+183
* Isolates generic DnsClient from AsyncHostResolver. szym@chromium.org2011-12-061-183/+89
* File reorganization: move AsyncHostResolver files to net/dns.agayev@chromium.org2011-07-221-0/+342