aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/resource_record.go
AgeCommit message (Expand)Author
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2025-01-23all: replace "lib/bytes.ReadXxx" with standard libraryShulhan
2025-01-15lib/dns: fix unpacking resource data on HTTPS recordShulhan
2024-05-04lib: comply with linter recommendationsShulhan
2024-04-12lib/dns: fix packing and unpacking OPT recordShulhan
2024-03-26lib/dns: implements RFC 9460 for SVCB RR and HTTPS RRShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-03-22lib/dns: simplify unpackDomainName return value for endShulhan
2022-05-16lib/dns: print the field Value on ResourceRecord Stringer instead of rdlenShulhan
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
2022-02-08lib/dns: check for possible index out of range when unpacking RRShulhan
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: remove internal field off from ResourceRecordShulhan
2021-11-13lib/dns: use snake case for file namingShulhan