summaryrefslogtreecommitdiff
path: root/src/net/parse.go
Commit message (Expand)AuthorAgeFilesLines
* net: expand nss myhostname fallback detectionDan Peterson2016-11-291-8/+14
* net: remove parsing of negative decimals in IPv4 literalJoe Tsai2016-09-071-13/+1
* net: simplify internal dtoi and xtoi funcsDan Peterson2016-08-171-11/+11
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-2/+2
* net: check /etc/hosts for modifications every 5 seconds, not 5 minutesRuss Cox2016-01-061-0/+9
* net: make Dial, Listen{,Packet} for TCP/UDP with invalid port failMikio Hara2015-11-011-1/+13
* net: use IndexByte implementation from runtime packageIlya Tocar2015-10-161-16/+9
* net: add mechanisms to force go or cgo lookup, and to debug default strategyBrad Fitzpatrick2015-07-091-0/+23
* net: use Go's DNS resolver when system configuration permitsBrad Fitzpatrick2015-04-231-0/+129
* net: simplify itoa conversionsMartin Möhrmann2015-01-221-33/+20
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+247