|
Failed to load latest commit information. |
|
testdata
|
lib/dns: implement client and server for DNS over HTTPS
|
Sep 25, 2018
|
|
client.go
|
lib/dns: add method to set timeout and remote address on Client
|
Sep 25, 2018
|
|
dns.go
|
lib/dns: use debug package
|
Sep 26, 2018
|
|
dns_test.go
|
lib/dns: add field Kind to request
|
Sep 27, 2018
|
|
dohclient.go
|
lib/dns: use CloseIdleConnections method on transport
|
Oct 1, 2018
|
|
dohclient_test.go
|
lib/dns: implement client and server for DNS over HTTPS
|
Sep 25, 2018
|
|
example_server_test.go
|
lib/dns: add field Kind to request
|
Sep 27, 2018
|
|
example_tcpclient_test.go
|
lib/dns: add examples for server, TCP client, and UDP client
|
Sep 5, 2018
|
|
example_udpclient_test.go
|
lib/dns: add examples for server, TCP client, and UDP client
|
Sep 5, 2018
|
|
handler.go
|
lib/dns: add interface for sender, receiver, and client
|
Aug 23, 2018
|
|
hosts.go
|
lib/dns: export RDataText value
|
Sep 5, 2018
|
|
hosts_test.go
|
lib/dns: HostsLoad: simplify parsing with lib/reader
|
Aug 28, 2018
|
|
idpool.go
|
lib/dns: rename method to get next ID
|
Aug 22, 2018
|
|
idpool_test.go
|
lib/dns: rename method to get next ID
|
Aug 22, 2018
|
|
masterfile.go
|
lib/dns: increase debug value by one
|
Sep 27, 2018
|
|
masterfile_test.go
|
lib/dns: trim extra dot at suffix of domain name
|
Sep 6, 2018
|
|
message.go
|
lib/dns: increase debug value by one
|
Sep 27, 2018
|
|
message_test.go
|
lib/dns: fix test due to change on default new message
|
Sep 9, 2018
|
|
rdatahinfo.go
|
lib/dns: unexport internal marshal/unmarshal methods
|
Sep 3, 2018
|
|
rdataminfo.go
|
lib/dns: implement stringer interface on struct rdataXXX
|
Aug 26, 2018
|
|
rdatamx.go
|
lib/dns: implement stringer interface on struct rdataXXX
|
Aug 26, 2018
|
|
rdataopt.go
|
lib/dns: implement stringer interface on struct rdataXXX
|
Aug 26, 2018
|
|
rdatasoa.go
|
lib/dns: implement stringer interface on struct rdataXXX
|
Aug 26, 2018
|
|
rdatasrv.go
|
lib/dns: implement stringer interface on struct rdataXXX
|
Aug 26, 2018
|
|
rdatatext.go
|
lib/dns: export RDataText value
|
Sep 5, 2018
|
|
rdatawks.go
|
lib/dns: unexport internal marshal/unmarshal methods
|
Sep 3, 2018
|
|
receiver.go
|
lib/dns: return number of stream read from receiver
|
Aug 23, 2018
|
|
request.go
|
lib/dns: add field Kind to request
|
Sep 27, 2018
|
|
requestpool.go
|
lib/dns: reimplement request pooling for server
|
Sep 26, 2018
|
|
resourcerecord.go
|
lib/dns: add function to subtract and update TTL in RR and packet
|
Sep 8, 2018
|
|
rrpool.go
|
lib/dns: initialize field Name and rdata when creating RR from pool
|
Aug 22, 2018
|
|
sectionheader.go
|
lib/dns: set default query and recursion to true on new message
|
Sep 8, 2018
|
|
sectionquestion.go
|
lib/dns: unexport section question size method
|
Sep 5, 2018
|
|
sender.go
|
lib/dns: add interface for sender, receiver, and client
|
Aug 23, 2018
|
|
server.go
|
lib/dns: add field Kind to request
|
Sep 27, 2018
|
|
server_options.go
|
lib/dns: add field Kind to request
|
Sep 27, 2018
|
|
tcpclient.go
|
lib/dns: use debug package
|
Sep 26, 2018
|
|
tcpclient_test.go
|
lib/dns: export RDataText value
|
Sep 5, 2018
|
|
udpclient.go
|
lib/dns: use debug package
|
Sep 26, 2018
|
|
udpclient_test.go
|
lib/dns: add test for empty answer
|
Sep 5, 2018
|