index
:
gorankusu
dev
main
The Go library for load testing HTTP and WebSocket endpoints.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trunks.go
Age
Commit message (
Expand
)
Author
2022-08-25
Release trunks v0.3.0 (2022-08-25)
v0.3.0
Shulhan
2022-08-21
all: remove trailing new line on each mlog format
Shulhan
2022-08-21
all: reformat with Go 1.19 gofmt
Shulhan
2022-03-14
all: changes the license of trunks software to GPL 3.0 or later
Shulhan
2022-02-05
Release trunks v0.1.0 (2022-02-05)
v0.1.0
Shulhan
2022-01-10
all: update share and ciigo modules
Shulhan
2021-12-21
all: add feature to register custom navigation link
Shulhan
2021-12-10
all: realign all structs
Shulhan
2021-10-17
all: merge all workers for related to development to internal/cmd
Shulhan
2021-09-29
all: implement WebSocket notification when attack finished
Shulhan
2021-09-28
all: change the environment to set WebSocket port instead of address
Shulhan
2021-09-27
all: minimize recompilation on changes on _www
Shulhan
2021-09-27
all: implement WebSocket API
Shulhan
2021-09-26
all: unembed HTTP server on Trunks
Shulhan
2021-09-25
all: simplify development on trunks-example
Shulhan
2021-09-25
all: check and convert HTTP target parameters to multipart/form-data
Shulhan
2021-09-25
all: prevent leaking Target and HttpTarget headers and variables
Shulhan
2021-09-23
all: convert the params to JSON object
Shulhan
2021-04-09
all: wrap the websocket Run response inside the EndpointResponse
Shulhan
2021-04-09
all: fix HTTP Run not called when executed from API
Shulhan
2021-04-09
all: fix double slash when logging attack URL
Shulhan
2021-04-09
all: check for nil PreAttack when on worker attack queue
Shulhan
2021-03-27
all: change the Run result to return dump of HTTP request and response
Shulhan
2021-03-27
all: allow client to customize request method, path, and type
Shulhan
2021-03-24
all: fix and update linter warnings
Shulhan
2021-03-24
all: implement target for WebSocket
Shulhan
2021-03-24
all: move BaseUrl from AttackOptions to Target
Shulhan
2021-03-21
all: implement interface and API to cancel running attack
Shulhan
2021-03-21
all: implement interface and API to delete attack result
Shulhan
2021-03-21
all: load pass attack results and implement function to get attack result
Shulhan
2021-03-21
all: various changes
Shulhan
2021-03-21
all: rename loadTestingResult to AttackResult
Shulhan
2021-03-21
all: implement API and interface for attack functionality
Shulhan
2021-03-15
trunks: a module for testing HTTP services
Shulhan