aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-28lib/bytes: split the hexdump related functions to separate packageShulhan
2024-12-28lib/binary: implement append-only binary fileShulhan
2024-12-28lib/watchfs: cleaning up, merge shared identifiers to package fileShulhan
2024-12-28lib/watchfs: detach the options from memfsShulhan
2024-12-28lib/memfs: move the old Watcher and DirWatcher to watchfsShulhan
2024-12-28lib/memfs: refactoring Watch to use "watchfs/v2"Shulhan
2024-12-28watchfs/v2: implement new directory watcherShulhan
2024-12-28watchfs/v2: implement new file watcherShulhan
2024-12-28go.mod: update Go toolchains to version 1.23.4Shulhan
2024-12-28lib/test: update comment to show link on reflect.EqualerShulhan
2024-12-28lib/reflect: refactor the Equaler method EqualShulhan
2024-12-28lib/http: simplify setting Client TransportShulhan
2024-12-28lib/http: add method to return default HTTP Transport in ClientShulhan
2024-12-28lib/ssh: implement Run with contextShulhan
2024-12-28lib/play: simplify running Go codeShulhan
2024-12-28lib/play: move all HTTP related methods to its own fileShulhan
2024-12-28lib/play: initialize user's home and cache dir in initShulhan
2024-12-28lib/play: implement function to test Go codeShulhan
2024-12-07Release pakakeh.go v0.58.1 (2024-12-07)v0.58.1Shulhan
2024-12-07go.mod: update all dependenciesShulhan
2024-12-06lib/play: add custom request to run unsafe directory directlyShulhan
2024-12-03lib/memfs: move compiled regex to their optionsShulhan
2024-11-16lib/play: add option to Run with specific Go version and without raceShulhan
2024-10-30lib/play: expose the Timeout variableShulhan
2024-10-06.github/workflows: update Go to v1.23.2Shulhan
2024-10-06Release pakakeh.go v0.58.0 (2024-10-06)v0.58.0Shulhan
2024-10-06go.mod: update all dependenciesShulhan
2024-10-04lib/play: new package for formatting and running Go codeShulhan
2024-09-30lib/http: add Server method to register handler by functionShulhan
2024-09-30lib/http: remove writing StatusNoContent on ResponseTypeNodeShulhan
2024-09-30lib/bytes: add function AppendInt64 and AppendUint64Shulhan
2024-09-30go.mod: update module to v1.22.0Shulhan
2024-09-30all: simplify some statementsShulhan
2024-09-13all: initialize SPDX licenseShulhan
2024-09-13all: replace golangci-lint with 'got vet'Shulhan
2024-09-04Release pakakeh.go v0.57.0 (2024-09-03)v0.57.0Shulhan
2024-09-04all: fix various linter warningsShulhan
2024-09-03go.mod: update all dependenciesShulhan
2024-08-09lib/sql: replace [http.FileSystem] with [memfs.MemFS]Shulhan
2024-08-09lib/memfs: document the comparison with "go:embed" directiveShulhan
2024-08-04Release pakakeh.go v0.56.0 (2024-08-04)v0.56.0Shulhan
2024-08-04lib/ini: mention that marshaling []byte does not supportedShulhan
2024-08-04_doc: add partial note and summary for RFC 2183Shulhan
2024-08-04cmd/emaildecode: CLI to decode email body to plain textShulhan
2024-08-04lib/email: export the field Fields in HeaderShulhan
2024-08-03lib/email: decode the message body based on content-transfer-encodingShulhan
2024-08-03lib/email: allow message that end lines with LF onlyShulhan
2024-08-03lib/memfs: another fix for refreshShulhan
2024-07-22Release pakakeh.go v0.55.2 (2024-07-22)v0.55.2Shulhan
2024-07-22lib/memfs: sanitize the Root directory to fix refreshShulhan