aboutsummaryrefslogtreecommitdiff
path: root/src/net/lookup_windows_test.go
AgeCommit message (Expand)Author
2019-08-29net: fix resolving local windows machine ptrTomas Dabasinskas
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2016-12-20net: make LookupCNAME's native behavior match its cgo behaviorMatthew Dempsky
2016-08-17net: simplify internal dtoi and xtoi funcsDan Peterson
2016-04-14net: make use of internal/testenv packageMikio Hara
2016-01-13net: LookupAddr("127.0.0.1") is "localhost" not "localhost." on Plan 9 and Wi...Mikio Hara
2015-12-03net: return rooted DNS names on windowsAlex Brainman
2015-10-05net: remove imports of strconvIan Lance Taylor
2015-05-06net: simplify error messages in testsMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox