aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/answer_test.go
AgeCommit message (Expand)Author
2026-01-26lib/dns: print the answer TTL in DebugLevelCacheShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-27lib/dns: refactor [Message.Unpack] to [UnpackMessage]Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2022-05-12all: rewrite all codes to use "var" instead of ":="Shulhan
2021-11-15lib/dns: realign all struct fieldsShulhan
2021-11-15lib/dns: refactoring message questionShulhan
2021-11-14lib/dns: refactoring the section headerShulhan
2021-11-14lib/dns: refactoring, introduce new type RecordClassShulhan
2021-11-14lib/dns: refactoring, create type RecordType to represent type of RRShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-01-22dns: add method to get list of non-local caches in the ServerShulhan
2020-09-06dns: unexport the Messsage's Packet fieldShulhan
2020-08-15dns: refactoring the ResourceRecord values from []byte to stringShulhan
2020-08-03dns: refactoring resource record fieldsShulhan
2020-06-06dns: replace RDataText with plain []byteShulhan
2019-12-04dns: remove the use of pointer on Message fieldsShulhan
2019-04-12dns: add caches for serverShulhan