summaryrefslogtreecommitdiff
path: root/src/net/dnsclient_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* net: fix tests for /etc/hosts with entries named "test"Matthew Dempsky2017-03-181-3/+3
* net: add Resolver.StrictErrorsPaul Marks2017-03-091-15/+334
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-1/+2
* net: make LookupCNAME's native behavior match its cgo behaviorMatthew Dempsky2016-12-201-46/+35
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-151-4/+8
* net: respect resolv.conf rotate optionDan Peterson2016-09-171-0/+70
* net: restore per-query timeout logicMatthew Dempsky2016-08-291-12/+84
* net: fix a typoMikio Hara2016-08-231-1/+1
* net: don't avoid resolving .local addressesTom Wilkie2016-08-171-4/+5
* net: fix nits found by vetMikio Hara2016-05-111-3/+3
* net: append ":53" to DNS servers when reading resolv.confMatthew Dempsky2016-04-281-2/+2
* net: ignore lame referral responses like libresolvMatthew Dempsky2016-04-261-9/+77
* net: keep waiting for valid DNS response until timeoutMatthew Dempsky2016-04-221-13/+70
* net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick2016-04-181-5/+8
* net: context plumbing, add Dialer.DialContextBrad Fitzpatrick2016-04-151-9/+13
* net: make use of internal/testenv packageMikio Hara2016-04-141-15/+6
* net: don't do DNS for onion and local addressesBrad Fitzpatrick2016-04-021-0/+51
* net: make TestGoLookupIPWithResolverConfig robustMikio Hara2016-02-251-1/+7
* all: fix typos and spellingMartin Möhrmann2016-02-241-2/+2
* net: fix TestUpdateResolvConf after CL 18860Matthew Dempsky2016-02-211-6/+4
* 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