Ecosyste.ms: OpenCollective

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

Salvo

Making write code easiler
Collective - Host: opensource - https://opencollective.com/salvo - Code: https://github.com/salvo-rs

Update linux.yml

github.com/salvo-rs/salvo - 1f98b2e5b69064550a6b45240e438b36fad1ced8 authored almost 2 years ago
change hyper-rustls path

github.com/salvo-rs/salvo - b27c9d62b3a5f7a82f39ab24ef0b65357de24c8c authored almost 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - 806f08023cb0c9ea945b59bfcf9aa8fc8495628f authored almost 2 years ago
fix hyper-rustls path

github.com/salvo-rs/salvo - 61f5d3e614096969a0c38ff33ad21db36e09bd32 authored almost 2 years ago
comment proxy test: https://github.com/hyperium/http-body/issues/88

github.com/salvo-rs/salvo - 0b7adf2f7e7c332e0ee55d673d7d83e204336aaa authored almost 2 years ago
change default port

github.com/salvo-rs/salvo - 847ed75774d10ba94991b12950b989c07cca9446 authored almost 2 years ago
cargo clippy

github.com/salvo-rs/salvo - d233a0001e4900a3be9d9ab53a116df76f8539f1 authored almost 2 years ago
wip for hyper 1.0

github.com/salvo-rs/salvo - 52b9abc85fdd2a80f51e8b7ca34e108305359c54 authored almost 2 years ago
Add acme examples

github.com/salvo-rs/salvo - b91332abc3b1d8594a69c6880ae78bc93bbe1903 authored almost 2 years ago
Enable acme for hyper 1.0

github.com/salvo-rs/salvo - addc522f2d2164773123929004f433225849d547 authored almost 2 years ago
Proxy feature for hyper 1.0

github.com/salvo-rs/salvo - c731244754ee95b4bc8df859c46e707c5764c177 authored almost 2 years ago
Add hyper Incoming to ResBody

github.com/salvo-rs/salvo - c1cc235f26c0fb5f6ad56c7eef015f544d432ab0 authored almost 2 years ago
draft for hyper 1.0, update examples

github.com/salvo-rs/salvo-rustls - 807c80785e498da73c879df167e9b8ea161d4877 authored almost 2 years ago
wip: draft for hyper 1.0 support

github.com/salvo-rs/salvo-rustls - 1073183a268105219290a094f92ea4e0c3019ef9 authored almost 2 years ago
feat(client): port the hyper 0.14 as `legacy::Client` (#19)

github.com/salvo-rs/salvo-utils - 91d8b0a98c1c3415a05799b62114f98c86156243 authored almost 2 years ago
Fix typos (#163)

github.com/salvo-rs/salvo-http3 - acbcc4b99958a5bd19b28f9071e6aa1336e086ff authored almost 2 years ago
Update readme

github.com/salvo-rs/salvo - 859432a62d258b9ad8ba9b8d6100b96875854497 authored almost 2 years ago
Use platform specific path separators

Problem:
- When `include!(..)`ing the `mime_types_generated` file,
it was assumed that the sep...

github.com/salvo-rs/mime-infer - fa5759c1bed87abea7af341ab2e50f51b0599326 authored almost 2 years ago
Fix Workflow status badge

github.com/salvo-rs/mime-infer - 21415bed6d19bd0fc20dae9cfcdf4bbcf84b213b authored almost 2 years ago
Merge branch 'main' of https://github.com/salvo-rs/salvo

github.com/salvo-rs/salvo - 716c9fc0c632f4473d08a47025d46488ce880305 authored almost 2 years ago
update moka to 0.10

github.com/salvo-rs/salvo - 74ac3df4f7e7bcd96ce9374bbfcf2b260e81d5ba authored almost 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - 9c30cf6abe82673c68722b6e626c3be78c89fe79 authored almost 2 years ago
public version_from_alpn

github.com/salvo-rs/salvo - 7fac1b32e85845e624b5733286d2673cbe4446c9 authored almost 2 years ago
rename FileChunk to ChunkedFile

github.com/salvo-rs/salvo - d65bd24038f5bdbf0b9a907b90627d6b3fe9e017 authored almost 2 years ago
remove path from dependencies

github.com/salvo-rs/salvo - 5c7016b9759d391f52a730f8a45e005aabd9667b authored almost 2 years ago
chore(cargo): add 'full' feature as shorthand (#18)

github.com/salvo-rs/salvo-utils - 9ecd28ae44894b4e24f3673368f7ef891bad6c3b authored almost 2 years ago
chore(dependencies): upgrade to hyper rc2 (#17)

github.com/salvo-rs/salvo-utils - ae11927faf640bfc7d3726f1caffc2f28c56a45e authored almost 2 years ago
runtime independent (#162)

github.com/salvo-rs/salvo-http3 - 50c2d12cf0b277a7bb38d54bdbcf274270ab106b authored almost 2 years ago
Bump MSRV to 1.57 (#161)

github.com/salvo-rs/salvo-http3 - 9650fcb352bc74565fb353478d74e93994560d98 authored almost 2 years ago
upgrade dependencies

github.com/salvo-rs/salvo - db388a53a4ca503904f8b1bc9bce29c70190f604 authored almost 2 years ago
Merge branch 'main' of https://github.com/salvo-rs/salvo

github.com/salvo-rs/salvo - b567e8df054e4c1eade85faf3f82225e2e3b1bc1 authored almost 2 years ago
Allow override SslAcceptorBuilder settings #227

github.com/salvo-rs/salvo - 195c6d41cb703869a1283690f9ffee12250fdc6f authored almost 2 years ago
Merge pull request #228 from james58899/fix-alpn

Fix unresolved import `crate::http::version_from_alpn`

github.com/salvo-rs/salvo - 7983813d75464ad5596801300fbcccb7dbb0114b authored almost 2 years ago
Remove wrong feature flag

github.com/salvo-rs/salvo - 436da18b0ba6a3d60f45421890e34c2335747368 authored almost 2 years ago
Bump MSRV to 1.57 for base64 (via rustls-pemfile)

github.com/salvo-rs/salvo-rustls - 90d23a2bb75ec1193757e2d4f9d76b1308b8d844 authored almost 2 years ago
Apply clippy suggestions for Rust 1.67

github.com/salvo-rs/salvo-rustls - df8eda402aaab33dfee31037d9d1af612da5777c authored almost 2 years ago
Switch to 2021 edition

github.com/salvo-rs/salvo-rustls - 5ef60943070f93fcba00f4c540425cb3e572f70b authored almost 2 years ago
update description

github.com/salvo-rs/salvo - a651556009254802464b3bba4641b02754fc6ec3 authored about 2 years ago
Merge branch 'main' into next

github.com/salvo-rs/website - 331126d22589ca8fbb9ac53476299ee502d623fd authored about 2 years ago
Merge pull request #10 from joshua-mo-143/main

refactor: fix spelling mistakes

github.com/salvo-rs/website - 04370ac80722bb7f1e611606665f00b7da0a8498 authored about 2 years ago
refactor: fix spelling mistakes

* Fixed the navigation bar so the Middleware tab properly links to the English section
* Fixed a ...

github.com/salvo-rs/website - 8a7d52b7950eff770af353b9ea94f43f39a3e19d authored about 2 years ago
Change stream error type to IoError #214

github.com/salvo-rs/salvo - 4c1da9c28a0213af1ae25ccfc8c7e6aef6589ba5 authored about 2 years ago
Merge branches 'main' and 'main' of https://github.com/salvo-rs/salvo

github.com/salvo-rs/salvo - 46c368d719ea18e1ec701dd007eb6c1c29ce672d authored about 2 years ago
Only warn when method is get,patch,put,post

github.com/salvo-rs/salvo - c3edf3769837660cfa358de7fa71aa2423d7a863 authored about 2 years ago
Merge pull request #219 from depth-liu/main

Remove parking_lot, use std::sync

github.com/salvo-rs/salvo - 9b17ba4d87e76bdcc54b86af366c6d30cb2c6699 authored about 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - 69e967cf923efd4858f1a16d867a5b1df89d1587 authored about 2 years ago
Merge branch 'salvo-rs:main' into main

github.com/salvo-rs/salvo - a3b59085765554c6183a415e7d3687c04d22f4eb authored about 2 years ago
Merge pull request #218 from depth-liu/main

Upgrade base64 to 0.21

github.com/salvo-rs/salvo - 11a7e6bee50ec6cf85e6e1b245cdadcc8a4c0806 authored about 2 years ago
Remove parking_lot, use std::sync

github.com/salvo-rs/salvo - 593c8410ddcd2666346aaba284d56f0a302a9dbd authored about 2 years ago
Merge branch 'salvo-rs:main' into main

github.com/salvo-rs/salvo - d24072efb3da186e895593a9d60ac080cd1585eb authored about 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - 77a7cb6233b86068818cb12f73d049d69d160beb authored about 2 years ago
Upgrade base64 to 0.21

github.com/salvo-rs/salvo - a05d26ccefadcaaeb9f4d1fca609206a7646f0ce authored about 2 years ago
Merge pull request #217 from depth-liu/main

Force set max size when read body to bytes

github.com/salvo-rs/salvo - d9d58d927b505a5f025cebfd87c25f4611ad7d0a authored about 2 years ago
Merge branch 'main' of https://github.com/depth-liu/salvo

github.com/salvo-rs/salvo - 4e26e50dbbc00cc7e49edccd2eea56a4fc0b640a authored about 2 years ago
Fix compile error

github.com/salvo-rs/salvo - cbe805898f2a16c3618df64b9ac77b5516b486f1 authored about 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - fe7536ff5d40dc249ec6b69ef1ae79959646df03 authored about 2 years ago
Force set max size when read body to bytes

github.com/salvo-rs/salvo - 790bfb809bc4926119c1dc6666b065891a45cb49 authored about 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - 0e6ba9ae6cc44e322782c83f766672493d88e21f authored about 2 years ago
https://github.com/salvo-rs/salvo/discussions/216

github.com/salvo-rs/salvo - 50394bc63ab96e1859ac1d19699c5aacdc70fcc1 authored about 2 years ago
code format

github.com/salvo-rs/salvo - d00b3eb5206a17184ef05d8e17a6e69b52b32c09 authored about 2 years ago
Supply depot parameter for `BasicAuthValidator::validate` #212

github.com/salvo-rs/salvo - 96c6518b4e70c932b4bcf8e554119b9cf733970f authored about 2 years ago
Supply depot parameter for BasicAuthValidator::validate #212

github.com/salvo-rs/salvo - e6c0801a26231e6fc35f2f177eba8bca79f5102c authored about 2 years ago
rust fmt action

github.com/salvo-rs/salvo - c79d4cad3ed765fe53428eea2f8a353e33c60fdc authored about 2 years ago
code format

github.com/salvo-rs/salvo - fc2eeb969d2970ee31e226c8238bf250cd571bf8 authored about 2 years ago
cargo clippy

github.com/salvo-rs/salvo - f87cd4fdc76457cb9f9296222f4458bbeb4079b4 authored about 2 years ago
cargo clippy

github.com/salvo-rs/salvo - a76125e7d77932a6b89ccb69578f66beac2bd025 authored about 2 years ago
warning shouldn't be set when status code is 204 no content #208

github.com/salvo-rs/salvo - 38f2f6b5a2e957bbd56b2b741cf8e4ece301e764 authored about 2 years ago
remove reqwest

github.com/salvo-rs/salvo - b960399a3506b71374f434ee31e36acc5bc93122 authored about 2 years ago
upgrade to hyper 1.0.0-rc2

github.com/salvo-rs/salvo - 7c6ab0750da7b9167955247840966d349c19b29b authored about 2 years ago
Proxy Compression Bug #207

github.com/salvo-rs/salvo - 2281ce37bea0342fd038da8c8efc9bfee868f334 authored about 2 years ago
Expose basic auth functions without creating BasicAuth struct #206

github.com/salvo-rs/salvo - adff6aa173333b700ba3b9e3a4227c959d556fb1 authored about 2 years ago
Expose basic auth functions without creating BasicAuth struct #206

github.com/salvo-rs/salvo - 80f8684b804a3fcacff280c579df265e30339930 authored about 2 years ago
Expose basic auth functions without creating BasicAuth struct #206

github.com/salvo-rs/salvo - 1da79ccd00e0132b588eb819ced5dc6ddb352506 authored about 2 years ago
update rustfmt action

github.com/salvo-rs/salvo - fe78cb388f1b06f645b361b3ec781f4167b802a1 authored about 2 years ago
Merge branch 'main' of https://github.com/salvo-rs/salvo

github.com/salvo-rs/salvo - cf8f4f8e92169aeed5922d505a892532064a42ca authored about 2 years ago
actions version

github.com/salvo-rs/salvo - dd9b1e594ff5d6945d26b98ae9290c1da90d740c authored about 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - 0cdfa67d6eb94388fe58d3037f389eb9f35d6c5b authored about 2 years ago
update dependencies

github.com/salvo-rs/salvo - 07c66eb318bd771952565daf050f9790739c8865 authored about 2 years ago
update dependencies

github.com/salvo-rs/salvo - 77e9398f0c36db43a9b2cccfa5079ca10b79186f authored about 2 years ago
Extractible lead to unexpected error with Option properties #205

github.com/salvo-rs/salvo - 5d4ec292c16bc3aebcdad4d6fe50e703cf88b5e2 authored about 2 years ago
unit test for macos

github.com/salvo-rs/salvo - e29cc832e00b2bd9215836feb5306ccc141c737b authored about 2 years ago
unit test for macos

github.com/salvo-rs/salvo - 0789d9bfdde89127e84a1ec73ae2edb4ee4d8c1e authored about 2 years ago
identity legacy for macos

github.com/salvo-rs/salvo - 4ecf450985947a3c3669f9f88ab776a81e145410 authored about 2 years ago
openssl legacy for macos

github.com/salvo-rs/salvo - 5f620cb537ddb56ce51e5abf42f244863f5a403f authored about 2 years ago
actions/checkout@v3

github.com/salvo-rs/salvo - 3dd3b62b00a251d41f083276fa06617a84ed17e0 authored about 2 years ago
actions/checkout@v3

github.com/salvo-rs/salvo - d7936af07bc8f36e1947a99d4274e5b48e1ec03e authored about 2 years ago
Merge branch 'main' of https://github.com/salvo-rs/salvo

github.com/salvo-rs/salvo - 10c17164c467c60b0ec6496eb673602401202518 authored about 2 years ago
use macOS-12

github.com/salvo-rs/salvo - 354d9abc2fa8ffcc4475bb5ed3dc8df4860c31bb authored about 2 years ago
salvo crate path

github.com/salvo-rs/salvo - 7408cc74927b63e0430d11e49f97b435ee047e5d authored about 2 years ago
update certs

github.com/salvo-rs/salvo - 34a19b18a4cae40aef34de5d5e43c479150adc8f authored about 2 years ago
Format Rust code using rustfmt

github.com/salvo-rs/salvo - ba428daa1ca1d39e6d0d3b73c3025f57fb6cb502 authored about 2 years ago
Merge pull request #202 from josejachuf/example-openapi

example todos-openapi

github.com/salvo-rs/salvo - e4d46a9b5eb6c6ffa3d73260d3a7ca3f127e45c8 authored about 2 years ago
example todos-openapi

github.com/salvo-rs/salvo - 0544f6c725f6f33843c7bb25c96defa9f66108a0 authored about 2 years ago
pool: make relevant items `pub` (#15)

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

github.com/salvo-rs/salvo-utils - f14e9acad18c1db4b67c24baf9592350c9109934 authored about 2 years ago
tests: support CARGO_TARGET_DIR env variable

github.com/salvo-rs/salvo-rustls - 09b140e40b318c03eecfd7758c20316f775a1ef2 authored about 2 years ago
address pr comment

github.com/salvo-rs/salvo-rustls - 21c4d3749c5bac74eb934c56f1f92d76e1b88554 authored about 2 years ago
cago clippy

github.com/salvo-rs/salvo - 4190a3dc4d0d114c549465bd0202a9f00adb3f31 authored about 2 years ago