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.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
2023-03-25
lib/dns: fix all lint warnings suggested by revive and fieldalignment
Shulhan
2023-03-22
lib/dns: make sure zone origin always end with dot
Shulhan
2022-05-30
lib/dns: split storage between internal and external caches
Shulhan
2022-05-12
all: rewrite all codes to use "var" instead of ":="
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-11-15
lib/dns: realign all struct fields
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-11-13
lib/dns: remove unnecessary string convertion
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
2019-12-04
dns: remove the use of pointer on Message fields
Shulhan
2019-05-13
dns: substract the message TTL when the answer found on cache
Shulhan
2019-04-12
dns: cache response with empty answer resource record
Shulhan
2019-04-12
dns: add caches for server
Shulhan