summaryrefslogtreecommitdiffhomepage
path: root/net/dnscache
AgeCommit message (Expand)AuthorFilesLines
2020-04-30net/dnscache: remove unnecessary lint warning.David Anderson1-2/+0
2020-04-27net/dnscache: don't use the Go resolver on AndroidElias Naur1-0/+5
2020-03-09net/dnscache: ignore annoying staticcheck checkBrad Fitzpatrick1-0/+2
2020-03-09net/dnscache: initialize the single Resolver more directlyBrad Fitzpatrick1-7/+9
2020-03-09net/dnscache: do not PreferGo on macOS/iOSDavid Crawshaw1-3/+15
2020-03-09net/dnscache: add copyright header to testBrad Fitzpatrick1-0/+4
2020-03-09net/dnscache: parse passed CIDRDavid Crawshaw2-1/+25
2020-03-05net/dnscache: add overly simplistic DNS cache package for selective useBrad Fitzpatrick1-0/+151