aboutsummaryrefslogtreecommitdiff
path: root/src/net/hosts_test.go
AgeCommit message (Expand)Author
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2016-02-21net: ensure lookupStatic* returns copy of slice to disallow cache corruption.Suharsh Sivakumar
2015-11-28net: force LookupAddr results to be rooted DNS paths even in the case of loca...Mikio Hara
2015-11-27net: fix case insensitivity lookup for local database such as /etc/hostsMikio Hara
2015-10-01net: make /etc/hosts lookups case-insensitiveBurcu Dogan
2015-06-16net: remove obsolete TestLookupHostMikio Hara
2015-06-02net: fix parsing literal IP addresses in local databaseMikio Hara
2015-05-06net: simplify error messages in testsMikio Hara
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2014-09-08build: move package sources from src/pkg to srcRuss Cox