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
/
tcp_client.go
Age
Commit message (
Expand
)
Author
2026-02-02
lib/dns: minimize use of append
Shulhan
2025-01-23
all: replace "lib/bytes.AppendXxx" with standard library
Shulhan
2024-04-04
lib/dns: check for possible packet misformat in SVCB RR and TCP client
Shulhan
2024-03-27
lib/dns: refactor [Message.Unpack] to [UnpackMessage]
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-02-25
lib/dns: prefix the error message with method names
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-05-20
all: remove any usage of debug.Value in all packages
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-16
lib/dns: refactoring, change signature of client Lookup
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: use snake case for file naming
Shulhan