summaryrefslogtreecommitdiff
path: root/src/net/dnsclient_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* net: filter bad names from Lookup functions instead of hard failingRoland Shoemaker2021-07-081-49/+173
* net: don't reject null mx recordsRoland Shoemaker2021-07-011-0/+40
* net: fix failure of TestCVE202133195Xiangdong Ji2021-06-291-4/+4
* net: don't rely on system hosts in TestCVE202133195Roland Shoemaker2021-06-021-19/+20
* net: verify results from Lookup* are valid domain namesRoland Shoemaker2021-05-271-0/+157
* Revert "net: verify results from Lookup* are valid domain names"Roland Shoemaker2021-05-271-121/+0
* net: verify results from Lookup* are valid domain namesRoland Shoemaker2021-05-241-0/+121
* net: make go resolver aware of network parameterZhang Boyang2021-03-231-2/+2
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* os, net: define and use os.ErrDeadlineExceededIan Lance Taylor2020-04-251-8/+7
* net: fix typo in dns client unix testIsfan Azhabil2019-12-241-1/+1
* net: avoid an infinite loop in LookupAddrMichael Hendricks2019-10-021-0/+47
* net: fix conf.teardown call in TestGoLookupIPOrderFallbackToFileRuss Cox2019-06-061-1/+2
* net: add IsNotFound field to DNSErrorShubham Sharma2019-04-231-4/+34
* net: use DNS over TCP when use-vc is set in resolv.confjfbus2019-04-181-3/+30
* net: support single-request resolv.conf option in pure Go resolverjfbus2019-04-171-0/+74
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-1/+1
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-1/+1
* net: add AIX operating systemClément Chigot2018-10-101-1/+1
* net: concatenate multiple TXT strings in single TXT recordMatthew Waters2018-09-271-0/+53
* net: fail fast for DNS rcode success with no answers of requested typeIan Gudger2018-09-261-55/+88
* net: fix handling of Conns created by Resolver.DialIan Gudger2018-07-241-22/+55
* net: fix DNS NXDOMAIN performance regressionIan Gudger2018-05-231-17/+31
* net: use golang.org/x/net/dns/dnsmessage for DNS resolutionIan Gudger2018-03-151-241/+376
* net: avoid race on test hooks with DNS goroutinesIan Lance Taylor2017-12-081-0/+41
* net: support all PacketConn and Conn returned by Resolver.DialBen Burkert2017-06-081-12/+66
* net: allow Resolver to use a custom dialerMatt Harden2017-05-121-92/+170
* all: use time.Time.Equal instead of == in some testsBrad Fitzpatrick2017-05-041-1/+1
* 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