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.go
Age
Commit message (
Expand
)
Author
2024-09-30
net: improve GODEBUG=netdns=1 debug messages
Mateusz Poliwczak
2024-09-30
net,os: use os.LookupEnv instead of syscall.Getenv
Mateusz Poliwczak
2024-05-18
net: use stringslite package for string operations
aimuz
2024-05-06
all: make use of stringslite.{HasPrefix, HasSuffix}
Jes Cok
2024-04-04
all: fix some comments
cui fliter
2024-02-26
net: don't force cgo resolver for .local subdomain queries
Mateusz Poliwczak
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-10-14
all: fix function names
cui fliter
2023-09-18
net: enable most tests on wasip1 and js
Bryan C. Mills
2023-09-04
net: respect hosts file when resolving names for Windows
Nikita Vaniasin
2023-08-26
net: centralize resolver selection logic
Mateusz Poliwczak
2023-06-29
net: enable pure Go resolver for wasip1
Chris O'Hara
2023-05-11
net: don't treat unknown sources as dns when there is a dns source
Mateusz Poliwczak
2023-05-11
net: return fallbackOrder immediately for some GOOS
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-28
net: re check conf.goos even if it equals runtime.GOOS
Ian Lance Taylor
2023-04-27
net: rewrite and simplify resolver configuration
Ian Lance Taylor
2023-04-11
net: add wasip1 support
Johan Brandhorst-Satzkorn
2022-11-15
net: use a consistent dnsConfig in hostLookupOrder
Mateusz Poliwczak
2022-11-14
internal/godebug: define more efficient API
Russ Cox
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
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-04-11
all: gofmt main repo
Russ Cox
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-11-02
net/netip: add new IP address package
Brad Fitzpatrick
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-09-23
all: add GOOS=ios
Cherry Zhang
2019-06-06
net: remove non-cgo macOS resolver code
Russ Cox
2019-04-04
net: use libSystem bindings for DNS resolution on macos if cgo is unavailable
grant
2018-10-10
net: add AIX operating system
Clément Chigot
2018-08-21
net: use internal/bytealg insetad of linkname tricks
Ilya Tocar
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-03-19
net: treat a nil *Resolver as a zero one, as documented
Brad Fitzpatrick
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-08-17
net: simplify internal dtoi and xtoi funcs
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-02
all: single space after period.
Brad Fitzpatrick
2015-10-05
net: remove imports of strconv
Ian Lance Taylor
2015-08-19
net: respect go vs cgo resolver selection in all lookup routines
Russ Cox
2015-07-23
net: make GODEBUG=netdns=cgo force cgo as documented
Brad Fitzpatrick
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
[next]