- fa90f9b net: there are no invalid domain names anymore by Russ Cox · 8 years ago
- 40d4be5 net: make all Resolver methods respect Resolver.PreferGo by Brad Fitzpatrick · 8 years ago
- 985d3d3 net: make proto and port lookups fall back to baked-in maps on Windows by Brad Fitzpatrick · 8 years ago
- 2bc5f12 net: add Resolver type, Dialer.Resolver, and DefaultResolver by Brad Fitzpatrick · 8 years ago
- 45bb887 net: stop using GetHostByName and GetServByName by Alex Brainman · 9 years ago
- f60fcca net: fix plan9 after context change, propagate contexts more by Brad Fitzpatrick · 9 years ago
- b6b4004 net: context plumbing, add Dialer.DialContext by Brad Fitzpatrick · 9 years ago
- ceeb52d net: LookupAddr("127.0.0.1") is "localhost" not "localhost." on Plan 9 and Windows by Mikio Hara · 9 years ago
- a1ebb376 net: fix typo in lookup_windows getprotobyname by Matt Robenolt · 9 years ago
- 92cc3c4 net: return rooted DNS names on windows by Alex Brainman · 10 years ago
- 055ecb7 net: fix inconsistent errors by Mikio Hara · 10 years ago
- 0fc582e8 net: fix inconsistent error values on Lookup by Mikio Hara · 10 years ago
- f00362b net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfo by Andrew Pilloud · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/net/lookup_windows.go]
- a18a360 net: fix CNAME resolving on Windows by Egon Elbre · 11 years ago
- e541c86 net: fix misspelled variable name (fixes windows build) by Alex Brainman · 12 years ago
- fd58320 net: add minimal internet protocol number information base by Mikio Hara · 12 years ago
- 1d3efd6 net: limit number of concurrent cgo calls by Russ Cox · 12 years ago
- bc99993 net: prevent races during windows lookup calls by Alex Brainman · 12 years ago
- 6d175e2 net: use windows GetAddrInfoW in LookupPort when possible by Alex Brainman · 12 years ago
- eb2e6e5 net: implement IPv6 support for windows by Alex Brainman · 12 years ago
- a5b0c67 net: add LookupNS(domain string) Fixes #4224. by Stephen McQuay · 12 years ago
- 28397be net: replace error variable name e, errno with err by Mikio Hara · 13 years ago
- 994e064 pkg: add missing godoc comments to windows versions by Alex Brainman · 13 years ago
- ef65fed syscall: return error, not uintptr, when function returns error by Alex Brainman · 13 years ago
- c017a82 syscall: use error by Russ Cox · 13 years ago
- 965845a all: sort imports by Russ Cox · 13 years ago
- b43cf81 net: implement LookupTXT for windows by Alex Brainman · 13 years ago
- eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
- 48bb3e8 net: allow LookupSRV on non-standard DNS names by Russ Cox · 13 years ago
- 059c68b net: implement ip protocol name to number resolver for windows by Alex Brainman · 13 years ago
- 40d85fb net: add a LookupTXT function. by Nigel Tao · 13 years ago
- 5da14d1 net: implement windows LookupMX and LookupAddr by Alex Brainman · 14 years ago
- 9ded954 net: rearrange source files so we could run more tests on windows by Alex Brainman · 14 years ago[Renamed (66%) from src/pkg/net/resolv_windows.go]
- 684e065 net: disable dnsmsg_test on windows by Alex Brainman · 14 years ago
- 6e928e4 net: fix windows build by Russ Cox · 14 years ago
- 10694c8 net, syscall: fix windows build by Alexey Borzenkov · 14 years ago
- de2184f net: get tests working to fix windows build by Alex Brainman · 14 years ago
- b7bf2a3 net: fix windows build (?) by Russ Cox · 14 years ago
- 11ace8e net: fix windows build by Wei Guangjing · 14 years ago
- 0f5830b net: fix windows build by Russ Cox · 14 years ago
- adc13b1 net: implement windows version of LookupHost/Port/SRV by Wei Guangjing · 15 years ago