index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-04
Release pakakeh.go v0.54.0 (2024-04-04)
v0.54.0
Shulhan
2024-04-04
lib/dns: check for possible packet misformat in SVCB RR and TCP client
Shulhan
2024-04-03
lib/dns: fix unpacking ipv4hint on SVCB record
Shulhan
2024-04-03
cmd/httpdfs: set default include options to empty
Shulhan
2024-04-03
_AUR: update to include new CLI "ansua"
Shulhan
2024-04-03
cmd/ansua: command line interface to help tracking time
Shulhan
2024-03-27
lib/dns: refactor [Message.Unpack] to [UnpackMessage]
Shulhan
2024-03-26
lib/dns: implements RFC 9460 for SVCB RR and HTTPS RR
Shulhan
2024-03-26
_doc: add summary of RFC 9460
Shulhan
2024-03-26
lib/bytes: add parameter networkByteOrder to ParseHexDump
Shulhan
2024-03-26
lib/dns: use ParseUint to parse escaped octet in "\NNN" format
Shulhan
2024-03-26
lib/http: remove unnecessary second return value in getFSNode
Shulhan
2024-03-25
lib/bytes: add test for Parser Read and ReadNoSpace
Shulhan
2024-03-22
_doc: update index to group RFC documentations by feature
Shulhan
2024-03-22
lib/dns: add test flag to skip running DNS server
Shulhan
2024-03-21
all: rename the root file to new package name
Shulhan
2024-03-21
lib/memfs: trim trailing slash ("/") in the path of Get method
Shulhan
2024-03-16
go.mod: update Go to version 1.21 and module crypto to latest version
Shulhan
2024-03-15
lib/http: refactoring FSHandler type to return [*memfs.Node]
Shulhan
2024-03-15
lib/http: refactoring type of ResponseType from int to string
Shulhan
2024-03-15
lib/http: refactor type of RequestType from int to string
Shulhan
2024-03-15
lib/http: refactoring type of RequestMethod from int to string
Shulhan
2024-03-15
lib/http: refactoring Client methods to return struct ClientResponse
Shulhan
2024-03-14
lib/http: refactor Client methods to use struct ClientRequest
Shulhan
2024-03-14
lib/http: add benchmark for Server handleDelete and registerDelete
Shulhan
2024-03-14
lib/http: add test for Server handleDelete
Shulhan
2024-03-14
test/httptest: new helper for testing HTTP server handler
Shulhan
2024-03-09
lib/http: refactoring NewServer and NewClient
Shulhan
2024-03-09
lib/http: rename files for consistency
Shulhan
2024-03-09
Makefile: reorder default tasks and add flags for reproducible build
Shulhan
2024-03-09
lib/http: refactor of RegisterEndpoint and RegisterSSE to non-pointer
Shulhan
2024-03-09
_AUR: update the package name with latest module name
Shulhan
2024-03-09
all: reformat all files with goimports
Shulhan
2024-03-09
_doc: rename the share module to "pakakeh.go"
Shulhan
2024-03-09
lib: move package "ssh/config" to "lib/sshconfig"
Shulhan
2024-03-09
lib: move package "net/html" to "lib/html"
Shulhan
2024-03-06
all: conform with linter gosec, ineffasign, and makezero
Shulhan
2024-03-05
go.mod: update all dependencies
Shulhan
2024-03-05
lib/http: move CORS initialization and handler to cors_options
Shulhan
2024-03-05
lib/http: handle CORS independently
Shulhan
2024-03-05
lib/memfs: remove deprecated Merge function
Shulhan
2024-03-05
lib/sql: remove deprecated Row type
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-03-02
Release share v0.53.1 (2024-03-02)
v0.53.1
Shulhan
2024-03-02
lib/sql: realign struct in test
Shulhan
2024-02-29
lib/sql: handle binding with the same name
Shulhan
2024-02-26
.github: update setup-go to version 5 and Go to minimum supported version
Shulhan
[next]