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 azure pipelines macOS vmImage to 10.14

github.com/salvo-rs/salvo-rustls - 690f99c91ea9f55bd18ac4944530cf00ccae001b authored about 4 years ago
Update minimal Rust version to 1.45.2

github.com/salvo-rs/salvo-rustls - e7f38abb797ef08039542b72ef6689a38102f7df authored about 4 years ago
Remove unused bytes dependency

github.com/salvo-rs/salvo-rustls - 6856b929a08994870b38eb4b48a7fd0ae13d3ded authored about 4 years ago
Update to tokio 0.3

github.com/salvo-rs/salvo-rustls - 59563f8c816725f30b09942ab1fc511db511143e authored about 4 years ago
Merge pull request #126 from ctz/dependabot/cargo/tokio-0.3.4

build(deps): update tokio requirement from 0.2.4 to 0.3.4

github.com/salvo-rs/salvo-rustls - a974ab4dd7338d1546b20bd239806ef6bbb1b842 authored about 4 years ago
build(deps): update tokio requirement from 0.2.4 to 0.3.4

Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest vers...

github.com/salvo-rs/salvo-rustls - 3a61c071dbb9338cdd842d0d0025e9f2fd08a761 authored about 4 years ago
Merge pull request #119 from ctz/dependabot/cargo/bytes-0.6

build(deps): update bytes requirement from 0.5 to 0.6

github.com/salvo-rs/salvo-rustls - 221fbf0cc8c49dda395efd548e2f8e738c58aa47 authored about 4 years ago
Merge pull request #118 from ctz/dependabot/cargo/tokio-rustls-0.20.0

build(deps): update tokio-rustls requirement from 0.14.0 to 0.20.0

github.com/salvo-rs/salvo-rustls - de66b0107a9c0d2d3812c5839312bf48024c4122 authored about 4 years ago
Merge pull request #116 from nwtgck/patch-1

correct typo in comment

github.com/salvo-rs/salvo-rustls - 4fb729499d3e6657310662847b92b82bd732c6d6 authored about 4 years ago
Check Headers authority when building requests

github.com/salvo-rs/salvo-http3 - eafb12dec046fd168f38543964b9fc3dcaa4b1bf authored about 4 years ago
Connection::BidiStream own trait bound

github.com/salvo-rs/salvo-http3 - 6d1ab13d0e22e3f08fb5fad1e017217bc7aa2785 authored about 4 years ago
Simplify Headers Frame variant

github.com/salvo-rs/salvo-http3 - 297c15b02ee1aeedb247e810f8ecbc75eb8d1e13 authored about 4 years ago
Request intergration tests

github.com/salvo-rs/salvo-http3 - 99209e033ba75a2f7c377f5cf126effba5450f9a authored about 4 years ago
Make FrameStream<BidiStream> writable

github.com/salvo-rs/salvo-http3 - 69522cf5db8c50e596b41db9aeea3c9fe800e2c1 authored about 4 years ago
Retreive StreamIds from QUIC

github.com/salvo-rs/salvo-http3 - 880e5f71a40f928ebefec82ef7a3681884b1ffb9 authored about 4 years ago
Trailers implementation

github.com/salvo-rs/salvo-http3 - a14fbf7b93de4f46566660382e6c7337c5110777 authored about 4 years ago
Unified QPACK Error

github.com/salvo-rs/salvo-http3 - 2c4e5c1f8dc848c00ed5481e97ea0f0fb2df6a14 authored about 4 years ago
Request implementation on client/server

github.com/salvo-rs/salvo-http3 - 42e11836ab346e1651b2e819664b772daa8beb13 authored about 4 years ago
Move integration tests into their own crate

Trying to have the same structure as `h2`.
And adding a helper struct in `h3-tests`. This will p...

github.com/salvo-rs/salvo-http3 - d2645ff6db17db65ac0c6033fb1275b6cda683d4 authored about 4 years ago
Cleanup some dead code

github.com/salvo-rs/salvo-http3 - edabefdba8704fa34d1efb2b64c55a3379989e40 authored about 4 years ago
Send data wrapped into Data frame

github.com/salvo-rs/salvo-http3 - 0d976269233fb9d8db867dd9728ef07c57750768 authored about 4 years ago
Deduplicate SendStream

github.com/salvo-rs/salvo-http3 - bd0ed533e65ca01019b935c4849cc8b97c5e8cdb authored about 4 years ago
Temporary Stateless QPACK codec

github.com/salvo-rs/salvo-http3 - 33711cf54a6da32d35c09496653ebabee1973d9d authored about 4 years ago
spurious reformat

github.com/salvo-rs/salvo-http3 - 9f02b411e9f41ec0fdb5b24155e53e64497df4b9 authored about 4 years ago
Remove duplicate id() method

github.com/salvo-rs/salvo-http3 - 3447a6e442f7ee10f369c0b86fe88984d963793f authored about 4 years ago
Panic if no trust anchors were found

github.com/salvo-rs/salvo-rustls - 8ca61949a47303d97f0ca173875df540d28e280b authored about 4 years ago
Clean up trailing whitespace

github.com/salvo-rs/salvo-rustls - 2d1fc30cd5de3a97bf652d2a8518efb8fa3d0a65 authored about 4 years ago
Bind quic stream errors to std::Error

github.com/salvo-rs/salvo-http3 - 2c7f4cdd3dd43ae3c65e399f2a86566461c206f8 authored about 4 years ago
Client/Server builders and connect impls

github.com/salvo-rs/salvo-http3 - bb7f0b9576ac92998e0924721eeeb92f7fe56209 authored about 4 years ago
Fix clippy warnings

github.com/salvo-rs/salvo-http3 - a802958fa0fbb9b2bd72681c88279500b60bcfad authored about 4 years ago
build(deps): update bytes requirement from 0.5 to 0.6

Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest vers...

github.com/salvo-rs/salvo-rustls - f3b3cd8a5bfdc0f5e4b5345b4a017c5004fe3251 authored over 4 years ago
update version number to 0.2.10

github.com/salvo-rs/salvo - afddbdf1380515d78cabd0bdf610876389a154a9 authored over 4 years ago
upgrade cargo packages

github.com/salvo-rs/salvo - 1989f12021f0b311f89c6caf59af25603f97d9e8 authored over 4 years ago
build(deps): update tokio-rustls requirement from 0.14.0 to 0.20.0

Updates the requirements on [tokio-rustls](https://github.com/tokio-rs/tls) to permit the latest...

github.com/salvo-rs/salvo-rustls - d2e6b00e7c0615739c57cc1e4a853e4bf665560e authored over 4 years ago
Headers (#21)

* Fix clippy warnings

* Move Buf extensions to coding and add u8 codec

Preparing for QPACK...

github.com/salvo-rs/salvo-http3 - 95bc909f61d3ea84816e3d48092670d0d4d05ddd authored over 4 years ago
Cursor type for Buf that's not bound on AsRef<&[u8]>

github.com/salvo-rs/salvo-http3 - 503b1e5ef114f0c1cc2d1523016eb56f77e9d56c authored over 4 years ago
Import Frame codecs from quinn-h3

github.com/salvo-rs/salvo-http3 - a377876040dd4eee236f6fd17167400975bdb9f5 authored over 4 years ago
Use Into<io::Error> as QUIC's poll_data() error bound

github.com/salvo-rs/salvo-http3 - 3b5841a9f8ee18f5ddb54d848f1bbe390433aeab authored over 4 years ago
Import http ErrorCodes from quinn-h3

github.com/salvo-rs/salvo-http3 - 92e422a3603e434e3a9c15e979bf50948adfff09 authored over 4 years ago
Use std::error::Error instead of io::Error for read

github.com/salvo-rs/salvo-http3 - 160b174b1abedb983aeef9ffb20db33ff8c9724e authored over 4 years ago
Data frame streaming with poll_data()

github.com/salvo-rs/salvo-http3 - cfe31a3ac424b199227bf4ee67a676d2c51b4b44 authored over 4 years ago
FrameStream from quinn-h3, adapted to BufList

So instead of using AsyncRead and FramedRead, it can consume a stream of
Bytes and decode frames...

github.com/salvo-rs/salvo-http3 - 7440826154075371223ec62a59b2ad875c22caa4 authored over 4 years ago
Make varint decode tell how many bytes we need

github.com/salvo-rs/salvo-http3 - 239b14f3240d19131082fabc797f881c14e1c644 authored over 4 years ago
add intial fuzzers to VarInt (#16)

Closes #15

github.com/salvo-rs/salvo-http3 - 75b219196a5869fa46989651529134fb3de46e1b authored over 4 years ago
upgarde version number

github.com/salvo-rs/salvo - dab0d6ba6283127df225417e028f86bfb67cbf39 authored over 4 years ago
add jwt context_token_key

github.com/salvo-rs/salvo - d9eb1dc47a6100ca51f3a6dfb1755ed5fda16797 authored over 4 years ago
early return from option result

github.com/salvo-rs/mime-infer - e8aca920a27580d036a56239be89039fd4457584 authored over 4 years ago
fix panic in get_mime_extensions_str

get_mime_extensions_str should not panic
if the mime type does not contains '/' and return None
...

github.com/salvo-rs/mime-infer - 6f536cc758b5d76c893dc18c1bdf7ff76735afcc authored over 4 years ago
Add AVIF media type registrations

The new media type is submitted to IANA but has not been formally
published by IANA yet. Both Fi...

github.com/salvo-rs/mime-infer - bea27b3f487b9c4bbd01e5c6508cf9e18c94616a authored over 4 years ago
correct typo in comment

github.com/salvo-rs/salvo-rustls - ab43c6a95c62d8406d981654cbfadd79f9f88eda authored over 4 years ago
rename resp to res

github.com/salvo-rs/salvo - 6560492327d459c416cdc057f23866ca6a0a7c49 authored over 4 years ago
add hyper's BufList implementation (#13)

* add hyper's BufList implementation

* move BufList from proto to frame module

* add #[all...

github.com/salvo-rs/salvo-http3 - feb49cd4af4ac694d27c01b64d9eea57e24842c6 authored over 4 years ago
Import VarInt from Quinn

github.com/salvo-rs/salvo-http3 - edeb04744bcf58a8434a2d4a425f30546f164b59 authored over 4 years ago
Bump rust required version to 1.40

github.com/salvo-rs/salvo-http3 - db62267c181c955d3ae2462f4d8d6bf0ceca2acb authored over 4 years ago
Doc check only h3

github.com/salvo-rs/salvo-http3 - 2d70d1f062c5c4b0ed5492a44285022166650934 authored over 4 years ago
Move h3 to a workspace

github.com/salvo-rs/salvo-http3 - ace4d0611150d1807d79879deb85e19dcdfc27ae authored over 4 years ago
QUIC traits implementation with Quinn

github.com/salvo-rs/salvo-http3 - e20ddce36b1831c121e6522044b907ec96ada75c authored over 4 years ago
Add QUIC traits (#3)

This adds a `quic` module with a few traits, which can be used to
abstract over the QUIC transp...

github.com/salvo-rs/salvo-http3 - 10d53d68864057ca7dc8c8fa8f12c77ae9532bd5 authored over 4 years ago
Add empty lib file

github.com/salvo-rs/salvo-http3 - 5bc306782e6ab8478555655bd0a08dc1afdfc175 authored over 4 years ago
Add GitHub Actions for CI

github.com/salvo-rs/salvo-http3 - af9548042cc68427802ee3fbbf9db6243446a8dd authored over 4 years ago
HTTP/3 Design Proposal (#1)

github.com/salvo-rs/salvo-http3 - 9d73b48d537112fb3b23f19e185ae266d93faedc authored over 4 years ago
url segements encode and decode

github.com/salvo-rs/salvo - 96a0209e281e0af83493584f06271686581f6a74 authored over 4 years ago
Update dependencies

github.com/salvo-rs/salvo-rustls - 9224157055ed30f47ce9591a25ca75dd14369d55 authored over 4 years ago
Merge pull request #109 from ctz/dependabot/cargo/webpki-roots-0.20

build(deps): update webpki-roots requirement from 0.19 to 0.20

github.com/salvo-rs/salvo-rustls - df328789c9c8dae8d8673d03b8dee724b0fad5ad authored over 4 years ago
Merge pull request #110 from ctz/dependabot/cargo/ct-logs-tw-0.7

build(deps): update ct-logs requirement from ^0.6 to ^0.7

github.com/salvo-rs/salvo-rustls - cb9e2b3817954daf293b80f6dbca956ccfd06e4c authored over 4 years ago
build(deps): update ct-logs requirement from ^0.6 to ^0.7

Updates the requirements on [ct-logs](https://github.com/ctz/ct-logs) to permit the latest versi...

github.com/salvo-rs/salvo-rustls - 4d10f130d2727ceb0bc106a99cb762e1009ae50d authored over 4 years ago
build(deps): update webpki-roots requirement from 0.19 to 0.20

Updates the requirements on [webpki-roots](https://github.com/ctz/webpki-roots) to permit the la...

github.com/salvo-rs/salvo-rustls - 129466eb0cb781abd85f0fe97da8a8f077fc31a7 authored over 4 years ago
fix named_file bug

github.com/salvo-rs/salvo - 3f491550be9745e376fc5be8929cdfd9d7dd9994 authored over 4 years ago
upgrade version

github.com/salvo-rs/salvo - d201ab14f43da7e9a6e2c2f3d323299ab277190d authored over 4 years ago
upgrade version

github.com/salvo-rs/salvo - 909709427fb15e4479ff4c14b837e21279e8a588 authored over 4 years ago
add self.commit() to redirect functions

github.com/salvo-rs/salvo - 4fc07ea89917db09c933bc037e7e3817fa29049f authored over 4 years ago
netlify.toml

github.com/salvo-rs/salvo - ec55445e88909aa82c559c0d29dab5ec6f096c09 authored over 4 years ago
delete public folder

github.com/salvo-rs/salvo - 4a2cc9f57ebcae8261fdcf4c2a1ffc8158f2df77 authored over 4 years ago
add netlify.toml

github.com/salvo-rs/salvo - 3b4a53657d9fa338fd6d82af190746a8494a4d4d authored over 4 years ago
add site code, copy from zola

github.com/salvo-rs/salvo - ec60b5c9864441e1398fdce97114d947f488a992 authored over 4 years ago
update license in Cargo.toml

github.com/salvo-rs/salvo - 624d73df25063fdfde0f9e2dea096814c4bb0543 authored over 4 years ago
add documention to Cargo.toml

github.com/salvo-rs/salvo - ea6dfc05912f26f2ec126fa8bc226475f3590c6d authored over 4 years ago
cargo description

github.com/salvo-rs/salvo - 813f3c719dca2f19bef8221beef6dbe6291a86df authored over 4 years ago
set default buffer size to 65_536

github.com/salvo-rs/salvo - 6e284cd7ca517fb54030c930de246b659fa9d480 authored almost 5 years ago
badges codecov

github.com/salvo-rs/salvo - 634a77b21a6a770c1a95777dce35f8cee4ebbee5 authored almost 5 years ago
badges codecov

github.com/salvo-rs/salvo - c0056d7ef2b3f2222805f59f9dd807f2e8568825 authored almost 5 years ago
add badges

github.com/salvo-rs/salvo - f947633413920ab62a4a0a3a1396896a1b19ff61 authored almost 5 years ago
Merge branch 'master' of github.com:kenorld/salvo

github.com/salvo-rs/salvo - 84bd0deca1d67c4b5303964ffbb3c7821b52c348 authored almost 5 years ago
add github workflows

github.com/salvo-rs/salvo - 44ac92b748ee07165e74069e4a311c0e8d3e2ca7 authored almost 5 years ago
Delete azure-pipelines.yml

github.com/salvo-rs/salvo - 0d948752d7ccc001c344a8adfbd5aa13e93b5464 authored almost 5 years ago