Mikio Hara
48e7533783
net: separate DNS transport from DNS query-response interaction
...
Before fixing issue 6579 this CL separates DNS transport from
DNS message interaction to make it easier to add builtin DNS
resolver control logic.
Update #6579
LGTM=alex, kevlar
R=golang-codereviews, alex, gobot, iant, minux, kevlar
CC=golang-codereviews
https://golang.org/cl/101220044
2014-08-06 09:58:47 +09:00
Guillaume J. Charmes
bf1d400d1c
net: detect changes to /etc/resolv.conf.
...
Implement the changes as suggested by rsc.
Fixes #6670 .
LGTM=josharian, iant
R=golang-codereviews, iant, josharian, mikioh.mikioh, alex, gobot
CC=golang-codereviews, rsc
https://golang.org/cl/83690045
2014-05-14 17:11:00 -07:00
Mikio Hara
ace8bc35ef
net: enable builtin dns resolver tests on solaris
...
LGTM=aram
R=golang-codereviews, aram
CC=golang-codereviews
https://golang.org/cl/99890045
2014-04-30 23:26:07 +09:00
Joel Sing
fce0608561
net: dragonfly support
...
Make the net package build and work on dragonfly.
R=bradfitz
CC=golang-dev
https://golang.org/cl/13173044
2013-08-24 02:18:22 +10:00
Mikio Hara
3a93626b49
net: fix TestTCPLookup
...
R=golang-dev, dvyukov, dave
CC=golang-dev
https://golang.org/cl/12766044
2013-08-15 05:07:35 +09:00
Dmitriy Vyukov
992374f8fb
net: fix build fix
...
Now builders say:
pkg/net/dnsclient_unix_test.go:10: imported and not used: "runtime"
R=golang-dev
CC=golang-dev
https://golang.org/cl/12890043
2013-08-14 00:55:18 +04:00
Dmitriy Vyukov
d90a81c39f
net: fix windows build
...
Windows builders say:
pkg\net\dnsclient_unix_test.go:24: undefined: dnsConfig
pkg\net\dnsclient_unix_test.go:25: undefined: exchange
R=golang-dev
CC=golang-dev
https://golang.org/cl/12889043
2013-08-14 00:44:57 +04:00
Alex A Skinner
0a3cb7ece3
net: implement DNS TCP fallback query if UDP response is truncated
...
Fixes #5686 .
R=golang-dev, bradfitz, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/12458043
2013-08-13 09:44:12 -07:00