aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/request.go
AgeCommit message (Expand)Author
2026-02-02lib/dns: changes the request's kind field to stringShulhan
2026-01-26lib/dns: print the answer TTL in DebugLevelCacheShulhan
2026-01-26lib/dns: simplify log message for DebugLevelCacheShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2022-05-12all: rewrite all codes to use "var" instead of ":="Shulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-11-15lib/dns: realign all struct fieldsShulhan
2020-09-06dns: unexport the Messsage's Packet fieldShulhan
2019-10-22dns: return an error if section question contains invalid packetShulhan
2019-04-12dns: simplify server request using io.WriterShulhan
2019-04-12dns: unexport connection typeShulhan
2019-04-12dns: unexport requestShulhan
2019-01-28lib/dns: add type of connectionShulhan
2018-09-27lib/dns: add field Kind to requestShulhan
2018-09-27lib/dns: reimplement request pooling for serverShulhan
2018-09-25lib/dns: remove request poolingShulhan
2018-09-25lib/dns: implement client and server for DNS over HTTPSShulhan
2018-09-05Remove message pool, let the client handle how to pool the messageShulhan
2018-08-24lib/dns: add interface for sender, receiver, and clientShulhan
2018-08-23lib/dns: Implement DNS server with handlerShulhan