aboutsummaryrefslogtreecommitdiff
path: root/src/net/lookup.go
AgeCommit message (Expand)Author
2021-07-08[release-branch.go1.15] net: filter bad names from Lookup functions instead o...Roland Shoemaker
2021-07-08[release-branch.go1.15] net: don't reject null mx recordsRoland Shoemaker
2021-05-27[release-branch.go1.15] net: verify results from Lookup* are valid domain namesRoland Shoemaker
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
2016-09-21net: add Resolver type, Dialer.Resolver, and DefaultResolverBrad Fitzpatrick
2016-09-11net: make LookupPort and lookupProtocol work on naclBrad Fitzpatrick
2016-04-28net/http, net/http/httptrace: new package for tracing HTTP client requestsBrad Fitzpatrick
2016-04-18net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick
2016-04-15net: fix looking up port numbers starting with numbers.Morten Siebuhr
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-08Revert "net: ensure that malformed domain names report a consistent error"Russ Cox
2016-01-08net: ensure that malformed domain names report a consistent errorRuss Cox
2015-12-14net: make LookupPort with empty service mean 0Brad Fitzpatrick
2015-11-01net: make Dial, Listen{,Packet} for TCP/UDP with invalid port failMikio Hara
2015-08-27net: restore LookupPort for integer stringsRuss Cox
2015-06-24net: make LookupIP("1.2.3.4") behavior consistentRuss Cox
2015-04-21net: fix inconsistent error values on LookupMikio Hara
2015-04-13cmd/go: cache results of HTTP requests done during meta tag discoveryBrad Fitzpatrick
2015-04-07net: add lookup IP hook for testingMikio Hara
2015-03-08net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfoAndrew Pilloud
2014-10-27net: if a DNS lookup times out, forget that it is in flightIan Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox