aboutsummaryrefslogtreecommitdiff
path: root/src/net/lookup_windows.go
AgeCommit message (Expand)Author
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-08-29net: fix resolving local windows machine ptrTomas Dabasinskas
2019-05-14net: check for canceled context before starting Windows DNS lookupBrad Fitzpatrick
2019-04-23net: don't crash on Windows when Lookup name has null byte in stringBrad Fitzpatrick
2019-04-23net: add IsNotFound field to DNSErrorShubham Sharma
2018-10-25net: make cgo resolver work more accurately with network parameterEugene Kalinin
2018-06-27net: limit concurrent threads to limit on file descriptorsIan Lance Taylor
2018-05-12net: stop multiple sends into single capacity channel in lookupIPAlex Brainman
2018-03-19net: treat a nil *Resolver as a zero one, as documentedBrad Fitzpatrick
2017-11-23net: fix LookupTXT of long records on WindowsRuss Cox
2017-04-28net: make zone helpers into methods of ipv6ZoneCacheMikio Hara
2016-10-24net: there are no invalid domain names anymoreRuss Cox
2016-10-21net: make all Resolver methods respect Resolver.PreferGoBrad Fitzpatrick
2016-09-29net: make proto and port lookups fall back to baked-in maps on WindowsBrad Fitzpatrick
2016-09-21net: add Resolver type, Dialer.Resolver, and DefaultResolverBrad Fitzpatrick
2016-04-19net: stop using GetHostByName and GetServByNameAlex Brainman
2016-04-18net: fix plan9 after context change, propagate contexts moreBrad Fitzpatrick
2016-04-15net: context plumbing, add Dialer.DialContextBrad Fitzpatrick
2016-01-13net: LookupAddr("127.0.0.1") is "localhost" not "localhost." on Plan 9 and Wi...Mikio Hara
2016-01-09net: fix typo in lookup_windows getprotobynameMatt Robenolt
2015-12-03net: return rooted DNS names on windowsAlex Brainman
2015-05-05net: fix inconsistent errorsMikio Hara
2015-04-21net: fix inconsistent error values on LookupMikio Hara
2015-03-08net: LookupHost and Resolve{TCP,UDP,IP}Addr should use zone from getaddrinfoAndrew Pilloud
2014-09-08build: move package sources from src/pkg to srcRuss Cox