summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-03-09all: reformat all files with goimportsShulhan
2024-03-09_doc: rename the share module to "pakakeh.go"Shulhan
2024-03-09lib: move package "ssh/config" to "lib/sshconfig"Shulhan
2024-03-09lib: move package "net/html" to "lib/html"Shulhan
2024-03-06all: conform with linter gosec, ineffasign, and makezeroShulhan
2024-03-05go.mod: update all dependenciesShulhan
2024-03-05lib/http: move CORS initialization and handler to cors_optionsShulhan
2024-03-05lib/http: handle CORS independentlyShulhan
2024-03-05lib/memfs: remove deprecated Merge functionShulhan
2024-03-05lib/sql: remove deprecated Row typeShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2024-03-02Release share v0.53.1 (2024-03-02)v0.53.1Shulhan
2024-03-02lib/sql: realign struct in testShulhan
2024-02-29lib/sql: handle binding with the same nameShulhan
2024-02-26.github: update setup-go to version 5 and Go to minimum supported versionShulhan
2024-02-25lib/dns: prefix the error message with method namesShulhan
2024-02-25lib/dns: ignore invalid messageShulhan
2024-02-20go.mod: update all dependenciesShulhan
2024-02-20lib/http: add constanta for header Set-CookieShulhan
2024-02-15all: set unused parameter to "_"Shulhan
2024-02-15lib/http: export function to generate "multipart/form-data"Shulhan
2024-02-04lib/dns: change the log mechanism by mode instead of by levelShulhan