aboutsummaryrefslogtreecommitdiff
path: root/src/net/parse.go
AgeCommit message (Expand)Author
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2018-08-21net: use internal/bytealg insetad of linkname tricksIlya Tocar
2017-11-28net: accept 64 kB lines in /etc/hostsRuss Cox
2016-11-29net: expand nss myhostname fallback detectionDan Peterson
2016-09-07net: remove parsing of negative decimals in IPv4 literalJoe Tsai
2016-08-17net: simplify internal dtoi and xtoi funcsDan Peterson
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-01-06net: check /etc/hosts for modifications every 5 seconds, not 5 minutesRuss Cox
2015-11-01net: make Dial, Listen{,Packet} for TCP/UDP with invalid port failMikio Hara
2015-10-16net: use IndexByte implementation from runtime packageIlya Tocar
2015-07-09net: add mechanisms to force go or cgo lookup, and to debug default strategyBrad Fitzpatrick
2015-04-23net: use Go's DNS resolver when system configuration permitsBrad Fitzpatrick
2015-01-22net: simplify itoa conversionsMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox