index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dns
/
answer_test.go
Age
Commit message (
Expand
)
Author
2026-01-26
lib/dns: print the answer TTL in DebugLevelCache
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-27
lib/dns: refactor [Message.Unpack] to [UnpackMessage]
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2022-05-12
all: rewrite all codes to use "var" instead of ":="
Shulhan
2021-11-15
lib/dns: realign all struct fields
Shulhan
2021-11-15
lib/dns: refactoring message question
Shulhan
2021-11-14
lib/dns: refactoring the section header
Shulhan
2021-11-14
lib/dns: refactoring, introduce new type RecordClass
Shulhan
2021-11-14
lib/dns: refactoring, create type RecordType to represent type of RR
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-01-22
dns: add method to get list of non-local caches in the Server
Shulhan
2020-09-06
dns: unexport the Messsage's Packet field
Shulhan
2020-08-15
dns: refactoring the ResourceRecord values from []byte to string
Shulhan
2020-08-03
dns: refactoring resource record fields
Shulhan
2020-06-06
dns: replace RDataText with plain []byte
Shulhan
2019-12-04
dns: remove the use of pointer on Message fields
Shulhan
2019-04-12
dns: add caches for server
Shulhan