aboutsummaryrefslogtreecommitdiff
path: root/src/net/lookup.go
AgeCommit message (Expand)Author
2024-04-14net: add Unwrap to *DNSErrorMateusz Poliwczak
2024-01-10net: add available godoc linkcui fliter
2023-10-02net: handle the network parameter properly in LookupPortMateusz Poliwczak
2023-09-28net: set IsNotFound for unknown services in LookupPortMateusz Poliwczak
2023-01-31net: use net/netip for address parsingMateusz Poliwczak
2022-11-15net: use a consistent dnsConfig in hostLookupOrderMateusz Poliwczak
2022-11-08net: unify CNAME handling across portsRuss Cox
2022-08-26net: Resolver.LookupIP return error for empty stringianwoolf
2022-08-24internal/singleflight: make DoChan only return Result channelCuong Manh Le
2022-08-24net: avoid relying on singleflight.Group.DoChan to detect hook calledCuong Manh Le
2022-05-30net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick
2022-04-22Revert "net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9"Bryan Mills
2022-04-22net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick
2022-03-06all: fix some typosDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-05net: accept "." as a valid domain nameFilippo Valsorda
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-10-02net: consistently return DNSError on lookup failureIan Lance Taylor
2021-09-16all: remove incorrectly repeated words in commentsDan Kortschak
2021-08-17all: fix typosYasuhiro Matsumoto
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-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-11docs: clarify when APIs use context.Background.Matt T. Proud
2020-04-28net: add (*Resolver).LookupIPIan Gudger
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-04-23net: add IsNotFound field to DNSErrorShubham Sharma
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-03-08net: use network and host as singleflight key during lookupIPCezar Sa Espinola
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-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-02-13all: use HTTPS for iana.org linksKevin Burke
2017-12-08net: avoid race on test hooks with DNS goroutinesIan Lance Taylor
2017-11-17Revert "net: Forget lookups for canceled contexts"Brad Fitzpatrick
2017-11-15net: Forget lookups for canceled contextsTroels Thomsen
2017-07-06net: clarify the length limit for service nameMikio Hara
2017-06-22net: update documentation on Dial and its variantsMikio Hara
2017-06-16net: don't forget about ongoing DNS lookup if context canceledIan 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-03-09net: add Resolver.StrictErrorsPaul Marks
2016-12-20net: make LookupCNAME's native behavior match its cgo behaviorMatthew Dempsky
2016-10-22net: clarify LookupAddr docs on libc's behavior, and alternativesBrad Fitzpatrick
2016-10-21net: make all Resolver methods respect Resolver.PreferGoBrad Fitzpatrick