aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-15lib/http: fix possible data race in SSE connectionShulhan
2026-02-13lib/http: realign the fields in struct ServerShulhan
2026-02-13lib/path: remove reference to old repository "share"Shulhan
2026-02-13lib/websocket: remove generated HTML filesShulhan
2026-02-11go.mod: update all dependenciesShulhan
2026-02-11cmd/httpdfs: add option to set base path and shutdown idle durationShulhan
2026-02-11lib/http: implement server auto shutdown when idleShulhan
2026-02-11lib/http: add BasePath to the ServerOptionsShulhan
2026-02-09lib/git: skip test LogFollow when repository is shallow clonedShulhan
2026-02-09lib/git: fix tests due to missing .git directoryShulhan
2026-02-09go.mod: update the Go version to 1.25Shulhan
2026-02-09Release pakakeh.go v0.61.0 (2026-02-09)v0.61.0Shulhan
2026-02-08go.mod: update all dependenciesShulhan
2026-02-08_doc: split the changelog for 2025Shulhan
2026-02-08_doc: remove ":sectlinks:" attribute from adoc filesShulhan
2026-02-06_doc: fix typo on RFC 4686 "Analysis of Threats Motivating DKIM"Shulhan
2026-02-05lib/http: change HandleFS redirect status code to 301 Moved PermanentlyShulhan
2026-02-05lib/http: handle file system with canonical directory end with slash "/"Shulhan
2026-02-05cmd/httpdfs: fix call to log.FatalShulhan
2026-02-03lib/os: fix IsBinary that return true if file size less than 1024Shulhan
2026-02-02cmd/httpdfs: implement systemd socket activationShulhan
2026-02-02lib/http: add field Listener to ServerOptionsShulhan
2026-02-02lib/systemd: new package for socket-based activationShulhan
2026-02-02lib/play: set the minimum Go tool version to 1.25.0Shulhan
2026-02-02lib/dns: remove unnessary log prefix on forwarderShulhan
2026-02-02lib/dns: minimize use of appendShulhan
2026-02-02lib/dns: use separate ServeMux for handling DoHShulhan
2026-02-02lib/dns: skip caching empty answer only for query type AShulhan
2026-02-02lib/dns: remove DebugLevelDNSShulhan
2026-02-02lib/dns: changes the request's kind field to stringShulhan
2026-02-02lib/dns: add option to set hook on server when receiving answerShulhan
2026-01-26lib/dns: add method to set TTL on MessageShulhan
2026-01-26lib/dns: print the answer TTL in DebugLevelCacheShulhan
2026-01-26make: increase test timeout to 2m due to lib/email/dkim takes more 60sShulhan
2026-01-26lib/dns: simplify log message for DebugLevelCacheShulhan
2026-01-25lib/dns: increase the client default timeout from 6 to 60 secondsShulhan
2026-01-25README: fix broken link and simplify license sectionShulhan
2026-01-15CHANGELOG: record all of the latest changesShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2026-01-15lib/test: ignore line prefixed with "//"Shulhan
2026-01-15lib/git: handle pattern "**/foo/**"Shulhan
2026-01-14lib/git: expose the API for IgnorePatternShulhan
2026-01-14lib/git: pass "--" when running LogFollow commandShulhan
2026-01-13README: format the file using prettierShulhan
2026-01-13lib/git: add method LogFollowShulhan
2026-01-11lib/git: fix ignore pattern with single wildcard '*'Shulhan
2026-01-09lib/os: add function IsBinaryStreamShulhan
2026-01-08lib/ini: improve error message when parsing variable nameShulhan
2026-01-06lib/http: add second return value, statusCode, to FSHandlerShulhan
2026-01-06lib/git: implement Equaler interface on GitShulhan