summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-07-22cmd/bcrypt: check for error during FscanlnShulhan
2024-06-20Release pakakeh.go v0.55.1 (2024-06-20)v0.55.1Shulhan
2024-06-18all: update the git file linksShulhan
2024-06-08lib/http: add request type HTMLShulhan
2024-06-08lib/path: add method Path to RouteShulhan
2024-05-04Release pakakeh.go v0.55.0 (2024-05-04)v0.55.0Shulhan
2024-05-04lib: comply with linter recommendationsShulhan
2024-05-04go.mod: update module go-x-cryptoShulhan
2024-04-24lib/http: refactoring "multipart/form-data" parameters in ClientRequestShulhan
2024-04-23lib/http: allow all HTTP method to generate HTTP request with bodyShulhan
2024-04-17telegram/bot: register GET endpoint to test webhookShulhan
2024-04-17telegram/bot: move Webhook options initialization to separate methodShulhan
2024-04-17telegram/bot: fix Webhook URL registrationShulhan
2024-04-13go.mod: update all dependenciesShulhan
2024-04-13lib/dns: make server accept record type ANYShulhan
2024-04-12lib/dns: return errInvalidMessage when received message cannot be parsedShulhan
2024-04-12lib/dns: fix packing and unpacking OPT recordShulhan
2024-04-10lib/memfs: set embed file mode to print as octalShulhan