aboutsummaryrefslogtreecommitdiff
path: root/src/net/lookup_test.go
AgeCommit message (Expand)Author
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-29net: fix lookupHost on Plan 9David du Colombier
2024-04-14net: add Unwrap to *DNSErrorMateusz Poliwczak
2024-02-19net: move go/cgo resolver forcing functions to one fileMateusz Poliwczak
2023-10-23net: set IsNotFound on windows and plan9 DNS queriesMateusz Poliwczak
2023-10-02net: handle the network parameter properly in LookupPortMateusz Poliwczak
2023-09-28net: set IsNotFound for unknown services in LookupPortMateusz Poliwczak
2023-09-18net: enable most tests on wasip1 and jsBryan C. Mills
2023-05-24net: root the nodata test domain to avoid search domainsMateusz Poliwczak
2023-04-27net: rewrite and simplify resolver configurationIan Lance Taylor
2023-04-11net: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-04net: treat EAI_NODATA as errNoSuchHostMateusz Poliwczak
2023-03-31net: unskip TestConcurrentPreferGoResolversDial on Windowsqmuntal
2023-02-24net: inline ios check in testsTobias Klauser
2022-11-30net: reenable SRV tests with _ldap._tcp.google.comDamien Neil
2022-11-11net: disable TestLookupDotsWithRemoteSource and TestLookupGoogleSRVMichael Anthony Knyszek
2022-11-08net: unify CNAME handling across portsRuss Cox
2022-11-02net: store IPv4 returned from cgo resolver as 4-byte slice net.IPZeke Lu
2022-09-07net: use strings.Buildercuiweixie
2022-08-26net: Resolver.LookupIP return error for empty stringianwoolf
2022-08-17net: revert "reenable TestLookupLongTXT"Damien Neil
2022-08-17net: reenable TestLookupLongTXTDamien Neil
2022-02-09net: fix a race in TestLookupContextCancelBryan C. Mills
2021-12-15net: skip Lookup tests of external hosts on builders with flaky networksBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-13net: don't check "invalid.invalid" lookup errors in TestLookupHostCancelBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-02net: consistently return DNSError on lookup failureIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-28net: add (*Resolver).LookupIPIan Gudger
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-02-05net: don't check LookupHost error in TestLookupNullByteDmitri Shuralyov
2020-01-03all: fix invalid invocations of Fatalf in goroutinesEmmanuel T Odeke
2019-10-16net: fix multicast and IPv6 related issues on Plan 9Fazlul Shahriar
2019-10-12net: use case-insensitive host string comparison in TestLookup*Meng Zhuo
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-23net: use case-insensitive host string comparison in TestLookupGmailNSAndrei Tudor Călin
2019-04-23net: don't crash on Windows when Lookup name has null byte in stringBrad Fitzpatrick
2019-04-23net: add IsNotFound field to DNSErrorShubham Sharma
2019-03-27net: fix test after 8.8.8.8 changed its reverse DNS nameBrad Fitzpatrick
2019-03-08net: use network and host as singleflight key during lookupIPCezar Sa Espinola
2019-01-14net: skip TestLookupGmailTXT on Plan 9David du Colombier
2019-01-12net: pass if at least one matching entry in TestLookupGmailTXTIan Lance Taylor
2018-11-30net: skip flaky TestLookupDotsWithRemoteSource on darwinAndrew Bonventre
2018-11-28net: use .invalid for an invalid domain nameIan Lance Taylor
2018-11-12net: preserve unexpired context values for LookupIPAddrEmmanuel T Odeke
2018-10-25net: make cgo resolver work more accurately with network parameterEugene Kalinin
2018-06-27net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr}Michael Fraenkel
2018-06-27net: make concurrent resolver lookups independentGrégoire Delattre