aboutsummaryrefslogtreecommitdiff
path: root/src/net/lookup_test.go
AgeCommit message (Expand)Author
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
2018-06-04net: add js/wasm architectureRichard Musiol
2018-05-17net: skip external net tests on iOSElias Naur
2018-05-12net: stop multiple sends into single capacity channel in lookupIPAlex Brainman
2018-05-04net: skip unsupported tests on iOSElias Naur
2018-04-14net: use retry in TestLookupGmailNSJosh Bleecher Snyder
2018-04-12net: mark tests with retry as paralleladrienpetel
2018-04-01Revert "net: mark tests with retry as parallel"Brad Fitzpatrick
2018-04-01net: mark tests with retry as paralleladrienpetel
2018-03-30net: deflake TestLookupCNAMEadrienpetel
2018-03-25net: deflake lookup testsJosh Bleecher Snyder
2018-03-19net: treat a nil *Resolver as a zero one, as documentedBrad Fitzpatrick
2018-03-16net: don't let cancelation of a DNS lookup affect another lookupIan Lance Taylor
2018-03-02net: skip flaky TestLookupLongTXT for nowBrad Fitzpatrick
2018-02-13all: use HTTPS for iana.org linksKevin Burke
2017-12-08net: avoid race on test hooks with DNS goroutinesIan Lance Taylor
2017-11-23net: skip TestLookupLongTXT on Plan 9David du Colombier
2017-11-23net: fix LookupTXT of long records on WindowsRuss Cox
2017-11-17Revert "net: Forget lookups for canceled contexts"Brad Fitzpatrick
2017-11-15net: Forget lookups for canceled contextsTroels Thomsen
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2016-12-20net: make LookupCNAME's native behavior match its cgo behaviorMatthew Dempsky
2016-10-28net: deflake TestLookupNonLDHMikio Hara
2016-10-24net: there are no invalid domain names anymoreRuss Cox
2016-09-21net: add Resolver type, Dialer.Resolver, and DefaultResolverBrad Fitzpatrick
2016-09-11net: make LookupPort and lookupProtocol work on naclBrad Fitzpatrick
2016-06-14net: don't run TestLookupDotsWithLocalSource in short modeIan Lance Taylor
2016-05-21net: don't crash DNS flood test on darwinMikio Hara
2016-05-18net: deflake TestLookupPort on AndroidMikio Hara