aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-04-04Release pakakeh.go v0.54.0 (2024-04-04)v0.54.0Shulhan
2024-04-04lib/dns: check for possible packet misformat in SVCB RR and TCP clientShulhan
2024-04-03lib/dns: fix unpacking ipv4hint on SVCB recordShulhan
2024-04-03cmd/httpdfs: set default include options to emptyShulhan
2024-04-03_AUR: update to include new CLI "ansua"Shulhan
2024-04-03cmd/ansua: command line interface to help tracking timeShulhan
2024-03-27lib/dns: refactor [Message.Unpack] to [UnpackMessage]Shulhan
2024-03-26lib/dns: implements RFC 9460 for SVCB RR and HTTPS RRShulhan
2024-03-26_doc: add summary of RFC 9460Shulhan
2024-03-26lib/bytes: add parameter networkByteOrder to ParseHexDumpShulhan
2024-03-26lib/dns: use ParseUint to parse escaped octet in "\NNN" formatShulhan
2024-03-26lib/http: remove unnecessary second return value in getFSNodeShulhan
2024-03-25lib/bytes: add test for Parser Read and ReadNoSpaceShulhan
2024-03-22_doc: update index to group RFC documentations by featureShulhan
2024-03-22lib/dns: add test flag to skip running DNS serverShulhan
2024-03-21all: rename the root file to new package nameShulhan
2024-03-21lib/memfs: trim trailing slash ("/") in the path of Get methodShulhan
2024-03-16go.mod: update Go to version 1.21 and module crypto to latest versionShulhan
2024-03-15lib/http: refactoring FSHandler type to return [*memfs.Node]Shulhan
2024-03-15lib/http: refactoring type of ResponseType from int to stringShulhan
2024-03-15lib/http: refactor type of RequestType from int to stringShulhan
2024-03-15lib/http: refactoring type of RequestMethod from int to stringShulhan
2024-03-15lib/http: refactoring Client methods to return struct ClientResponseShulhan
2024-03-14lib/http: refactor Client methods to use struct ClientRequestShulhan
2024-03-14lib/http: add benchmark for Server handleDelete and registerDeleteShulhan
2024-03-14lib/http: add test for Server handleDeleteShulhan
2024-03-14test/httptest: new helper for testing HTTP server handlerShulhan
2024-03-09lib/http: refactoring NewServer and NewClientShulhan
2024-03-09lib/http: rename files for consistencyShulhan
2024-03-09Makefile: reorder default tasks and add flags for reproducible buildShulhan
2024-03-09lib/http: refactor of RegisterEndpoint and RegisterSSE to non-pointerShulhan
2024-03-09_AUR: update the package name with latest module nameShulhan