Sign in
go
/
go
/
8157a31deb75768b5998ed925c15bf20241a3f18
/
src
/
net
/
dnsclient_unix_test.go
d422f54
os, net: define and use os.ErrDeadlineExceeded
by Ian Lance Taylor
· 4 years, 9 months ago
2e320a2
net: fix typo in dns client unix test
by Isfan Azhabil
· 5 years ago
f0e940e
net: avoid an infinite loop in LookupAddr
by Michael Hendricks
· 5 years ago
4ed2e19
net: fix conf.teardown call in TestGoLookupIPOrderFallbackToFile
by Russ Cox
· 6 years ago
fac3b5d
net: add IsNotFound field to DNSError
by Shubham Sharma
· 6 years ago
825ff1e
net: use DNS over TCP when use-vc is set in resolv.conf
by jfbus
· 6 years ago
dbc1703
net: support single-request resolv.conf option in pure Go resolver
by jfbus
· 6 years ago
c5cf662
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
by Bryan C. Mills
· 6 years ago
2012227
vendor/golang_org/x: move to internal/x
by Bryan C. Mills
· 6 years ago
9ff11b0
net: add AIX operating system
by Clément Chigot
· 6 years ago
a6df1ce
net: concatenate multiple TXT strings in single TXT record
by Matthew Waters
· 6 years ago
94f48dd
net: fail fast for DNS rcode success with no answers of requested type
by Ian Gudger
· 6 years ago
5f5402b
net: fix handling of Conns created by Resolver.Dial
by Ian Gudger
· 7 years ago
11b3ee6
net: fix DNS NXDOMAIN performance regression
by Ian Gudger
· 7 years ago
672729e
net: use golang.org/x/net/dns/dnsmessage for DNS resolution
by Ian Gudger
· 7 years ago
6c877e5
net: avoid race on test hooks with DNS goroutines
by Ian Lance Taylor
· 7 years ago
d8a7990
net: support all PacketConn and Conn returned by Resolver.Dial
by Ben Burkert
· 8 years ago
380aa88
net: allow Resolver to use a custom dialer
by Matt Harden
· 8 years ago
71e63fa
all: use time.Time.Equal instead of == in some tests
by Brad Fitzpatrick
· 8 years ago
3928e84
net: fix tests for /etc/hosts with entries named "test"
by Matthew Dempsky
· 8 years ago
bfc164c
net: add Resolver.StrictErrors
by Paul Marks
· 8 years ago
3792db5
net: refactor poller into new internal/poll package
by Ian Lance Taylor
· 8 years ago
2f9dee9
net: make LookupCNAME's native behavior match its cgo behavior
by Matthew Dempsky
· 8 years ago
a145890
all: don't call t.Fatal from a goroutine
by Ian Lance Taylor
· 8 years ago
a1bf203
net: respect resolv.conf rotate option
by Dan Peterson
· 8 years ago
11e3955
net: restore per-query timeout logic
by Matthew Dempsky
· 8 years ago
e3cecfd
net: fix a typo
by Mikio Hara
· 8 years ago
289df4e
net: don't avoid resolving .local addresses
by Tom Wilkie
· 8 years ago
c1e8892
net: fix nits found by vet
by Mikio Hara
· 9 years ago
4d9bda5
net: append ":53" to DNS servers when reading resolv.conf
by Matthew Dempsky
· 9 years ago
98b99d5
net: ignore lame referral responses like libresolv
by Matthew Dempsky
· 9 years ago
3411d63
net: keep waiting for valid DNS response until timeout
by Matthew Dempsky
· 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
ed7cd25
net: make use of internal/testenv package
by Mikio Hara
· 9 years ago
72c1180
net: don't do DNS for onion and local addresses
by Brad Fitzpatrick
· 9 years ago
b48120c
net: make TestGoLookupIPWithResolverConfig robust
by Mikio Hara
· 9 years ago
fdd0179
all: fix typos and spelling
by Martin Möhrmann
· 9 years ago
8caf19c
net: fix TestUpdateResolvConf after CL 18860
by Matthew Dempsky
· 9 years ago
c7754c8
net: add timeout to DNS requests sent by TestSpecialDomainName
by Michael Munday
· 9 years ago
3ad3d59
net: fix race in test
by Brad Fitzpatrick
· 9 years ago
5c0629b
net: prefer error for original name on lookups
by Dan Peterson
· 9 years ago
723605e
net: fix failing TestGoLookupIPOrderFallbackToFile
by Benjamin Prosnitz
· 9 years ago
e614d60
net: fall back to hosts file if DNS lookup fails, despite order
by Benjamin Prosnitz
· 9 years ago
6aa48a9
net: don't return DNS query results including the second best records unconditionally
by Mikio Hara
· 10 years ago
7ef6a9f
net: clean up builtin DNS stub resolver, fix tests
by Mikio Hara
· 10 years ago
ef7e108
net: redo resolv.conf recheck implementation
by Alex A Skinner
· 10 years ago
ef54930
net: simplify sync.Once calls in tests
by Mikio Hara
· 10 years ago
76d67ea
net: align temporary file, directory names in tests
by Mikio Hara
· 10 years ago
f77e10f
net: simplify error messages in tests
by Mikio Hara
· 10 years ago
f390135
net: make go DNS use localhost if resolv.conf is missing or empty
by Alex A Skinner
· 10 years ago
93553dd
net: fix data race in benchmarks
by Mikio Hara
· 10 years ago
29d1f3b
net: add socket system call hooks for testing
by Mikio Hara
· 10 years ago
fdb8554
net: fix some typos in comments
by Ian Lance Taylor
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 10 years ago
[Renamed from src/pkg/net/dnsclient_unix_test.go]
ced0ba5
net: fix parsing literal IP address in builtin dns stub resolver
by Mikio Hara
· 10 years ago
39a021b
net: implement query-response fast failover in builtin dns stub resolver
by Alex A Skinner
· 10 years ago
854dbb7
net: ensure identical queries are not sent multiple times in builtin stub resolver
by Alex A Skinner
· 10 years ago
48e7533
net: separate DNS transport from DNS query-response interaction
by Mikio Hara
· 10 years ago
bf1d400
net: detect changes to /etc/resolv.conf.
by Guillaume J. Charmes
· 11 years ago
ace8bc3
net: enable builtin dns resolver tests on solaris
by Mikio Hara
· 11 years ago
fce0608
net: dragonfly support
by Joel Sing
· 11 years ago
3a93626
net: fix TestTCPLookup
by Mikio Hara
· 11 years ago
992374f
net: fix build fix
by Dmitriy Vyukov
· 11 years ago
d90a81c
net: fix windows build
by Dmitriy Vyukov
· 11 years ago
0a3cb7e
net: implement DNS TCP fallback query if UDP response is truncated
by Alex A Skinner
· 11 years ago