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
/
dnsclient.go
Age
Commit message (
Expand
)
Author
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-02-28
all: run go fmt
sivchari
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2022-04-21
net: use fastrand64 in randInt
zhangyunhao
2021-11-05
net: accept "." as a valid domain name
Filippo Valsorda
2021-08-16
net: avoid memory copy calling absDomainName
Andy Pan
2021-03-14
all: add internal/itoa package
Josh Bleecher Snyder
2020-10-12
net: remove dependency on math/rand
Russ Cox
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-09-24
net: don't reject domain names with only numbers and hyphens
Brad Fitzpatrick
2018-08-20
net: combine append calls in reverseaddr
Iskander Sharipov
2018-03-15
net: use golang.org/x/net/dns/dnsmessage for DNS resolution
Ian Gudger
2016-11-11
net: bring domain name length checks into RFC compliance
Richard Gibson
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-01-09
net: stop scanning for domain name once the first label has been found
Mikio Hara
2016-01-08
net: LookupAddr("127.0.0.1") is "localhost" not "localhost."
Russ Cox
2015-11-28
net: force LookupAddr results to be rooted DNS paths even in the case of loca...
Mikio Hara
2015-11-17
net: don't require recursion be available in DNS responses
Dan Peterson
2015-09-04
net: make DNSError.Temporary return true on SERVFAIL
Dan Peterson
2015-07-28
net: don't return DNS query results including the second best records uncondi...
Mikio Hara
2015-04-21
net: fix inconsistent error values on Lookup
Mikio Hara
2015-04-13
net: document that DNSError.Timeout and Temporary are unreliable
Ian Lance Taylor
2015-02-03
net: case insensitivity of DNS labels in built-in stub resolver
Mikio Hara
2015-01-22
net: simplify itoa conversions
Martin Möhrmann
2014-09-08
build: move package sources from src/pkg to src
Russ Cox