aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/tcp_client.go
AgeCommit message (Expand)Author
2026-02-02lib/dns: minimize use of appendShulhan
2025-01-23all: replace "lib/bytes.AppendXxx" with standard libraryShulhan
2024-04-04lib/dns: check for possible packet misformat in SVCB RR and TCP clientShulhan
2024-03-27lib/dns: refactor [Message.Unpack] to [UnpackMessage]Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2024-02-25lib/dns: prefix the error message with method namesShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-05-20all: remove any usage of debug.Value in all packagesShulhan
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-16lib/dns: refactoring, change signature of client LookupShulhan
2021-11-15lib/dns: realign all struct fieldsShulhan
2021-11-14lib/dns: refactoring, introduce new type RecordClassShulhan
2021-11-14lib/dns: refactoring, create type RecordType to represent type of RRShulhan
2021-11-13lib/dns: use snake case for file namingShulhan