summaryrefslogtreecommitdiff
path: root/src/net/hosts.go
Commit message (Expand)AuthorAgeFilesLines
* net: avoid memory copy calling absDomainNameAndy Pan2021-08-161-7/+8
* net: use internal/bytealg insetad of linkname tricksIlya Tocar2018-08-211-1/+2
* net: parse IPv6 address with zone using DefaultResolver.Lookup{Host,IPAddr}Michael Fraenkel2018-06-271-1/+1
* net: ensure lookupStatic* returns copy of slice to disallow cache corruption.Suharsh Sivakumar2016-02-211-2/+6
* net: check /etc/hosts for modifications every 5 seconds, not 5 minutesRuss Cox2016-01-061-34/+46
* net: force LookupAddr results to be rooted DNS paths even in the case of loca...Mikio Hara2015-11-281-3/+3
* net: fix case insensitivity lookup for local database such as /etc/hostsMikio Hara2015-11-271-4/+15
* net: make /etc/hosts lookups case-insensitiveBurcu Dogan2015-10-011-4/+10
* net: fix parsing literal IP addresses in local databaseMikio Hara2015-06-021-8/+27
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+86