Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/salvo-rs/salvo-utils

Common utilities used with hyper.
https://github.com/salvo-rs/salvo-utils

Use std::task::ready

a64427b7e8a91991c8e09934a85a8bbcea8defc2 authored about 1 year ago by Chrislearn Young <[email protected]>
Version 0.0.7 and Hyper 1.0

fbc959677f30824be14377f005c034882547de2a authored about 1 year ago by Chrislearn Young <[email protected]>
update version

0d9f5f9e07d6064d708db75e5dbc1437cc3572a6 authored over 1 year ago by Christopher Young <[email protected]>
Merge branch 'master' into salvo

c6fffb05fa8b96ce6d4874b6e054503847ffc150 authored over 1 year ago by Christopher Young <[email protected]>
chore(ci): bump msrv to 1.63

86b9641fe61a9beba14a9eaaec7efe038ac7362c authored over 1 year ago by Sean McArthur <[email protected]>
chore(deps): upgrade socket2

229757e565e0935a7a3b1d0f9e9ab88d9310e779 authored over 1 year ago by Sean McArthur <[email protected]>
Revert "only remain runtimes"

This reverts commit 492401cf2c9bc5f27c73098f03acda78b311261d.

997d3205af852ec72cf15c044374f3f20fc341cc authored over 1 year ago by Christopher Young <[email protected]>
only remain runtimes

492401cf2c9bc5f27c73098f03acda78b311261d authored over 1 year ago by Christopher Young <[email protected]>
remove unused ready

80a7bb015308f19c1dec0ff336a70bd1845c02fe authored over 1 year ago by Chrislearn Young <[email protected]>
Merge branch 'salvo' of https://github.com/chrislearn/salvo-utils into salvo

692a2e160a9e8f0e1e754cc12c915b116bd7d0c3 authored over 1 year ago by Chrislearn Young <[email protected]>
Remove `publish = false`

f40db0e6b81e028ca17d65eca139e158761f287b authored over 1 year ago by Chrislearn Young <[email protected]>
Version 0.0.4

04912fa3a7ea2022f094eade63efeb43e6aca38d authored over 1 year ago by Chrislearn Young <[email protected]>
Merge branch 'master' into salvo

517d76954db9265d263994b8516b0b6bc557645f authored over 1 year ago by Chrislearn Young <[email protected]>
feat: upgrade to hyper 1.0.0-rc.4, add TokioIo

f898015fc9eca9f459ddac521db278d904099e89 authored over 1 year ago by Sean McArthur <[email protected]>
publish=true

41ea385d3a549c0a9d4e71041e7f820bd57190ca authored over 1 year ago by Chrislearn Young <[email protected]>
version 0.0.3

a05a9e4b8b7e16b356129d992cc16246a5d5132f authored over 1 year ago by Chrislearn Young <[email protected]>
Merge branch 'master' into salvo

9f9b0884cbe4771e70c587009106c1dba08baf2d authored over 1 year ago by Chrislearn Young <[email protected]>
Fix todo!() errors in legacy client (#28)

Replace the todo!() with relevant errors from hyper::Error

4390d517b5ce15384808fe471e95dd737662bacc authored over 1 year ago by Garrett Thornburg <[email protected]>
chore(ci): update ci config (#27)

* chore(ci): update ci config

* chore(ci): remove redundant ci job step name

6f9610397b0220e258a1752d5277e8ac171fa33d authored over 1 year ago by tottoto <[email protected]>
feat(client): add `set_interface()` connector option (#26)

012148246ea02140d2ca6611d627c216f0f157ad authored over 1 year ago by hottea773 <[email protected]>
chore(lib): update to hyper RC3

3c37c5ba62780cf593f53ce2fcb3e7c312eb95d6 authored almost 2 years ago by Sean McArthur <[email protected]>
Unlock once_cell version (#22)

* Unlock once_cell version

* change once_cell version to 1.14

5da451d4dba2c373a490e4e6922559356885dddd authored almost 2 years ago by Chrislearn Young <[email protected]>
Unlock once_cell version

a736c808965042d2b148f3675065ecc5ca916dc0 authored almost 2 years ago by Chrislearn Young <[email protected]>
refactor(client): properly set legacy client feature attributes (#21)

19d92d17a3372640b43055dc4df7391e4b7171f9 authored almost 2 years ago by Chrislearn Young <[email protected]>
docs(client): fix client builder argument missing in doc (#20)

95bb0d9145f55a3ed353f67495d3c5c74a07bbe7 authored almost 2 years ago by Chrislearn Young <[email protected]>
feat(client): port the hyper 0.14 as `legacy::Client` (#19)

91d8b0a98c1c3415a05799b62114f98c86156243 authored almost 2 years ago by Sean McArthur <[email protected]>
chore(cargo): add 'full' feature as shorthand (#18)

9ecd28ae44894b4e24f3673368f7ef891bad6c3b authored almost 2 years ago by Sean McArthur <[email protected]>
chore(dependencies): upgrade to hyper rc2 (#17)

ae11927faf640bfc7d3726f1caffc2f28c56a45e authored almost 2 years ago by Sean McArthur <[email protected]>
pool: make relevant items `pub` (#15)

Currently `pool` is not pub, and nothing `pub` uses it, so it isn't
accessible. This exposes th...

f14e9acad18c1db4b67c24baf9592350c9109934 authored about 2 years ago by John Howard <[email protected]>
pool: introduce generic Key parameter (#16)

287b1f90e5189a5f7e2e7bbbf474e218d4b26d6e authored about 2 years ago by John Howard <[email protected]>
refactor(common): only export `Never` with associated features (#14)

This avoids linter errors

313b5fa891e99537fbedfe57476d5dbbba513e3d authored about 2 years ago by John Howard <[email protected]>
chore(dependencies): update to hyper rc.1 (#13)

446001bf8727a38098b7ef74202ffb675a278cd1 authored about 2 years ago by Sean McArthur <[email protected]>
feat(client): `HttpConnector::tcp_keepalive_interval` and `HttpConnec… (#9)

0e0591e32532b27311d3cc04c33b9515abfb76fa authored about 2 years ago by Hanson Char <[email protected]>
refactor(lib): add missing feature flags (#8)

* fix: add missing feature flags

* chore: score some easy clippy wins

* fix: make client t...

85aade41a080fc4b40a9a53c818680feed14f138 authored over 2 years ago by Tom Karwowski <[email protected]>
feat(rt): add TokioExecutor (#4)

92142946547baabaccaed67f04d6e799e0e6f5d2 authored over 2 years ago by Tomek Karwowski <[email protected]>
feat(pool): import client::pool from hyper (#3)

cc https://github.com/hyperium/hyper/issues/2860

82660d98a93b161de8fe07a563be35b8a78381da authored over 2 years ago by dswij <[email protected]>
feat(client): import client::connect from hyper (#2)

Closes hyperium/hyper#2859

36082c9217e1c7c6902ce2798de92390dc48697d authored over 2 years ago by Sean McArthur <[email protected]>
chore(lib): initialize repo skeleton (#1)

6d70bd8f5348bba79d70971ade6900ea401c0a28 authored over 2 years ago by Sean McArthur <[email protected]>
Initial commit

2188a523b85fb960e37bad1211fc5ccd7fc3a3b4 authored over 2 years ago by Sean McArthur <[email protected]>