index
:
awwan
dev
main
Configuration management software, scriptable shell with SSH support.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http_server.go
Age
Commit message (
Expand
)
Author
2026-02-12
all: change Serve parameters to struct `ServeOptions`
Shulhan
2026-02-06
all: improve the Server-Sent Events (SSE) output
Shulhan
2026-02-03
all: fix data race in tests and [httpServer.ExecuteTail]
Shulhan
2026-02-03
cmd/awwan: implement socket based activation on serve command
Shulhan
2024-04-06
all: comply with linter recommendations
Shulhan
2024-03-22
all: replace module "share" with "pakakeh.go"
Shulhan
2023-12-22
all: delete the execution response and context cancellation on finished
Shulhan
2023-12-22
all: implement HTTP API to stop local or play execution
Shulhan
2023-12-22
all: add [context.Context] to Local and Play
Shulhan
2023-12-14
all: fix memfs excludes regex
Shulhan
2023-12-14
all: changes based on reports from linter revive
Shulhan
2023-12-09
all: reduce the response on HTTP endpoint on GET fs
Shulhan
2023-12-01
all: handle reconnecting when streaming execution
Shulhan
2023-12-01
all: implement HTTP API to fetch execution output by ID
Shulhan
2023-12-01
all: refactoring HTTP endpoint for Execute
Shulhan
2023-11-25
all: print non error information using package log instead of fmt
Shulhan
2023-11-20
all: do not changes the Script path in the response of HTTP Execute
Shulhan
2023-11-19
all: fix excludes on HTTP server related to .git
Shulhan
2023-11-19
all: return 403 Forbidden when requesting awwan.key and awwan.pass
Shulhan
2023-11-16
all: refactoring, rename HttpResponse to ExecResponse
Shulhan
2023-11-16
all: refactoring, rename Request to ExecRequest
Shulhan
2023-11-16
all: implement HTTP API to decrypt file
Shulhan
2023-11-15
_wui: implement Encrypt
Shulhan
2023-11-15
all: implement HTTP API to encrypt file
Shulhan
2023-11-09
all: on file save, make sure file end with line-feed
Shulhan
2023-11-09
cmd/awwan: add option "-address" to command serve
Shulhan
2023-10-30
all: log all execution into file
Shulhan
2023-10-30
all: return the error as reponse in HTTP API execute
Shulhan
2023-10-29
all: rename directory "_www" to "_wui"
Shulhan
2023-10-29
all: remove the node when requested from HTTP API /awwan/api/fs
Shulhan
2023-10-26
all: use "mlog.MultiLogger" to log Request output and error
Shulhan
2023-09-28
all: move field bufout and buferr out of httpServer struct
Shulhan
2023-09-28
all: create struct to handle HTTP server
Shulhan
2023-09-28
all: split type fsRequest to its separate file
Shulhan
2023-09-28
all: rename http_api.go to http_server.go
Shulhan