summaryrefslogtreecommitdiff
path: root/http_server.go
AgeCommit message (Expand)Author
2024-04-06all: comply with linter recommendationsShulhan
2024-03-22all: replace module "share" with "pakakeh.go"Shulhan
2023-12-22all: delete the execution response and context cancellation on finishedShulhan
2023-12-22all: implement HTTP API to stop local or play executionShulhan
2023-12-22all: add [context.Context] to Local and PlayShulhan
2023-12-14all: fix memfs excludes regexShulhan
2023-12-14all: changes based on reports from linter reviveShulhan
2023-12-09all: reduce the response on HTTP endpoint on GET fsShulhan
2023-12-01all: handle reconnecting when streaming executionShulhan
2023-12-01all: implement HTTP API to fetch execution output by IDShulhan
2023-12-01all: refactoring HTTP endpoint for ExecuteShulhan
2023-11-25all: print non error information using package log instead of fmtShulhan
2023-11-20all: do not changes the Script path in the response of HTTP ExecuteShulhan
2023-11-19all: fix excludes on HTTP server related to .gitShulhan
2023-11-19all: return 403 Forbidden when requesting awwan.key and awwan.passShulhan
2023-11-16all: refactoring, rename HttpResponse to ExecResponseShulhan
2023-11-16all: refactoring, rename Request to ExecRequestShulhan
2023-11-16all: implement HTTP API to decrypt fileShulhan
2023-11-15_wui: implement EncryptShulhan
2023-11-15all: implement HTTP API to encrypt fileShulhan
2023-11-09all: on file save, make sure file end with line-feedShulhan
2023-11-09cmd/awwan: add option "-address" to command serveShulhan
2023-10-30all: log all execution into fileShulhan
2023-10-30all: return the error as reponse in HTTP API executeShulhan
2023-10-29all: rename directory "_www" to "_wui"Shulhan
2023-10-29all: remove the node when requested from HTTP API /awwan/api/fsShulhan
2023-10-26all: use "mlog.MultiLogger" to log Request output and errorShulhan
2023-09-28all: move field bufout and buferr out of httpServer structShulhan
2023-09-28all: create struct to handle HTTP serverShulhan
2023-09-28all: split type fsRequest to its separate fileShulhan
2023-09-28all: rename http_api.go to http_server.goShulhan