aboutsummaryrefslogtreecommitdiff
path: root/src/net/dnsclient_unix_test.go
AgeCommit message (Expand)Author
2024-04-14net: add Unwrap to *DNSErrorMateusz Poliwczak
2024-02-19net: prevent unintended retries upon receiving an empty answer response from ...kkhaike
2024-02-09net: don't retry truncated TCP responsesAntonio Ojea
2023-09-04net: respect hosts file when resolving names for WindowsNikita Vaniasin
2023-08-21net: use avoidDNS for search suffixesMateusz Poliwczak
2023-08-04net: use fake DNS dialer for /etc/hosts aliases testsMateusz Poliwczak
2023-08-03net: use the extended RCode from EDNS(0) OPT resourcesMateusz Poliwczak
2023-05-24net/http: fix spelling issues in comments and testsOleksandr Redko
2023-03-24net: call getSystemDNSConfig inside lookupWithFake to avoid nil dereference p...Mateusz Poliwczak
2023-02-27net: skip test affected by local network config on non-builderCuong Manh Le
2023-01-21net: add testing.Short Skip to test affected by local network configurationDavid Chase
2022-11-17net: return errNoSuchHost when no entry found in /etc/hosts and order is host...Mateusz Poliwczak
2022-11-17net: change resolverConfig.dnsConfig to an atomic.PointerIan Lance Taylor
2022-11-15net: use a consistent dnsConfig in hostLookupOrderMateusz Poliwczak
2022-11-10net: add support for /etc/hosts aliases using go resolverMateusz Poliwczak
2022-11-08net: unify CNAME handling across portsRuss Cox
2022-11-01net: support no-reload option for unix go resolverMateusz Poliwczak
2022-09-16net: set AD bit in DNS queries when trust-ad in resolv.confMateusz Poliwczak
2022-08-11net: discard unrooted 254 byte names, not rooted onesMateusz Poliwczak
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-03net: send EDNS(0) packet length in DNS queryIan Lance Taylor
2022-02-15net: increase maximum accepted DNS packet to 1232 bytesIan Lance Taylor
2022-02-15Revert "net: send EDNS(0) packet length in DNS query"Ian Lance Taylor
2022-02-12net: send EDNS(0) packet length in DNS queryIan Lance Taylor
2021-11-05net: accept "." as a valid domain nameFilippo Valsorda
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-07-08net: filter bad names from Lookup functions instead of hard failingRoland Shoemaker
2021-07-01net: don't reject null mx recordsRoland Shoemaker
2021-06-29net: fix failure of TestCVE202133195Xiangdong Ji
2021-06-02net: don't rely on system hosts in TestCVE202133195Roland Shoemaker
2021-05-27net: verify results from Lookup* are valid domain namesRoland Shoemaker
2021-05-27Revert "net: verify results from Lookup* are valid domain names"Roland Shoemaker
2021-05-24net: verify results from Lookup* are valid domain namesRoland Shoemaker
2021-03-23net: make go resolver aware of network parameterZhang Boyang
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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