summaryrefslogtreecommitdiff
path: root/src/net/dnsclient_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* net: add timeout to DNS requests sent by TestSpecialDomainNameMichael Munday2016-01-191-1/+1
* net: fix race in testBrad Fitzpatrick2015-12-171-2/+8
* net: prefer error for original name on lookupsDan Peterson2015-12-171-0/+79
* net: fix failing TestGoLookupIPOrderFallbackToFileBenjamin Prosnitz2015-12-031-1/+5
* net: fall back to hosts file if DNS lookup fails, despite orderBenjamin Prosnitz2015-12-021-0/+42
* net: don't return DNS query results including the second best records uncondi...Mikio Hara2015-07-281-0/+154
* net: clean up builtin DNS stub resolver, fix testsMikio Hara2015-07-131-85/+110
* net: redo resolv.conf recheck implementationAlex A Skinner2015-05-151-29/+9
* net: simplify sync.Once calls in testsMikio Hara2015-05-141-3/+3
* net: align temporary file, directory names in testsMikio Hara2015-05-071-1/+1
* net: simplify error messages in testsMikio Hara2015-05-061-9/+8
* net: make go DNS use localhost if resolv.conf is missing or emptyAlex A Skinner2015-04-301-17/+24
* net: fix data race in benchmarksMikio Hara2015-04-011-6/+3
* net: add socket system call hooks for testingMikio Hara2015-03-311-0/+9
* net: fix some typos in commentsIan Lance Taylor2015-01-151-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+246