0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Jul 19, 2025 — Jul 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs(contrib): fixup link typos More... over 2 years ago
docs(contrib): improve CONTRIBUTING with more ways to help More... over 2 years ago
chore(ci): update location of code style document More... over 2 years ago
chore(ci): set rustfmt edition to 2021 More... over 2 years ago
perf(http1): avoid copy-allocation in request path parsing (#3575) More... over 2 years ago
v1.2.0 More... over 2 years ago
refactor(lib): importing Unpin is not needed in 2021 edition More... over 2 years ago
refactor(error): resolve unused trait error More... over 2 years ago
chore(ci): update to cargo-check-external-types 0.1.11 More... over 2 years ago
fix(rt): `Sleep::downcast_mut_pin()` no longer extend lifetime More... over 2 years ago
chore(lib): remove importing prelude trait in 2021 edition (#3546) More... over 2 years ago
feat(http1): support configurable `max_headers(num)` to client and server (#3523) More... over 2 years ago
chore(lib): update to 2021 edition More... over 2 years ago
docs(maintainers): add dswij (@dswij) to triagers (#3540) More... over 2 years ago
fix(http2): typo in trace logging (#3536) More... over 2 years ago
test(body): re-enable miri on a few channel tests More... over 2 years ago
doc(contrib): move cargo fmt notes to CODE_STYLE.md More... over 2 years ago
feat(http2): add config for `max_local_error_reset_streams` in server (#3530) More... over 2 years ago
feat(http2): add `initial_max_send_streams` method to HTTP/2 client builder (#3524) More... over 2 years ago
fix(http2): `initial_max_send_streams` defaults to 100 More... over 2 years ago
docs(examples): fix client request path (#3520) More... over 2 years ago
refactor(common): replace hyper::common::ready with futures_util::ready (#3359) More... over 2 years ago
test(benches): re-enable end-to-end http2 chunked benchmarks (#3517) More... over 2 years ago
feat(http2): add `max_pending_accept_reset_streams(num)` back to HTTP/2 server builder (#3507) More... over 2 years ago
refactor(proto): resolve internal mutability in const variable More... over 2 years ago
refactor(proto): refactor conditional expression More... over 2 years ago
docs(examples): use share data in service (#3503) More... over 2 years ago
v1.1.0 More... over 2 years ago
fix(http1): add internal limit for chunked extensions (#3495) More... over 2 years ago
fix(http1): reject chunked headers missing a digit (#3494) More... over 2 years ago