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_unix_test.go
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-02-24
net: accept a valid IP address in LookupMX
Ian Lance Taylor
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2024-06-12
net: add GODEBUG=netedns0=0 to disable sending EDNS0 header
Ian Lance Taylor
2024-04-14
net: add Unwrap to *DNSError
Mateusz Poliwczak
2024-02-19
net: prevent unintended retries upon receiving an empty answer response from ...
kkhaike
2024-02-09
net: don't retry truncated TCP responses
Antonio Ojea
2023-09-04
net: respect hosts file when resolving names for Windows
Nikita Vaniasin
2023-08-21
net: use avoidDNS for search suffixes
Mateusz Poliwczak
2023-08-04
net: use fake DNS dialer for /etc/hosts aliases tests
Mateusz Poliwczak
2023-08-03
net: use the extended RCode from EDNS(0) OPT resources
Mateusz Poliwczak
2023-05-24
net/http: fix spelling issues in comments and tests
Oleksandr Redko
2023-03-24
net: call getSystemDNSConfig inside lookupWithFake to avoid nil dereference p...
Mateusz Poliwczak
2023-02-27
net: skip test affected by local network config on non-builder
Cuong Manh Le
2023-01-21
net: add testing.Short Skip to test affected by local network configuration
David Chase
2022-11-17
net: return errNoSuchHost when no entry found in /etc/hosts and order is host...
Mateusz Poliwczak
2022-11-17
net: change resolverConfig.dnsConfig to an atomic.Pointer
Ian Lance Taylor
2022-11-15
net: use a consistent dnsConfig in hostLookupOrder
Mateusz Poliwczak
2022-11-10
net: add support for /etc/hosts aliases using go resolver
Mateusz Poliwczak
2022-11-08
net: unify CNAME handling across ports
Russ Cox
2022-11-01
net: support no-reload option for unix go resolver
Mateusz Poliwczak
2022-09-16
net: set AD bit in DNS queries when trust-ad in resolv.conf
Mateusz Poliwczak
2022-08-11
net: discard unrooted 254 byte names, not rooted ones
Mateusz Poliwczak
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2022-03-03
net: send EDNS(0) packet length in DNS query
Ian Lance Taylor
2022-02-15
net: increase maximum accepted DNS packet to 1232 bytes
Ian Lance Taylor
2022-02-15
Revert "net: send EDNS(0) packet length in DNS query"
Ian Lance Taylor
2022-02-12
net: send EDNS(0) packet length in DNS query
Ian Lance Taylor
2021-11-05
net: accept "." as a valid domain name
Filippo Valsorda
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
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-06-29
net: fix failure of TestCVE202133195
Xiangdong Ji
2021-06-02
net: don't rely on system hosts in TestCVE202133195
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-23
net: make go resolver aware of network parameter
Zhang Boyang
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-04-25
os, net: define and use os.ErrDeadlineExceeded
Ian Lance Taylor
2019-12-24
net: fix typo in dns client unix test
Isfan Azhabil
2019-10-02
net: avoid an infinite loop in LookupAddr
Michael Hendricks
2019-06-06
net: fix conf.teardown call in TestGoLookupIPOrderFallbackToFile
Russ Cox
2019-04-23
net: add IsNotFound field to DNSError
Shubham Sharma
2019-04-18
net: use DNS over TCP when use-vc is set in resolv.conf
jfbus
2019-04-17
net: support single-request resolv.conf option in pure Go resolver
jfbus
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
[next]