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
/
parse.go
Age
Commit message (
Expand
)
Author
2024-05-06
all: make use of stringslite.{HasPrefix, HasSuffix}
Jes Cok
2023-09-15
net: use bytealg.LastIndexByteString
apocelipes
2023-08-23
net: use internal/bytealg.CountString
Tobias Klauser
2023-08-23
net: remove unused func appendHex
Tobias Klauser
2022-11-15
net: rewrite nsswitch.conf parsing to work like other parsers
Ian Lance Taylor
2021-11-02
net/netip: add new IP address package
Brad Fitzpatrick
2021-08-16
net: avoid memory copy calling absDomainName
Andy Pan
2021-03-14
all: add internal/itoa package
Josh Bleecher Snyder
2018-08-21
net: use internal/bytealg insetad of linkname tricks
Ilya Tocar
2017-11-28
net: accept 64 kB lines in /etc/hosts
Russ Cox
2016-11-29
net: expand nss myhostname fallback detection
Dan Peterson
2016-09-07
net: remove parsing of negative decimals in IPv4 literal
Joe Tsai
2016-08-17
net: simplify internal dtoi and xtoi funcs
Dan Peterson
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-01-06
net: check /etc/hosts for modifications every 5 seconds, not 5 minutes
Russ Cox
2015-11-01
net: make Dial, Listen{,Packet} for TCP/UDP with invalid port fail
Mikio Hara
2015-10-16
net: use IndexByte implementation from runtime package
Ilya Tocar
2015-07-09
net: add mechanisms to force go or cgo lookup, and to debug default strategy
Brad Fitzpatrick
2015-04-23
net: use Go's DNS resolver when system configuration permits
Brad Fitzpatrick
2015-01-22
net: simplify itoa conversions
Martin Möhrmann
2014-09-08
build: move package sources from src/pkg to src
Russ Cox