aboutsummaryrefslogtreecommitdiff
path: root/src/net/dnsclient_unix_test.go
AgeCommit message (Expand)Author
2022-02-17[release-branch.go1.16] net: increase maximum accepted DNS packet to 1232 bytesIan Lance Taylor
2021-07-08[release-branch.go1.16] net: filter bad names from Lookup functions instead o...Roland Shoemaker
2021-07-08[release-branch.go1.16] net: don't reject null mx recordsRoland Shoemaker
2021-06-02[release-branch.go1.16] net: don't rely on system hosts in TestCVE202133195Roland Shoemaker
2021-05-27[release-branch.go1.16] net: verify results from Lookup* are valid domain namesRoland Shoemaker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2019-12-24net: fix typo in dns client unix testIsfan Azhabil
2019-10-02net: avoid an infinite loop in LookupAddrMichael Hendricks
2019-06-06net: fix conf.teardown call in TestGoLookupIPOrderFallbackToFileRuss Cox
2019-04-23net: add IsNotFound field to DNSErrorShubham Sharma
2019-04-18net: use DNS over TCP when use-vc is set in resolv.confjfbus
2019-04-17net: support single-request resolv.conf option in pure Go resolverjfbus
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-10-10net: add AIX operating systemClément Chigot
2018-09-27net: concatenate multiple TXT strings in single TXT recordMatthew Waters
2018-09-26net: fail fast for DNS rcode success with no answers of requested typeIan Gudger
2018-07-24net: fix handling of Conns created by Resolver.DialIan Gudger
2018-05-23net: fix DNS NXDOMAIN performance regressionIan Gudger
2018-03-15net: use golang.org/x/net/dns/dnsmessage for DNS resolutionIan Gudger
2017-12-08net: avoid race on test hooks with DNS goroutinesIan Lance Taylor
2017-06-08net: support all PacketConn and Conn returned by Resolver.DialBen Burkert
2017-05-12net: allow Resolver to use a custom dialerMatt Harden
2017-05-04all: use time.Time.Equal instead of == in some testsBrad Fitzpatrick
2017-03-18net: fix tests for /etc/hosts with entries named "test"Matthew Dempsky
2017-03-09net: add Resolver.StrictErrorsPaul Marks
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-12-20net: make LookupCNAME's native behavior match its cgo behaviorMatthew Dempsky
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-09-17net: respect resolv.conf rotate optionDan Peterson
2016-08-29net: restore per-query timeout logicMatthew Dempsky
2016-08-23net: fix a typoMikio Hara
2016-08-17net: don't avoid resolving .local addressesTom Wilkie
2016-05-11net: fix nits found by vetMikio Hara
2016-04-28net: append ":53" to DNS servers when reading resolv.confMatthew Dempsky
2016-04-26net: ignore lame referral responses like libresolvMatthew Dempsky
2016-04-22net: keep waiting for valid DNS response until timeoutMatthew Dempsky
2016-04-18net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-04-14net: make use of internal/testenv packageMikio Hara
2016-04-02net: don't do DNS for onion and local addressesBrad Fitzpatrick
2016-02-25net: make TestGoLookupIPWithResolverConfig robustMikio Hara
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-21net: fix TestUpdateResolvConf after CL 18860Matthew Dempsky
2016-01-19net: add timeout to DNS requests sent by TestSpecialDomainNameMichael Munday
2015-12-17net: fix race in testBrad Fitzpatrick
2015-12-17net: prefer error for original name on lookupsDan Peterson
2015-12-03net: fix failing TestGoLookupIPOrderFallbackToFileBenjamin Prosnitz
2015-12-02net: fall back to hosts file if DNS lookup fails, despite orderBenjamin Prosnitz