index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
lookup.go
Age
Commit message (
Expand
)
Author
8 days
net: document LookupSRV cname return value
yongqijia
2025-02-24
net: accept a valid IP address in LookupMX
Ian Lance Taylor
2024-12-22
net: document LookupTXT behavior with multiple strings per record
Simon Ser
2024-04-14
net: add Unwrap to *DNSError
Mateusz Poliwczak
2024-01-10
net: add available godoc link
cui fliter
2023-10-02
net: handle the network parameter properly in LookupPort
Mateusz Poliwczak
2023-09-28
net: set IsNotFound for unknown services in LookupPort
Mateusz Poliwczak
2023-01-31
net: use net/netip for address parsing
Mateusz Poliwczak
2022-11-15
net: use a consistent dnsConfig in hostLookupOrder
Mateusz Poliwczak
2022-11-08
net: unify CNAME handling across ports
Russ Cox
2022-08-26
net: Resolver.LookupIP return error for empty string
ianwoolf
2022-08-24
internal/singleflight: make DoChan only return Result channel
Cuong Manh Le
2022-08-24
net: avoid relying on singleflight.Group.DoChan to detect hook called
Cuong Manh Le
2022-05-30
net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9
Brad Fitzpatrick
2022-04-22
Revert "net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9"
Bryan Mills
2022-04-22
net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9
Brad Fitzpatrick
2022-03-06
all: fix some typos
Dan Kortschak
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-05
net: accept "." as a valid domain name
Filippo Valsorda
2021-11-02
net/netip: add new IP address package
Brad Fitzpatrick
2021-10-02
net: consistently return DNSError on lookup failure
Ian Lance Taylor
2021-09-16
all: remove incorrectly repeated words in comments
Dan Kortschak
2021-08-17
all: fix typos
Yasuhiro Matsumoto
2021-07-08
net: filter bad names from Lookup functions instead of hard failing
Roland Shoemaker
2021-07-01
net: don't reject null mx records
Roland Shoemaker
2021-05-27
net: verify results from Lookup* are valid domain names
Roland Shoemaker
2021-05-27
Revert "net: verify results from Lookup* are valid domain names"
Roland Shoemaker
2021-05-24
net: verify results from Lookup* are valid domain names
Roland Shoemaker
2021-03-11
docs: clarify when APIs use context.Background.
Matt T. Proud
2020-04-28
net: add (*Resolver).LookupIP
Ian Gudger
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-04-23
net: add IsNotFound field to DNSError
Shubham Sharma
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-03-08
net: use network and host as singleflight key during lookupIP
Cezar Sa Espinola
2018-11-12
net: preserve unexpired context values for LookupIPAddr
Emmanuel T Odeke
2018-10-25
net: make cgo resolver work more accurately with network parameter
Eugene Kalinin
2018-06-27
net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr}
Michael Fraenkel
2018-06-27
net: make concurrent resolver lookups independent
Grégoire Delattre
2018-03-19
net: treat a nil *Resolver as a zero one, as documented
Brad Fitzpatrick
2018-03-16
net: don't let cancelation of a DNS lookup affect another lookup
Ian Lance Taylor
2018-02-13
all: use HTTPS for iana.org links
Kevin Burke
2017-12-08
net: avoid race on test hooks with DNS goroutines
Ian Lance Taylor
2017-11-17
Revert "net: Forget lookups for canceled contexts"
Brad Fitzpatrick
2017-11-15
net: Forget lookups for canceled contexts
Troels Thomsen
2017-07-06
net: clarify the length limit for service name
Mikio Hara
2017-06-22
net: update documentation on Dial and its variants
Mikio Hara
2017-06-16
net: don't forget about ongoing DNS lookup if context canceled
Ian Lance Taylor
2017-06-08
net: support all PacketConn and Conn returned by Resolver.Dial
Ben Burkert
2017-05-12
net: allow Resolver to use a custom dialer
Matt Harden
2017-03-09
net: add Resolver.StrictErrors
Paul Marks
[next]