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
/
conf_test.go
Age
Commit message (
Expand
)
Author
2026-02-02
net: don't wait 5 seconds to re-read /etc/resolv.conf
Brad Fitzpatrick
2024-02-26
net: don't force cgo resolver for .local subdomain queries
Mateusz Poliwczak
2023-05-11
net: don't treat unknown sources as dns when there is a dns source
Mateusz Poliwczak
2023-05-11
net: force cgo for myhostname and mdns nss modules for LookupAddr on unix
Mateusz Poliwczak
2023-05-02
net: don't recheck goosPrefersCgo in hostLookupOrder
Ian Lance Taylor
2023-04-27
net: rewrite and simplify resolver configuration
Ian Lance Taylor
2022-11-17
net: return errNoSuchHost when no entry found in /etc/hosts and order is host...
Mateusz Poliwczak
2022-11-15
net: rewrite nsswitch.conf parsing to work like other parsers
Ian Lance Taylor
2022-11-15
net: use a consistent dnsConfig in hostLookupOrder
Mateusz Poliwczak
2022-11-11
net: handle correctly the _gateway and _outbound hostnames for nss myhostname
Mateusz Poliwczak
2022-11-10
net: auto-reload the /etc/nsswitch.conf on unix systems
Mateusz Poliwczak
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-25
net: prefer /etc/hosts over DNS when no /etc/nsswitch.conf is present
Natanael Copa
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-03-16
net: make Resolver.PreferGo work more as documented
Brad Fitzpatrick
2016-11-29
net: expand nss myhostname fallback detection
Dan Peterson
2016-05-05
net: fix hostLookupOrder("")
Russ Cox
2016-05-04
net: allow netgo to use lookup from nsswitch.conf
Vishvananda Ishaya
2016-03-21
all: delete dead test code
Dominik Honnef
2015-07-09
net: add mechanisms to force go or cgo lookup, and to debug default strategy
Brad Fitzpatrick
2015-05-06
net: always use cgo for DNS on Android
Brad Fitzpatrick
2015-05-06
net: simplify error messages in tests
Mikio Hara
2015-04-30
net: make go DNS use localhost if resolv.conf is missing or empty
Alex A Skinner
2015-04-23
net: use Go's DNS resolver when system configuration permits
Brad Fitzpatrick