Commit Graph

229 Commits

Author SHA1 Message Date
Yujia Qiao 46b0b6b9cc docs: add iperf3 example
docs: update README.md and add comments
2021-12-23 19:01:42 +08:00
Yujia Qiao ca46125cc8 test: add udp tests 2021-12-23 19:01:42 +08:00
Yujia Qiao 443f763800 feat: UDP support 2021-12-23 19:01:42 +08:00
Yujia Qiao 65c75da633
ci: treat clippy lints as errors (#16)
* fix: clippy lint

* ci: treat clippy as errors
2021-12-20 12:50:20 +08:00
Yujia Qiao b173b9e22a ci: test crate features 2021-12-20 12:46:35 +08:00
Yujia Qiao dc04befa5a feat: add crate features: tls, server, client 2021-12-20 12:46:35 +08:00
Yujia Qiao 531428f838
bump: v0.1.2 2021-12-19 19:48:19 +08:00
Yujia Qiao 8988366bac docs: add logging levels 2021-12-19 19:45:08 +08:00
Yujia Qiao 8b5571b419 feat: set `info` as the default logging level 2021-12-19 19:45:08 +08:00
Yujia Qiao 0701c7cfe0 refactor: replace `ring` with `sha2` 2021-12-19 18:13:54 +08:00
Yujia Qiao d813692e6f
ci: create rust.yml 2021-12-19 18:02:51 +08:00
Yujia Qiao 64c2c632e7
fix: fix cargo license 2021-12-19 18:02:51 +08:00
Yujia Qiao 8f21c56a77
deps: bump and fmt 2021-12-19 18:02:51 +08:00
Yujia Qiao 85d9bf7bdb
refactor: clippy and clean up 2021-12-19 18:02:51 +08:00
Yujia Qiao 6d0bf7e7e8
test: add the integration test 2021-12-19 18:02:51 +08:00
Yujia Qiao 1d5ad9c185
fix: add error context 2021-12-19 18:02:51 +08:00
Yujia Qiao b8e824849a
refactor: facilitate tests 2021-12-19 18:02:51 +08:00
Yujia Qiao 776bce35cb
chore: add a TODO 2021-12-19 18:02:51 +08:00
Yujia Qiao ed3b3a9831
test: add tests for config parsing and examples 2021-12-19 18:02:51 +08:00
Yujia Qiao b5c9007efe
chore: update Cargo.toml 2021-12-19 18:02:51 +08:00
Yujia Qiao c822f362c1
docs: update README.md 2021-12-19 18:02:51 +08:00
Yujia Qiao 58d3a8c96c
chore: rename directories 2021-12-19 18:02:51 +08:00
Yujia Qiao 347b958e84
docs: add comments and update README.md 2021-12-19 18:02:51 +08:00
Yujia Qiao b6c353e7bf
fix: service listener backoff policy
Remove the `max_elapsed_time` limit
2021-12-19 18:02:51 +08:00
Yujia Qiao f92398ea31
refactor: fix clippy, merge imports
Fix lints of clippy
Merge imports
2021-12-19 18:02:51 +08:00
Yujia Qiao b3bdd7eb64
fix: fix tests 2021-12-19 18:02:51 +08:00
Yujia Qiao dcef7f2d0f
feat: TLS support 2021-12-19 18:02:51 +08:00
Yujia Qiao f4b7e600bc
refactor: refactor handle_connection 2021-12-19 18:02:51 +08:00
Yujia Qiao 8f3bf5c7c7
feat: init 2021-12-19 18:02:51 +08:00