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
/
request.go
Age
Commit message (
Expand
)
Author
2026-02-02
lib/dns: changes the request's kind field to string
Shulhan
2026-01-26
lib/dns: print the answer TTL in DebugLevelCache
Shulhan
2026-01-26
lib/dns: simplify log message for DebugLevelCache
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
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
2020-09-06
dns: unexport the Messsage's Packet field
Shulhan
2019-10-22
dns: return an error if section question contains invalid packet
Shulhan
2019-04-12
dns: simplify server request using io.Writer
Shulhan
2019-04-12
dns: unexport connection type
Shulhan
2019-04-12
dns: unexport request
Shulhan
2019-01-28
lib/dns: add type of connection
Shulhan
2018-09-27
lib/dns: add field Kind to request
Shulhan
2018-09-27
lib/dns: reimplement request pooling for server
Shulhan
2018-09-25
lib/dns: remove request pooling
Shulhan
2018-09-25
lib/dns: implement client and server for DNS over HTTPS
Shulhan
2018-09-05
Remove message pool, let the client handle how to pool the message
Shulhan
2018-08-24
lib/dns: add interface for sender, receiver, and client
Shulhan
2018-08-23
lib/dns: Implement DNS server with handler
Shulhan