Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/quinn-rs/quinn
Async-friendly QUIC implementation in Rust
https://github.com/quinn-rs/quinn
[ignore] yet another test for CI
matheus23 opened this pull request 5 days ago
matheus23 opened this pull request 5 days ago
fix(udp): make GRO (i.e. URO) optional on Windows, off by default
mxinden opened this pull request 5 days ago
mxinden opened this pull request 5 days ago
Gate PLPMTUD should_panic test on debug_assertions
gretchenfrage opened this pull request 6 days ago
gretchenfrage opened this pull request 6 days ago
PLPMTUD test fails to panic in release mode
gretchenfrage opened this issue 6 days ago
gretchenfrage opened this issue 6 days ago
Make SystemTime mockable via object
gretchenfrage opened this pull request 7 days ago
gretchenfrage opened this pull request 7 days ago
docs(quinn): Tweak Connecting docs
gretchenfrage opened this pull request 7 days ago
gretchenfrage opened this pull request 7 days ago
quinn: Remove obsolete must_use for futures
gretchenfrage opened this pull request 7 days ago
gretchenfrage opened this pull request 7 days ago
Adjust terminology regarding tokens
gretchenfrage opened this pull request 7 days ago
gretchenfrage opened this pull request 7 days ago
proto: Refactor TokenDecodeError
gretchenfrage opened this pull request 7 days ago
gretchenfrage opened this pull request 7 days ago
proto: Connection side enum
gretchenfrage opened this pull request 7 days ago
gretchenfrage opened this pull request 7 days ago
Make SystemTime mockable
gretchenfrage opened this pull request 7 days ago
gretchenfrage opened this pull request 7 days ago
Fix CI
gretchenfrage opened this pull request 7 days ago
gretchenfrage opened this pull request 7 days ago
Minor style changes
gretchenfrage opened this pull request 7 days ago
gretchenfrage opened this pull request 7 days ago
refactor(udp): remove unnecessary `return`
mxinden opened this pull request 8 days ago
mxinden opened this pull request 8 days ago
fix(udp): retry send on first EINVAL
mxinden opened this pull request 8 days ago
mxinden opened this pull request 8 days ago
feat(quinn-proto): unhide `quinn_proto::coding`
dignifiedquire opened this pull request 11 days ago
dignifiedquire opened this pull request 11 days ago
Use `Async::new_nonblocking` to avoid redundant socket configuration
BigWingBeat opened this pull request 15 days ago
BigWingBeat opened this pull request 15 days ago
How I can use difference cert/pkey for different TLS sni?
taikulawo opened this issue 19 days ago
taikulawo opened this issue 19 days ago
tests(quinn): Ignore stress tests by default
gretchenfrage opened this pull request 22 days ago
gretchenfrage opened this pull request 22 days ago
fix(udp): retry on ErrorKind::Interrupted
mxinden opened this pull request 22 days ago
mxinden opened this pull request 22 days ago
fix(udp): propagate error on apple_fast
mxinden opened this pull request 22 days ago
mxinden opened this pull request 22 days ago
fix(udp): use IPV6_PMTUDISC_PROBE instead of IP_PMTUDISC_PROBE on v6
mxinden opened this pull request 22 days ago
mxinden opened this pull request 22 days ago
fix(udp): do not enable URO on Windows on ARM
mxinden opened this pull request 23 days ago
mxinden opened this pull request 23 days ago
Async certificate resolver
MatthewCash opened this issue 23 days ago
MatthewCash opened this issue 23 days ago
Add CODEOWNERS
djc opened this pull request 26 days ago
djc opened this pull request 26 days ago
Bump MSRV to 1.71
djc opened this pull request 26 days ago
djc opened this pull request 26 days ago
proto: split config module
djc opened this pull request 26 days ago
djc opened this pull request 26 days ago
#2057: Shuffle outgoing transport parameters.
mstyura opened this pull request 27 days ago
mstyura opened this pull request 27 days ago
We may be able to revert #2040
gretchenfrage opened this issue 28 days ago
gretchenfrage opened this issue 28 days ago
Panic in quinn-proto-0.11.9
neevek opened this issue 28 days ago
neevek opened this issue 28 days ago
Do I have to close the connection after I use it?
szguoxz opened this issue 29 days ago
szguoxz opened this issue 29 days ago
feat: Make error code in `ReadError::Reset` public.
DSharifi opened this pull request 29 days ago
DSharifi opened this pull request 29 days ago
#2057: Option to disable sending GREASE random transport parameter.
mstyura opened this pull request 29 days ago
mstyura opened this pull request 29 days ago
docs: Correct MSRV in README
gretchenfrage opened this pull request about 1 month ago
gretchenfrage opened this pull request about 1 month ago
Allow Unicode 3.0 license
djc opened this pull request about 1 month ago
djc opened this pull request about 1 month ago
#2057: Use randomly generated GREASE transport parameter.
mstyura opened this pull request about 1 month ago
mstyura opened this pull request about 1 month ago
Usage of constant value for GREASE transport parameter make quinn vulnerable to fingerprinting by quic transport parameters.
mstyura opened this issue about 1 month ago
mstyura opened this issue about 1 month ago
feat(quinn-udp): support illumos
AsakuraMizu opened this pull request about 1 month ago
AsakuraMizu opened this pull request about 1 month ago
Improve time accounting for Incoming
Ralith opened this pull request about 1 month ago
Ralith opened this pull request about 1 month ago
local test
sterlingdeng opened this pull request about 1 month ago
sterlingdeng opened this pull request about 1 month ago
build(deps): bump codecov/codecov-action from 4 to 5
dependabot[bot] opened this pull request about 1 month ago
dependabot[bot] opened this pull request about 1 month ago
Add support for `IP_RECVERR` and `IPV6_RECVERR`
larseggert opened this issue about 1 month ago
larseggert opened this issue about 1 month ago
chore: Fix `cargo clippy` issues
larseggert opened this pull request about 1 month ago
larseggert opened this pull request about 1 month ago
fix(quinn-udp): only set GSO segment size if != content length
thomaseizinger opened this pull request about 1 month ago
thomaseizinger opened this pull request about 1 month ago
test(quinn-udp): use `UdpSocketState::try_send` in tests
thomaseizinger opened this pull request about 1 month ago
thomaseizinger opened this pull request about 1 month ago
chore(quinn-udp): tweak log levels
thomaseizinger opened this pull request about 1 month ago
thomaseizinger opened this pull request about 1 month ago
Fix inconsistent GSO logic on Unix platforms
Ralith opened this pull request about 1 month ago
Ralith opened this pull request about 1 month ago
Account for probe size limits before coalescing
Ralith opened this pull request about 1 month ago
Ralith opened this pull request about 1 month ago
docs build failure on docs.rs with FIPS enabled
gretchenfrage opened this issue about 1 month ago
gretchenfrage opened this issue about 1 month ago
chore(ci): Remove workaround for broken `cc` version
matheus23 opened this pull request about 1 month ago
matheus23 opened this pull request about 1 month ago
feat: QUIC Address discovery extension
divagant-martian opened this pull request about 1 month ago
divagant-martian opened this pull request about 1 month ago
Android is broken on master (GSO is enabled)
stormshield-damiend opened this issue about 1 month ago
stormshield-damiend opened this issue about 1 month ago
Potential bug in GRO code for Windows?
thomaseizinger opened this issue about 1 month ago
thomaseizinger opened this issue about 1 month ago
Avoid FIPS in docs.rs builds
djc opened this pull request about 1 month ago
djc opened this pull request about 1 month ago
Add Solaris CI plus disable some failing Solaris tests for now (#1877)
psumbera opened this pull request about 1 month ago
psumbera opened this pull request about 1 month ago
Data Transmission Issue in QUIC Mode with Quinn: Server Receives Empty Message Despite Successful Connection
anchalshivank opened this issue about 1 month ago
anchalshivank opened this issue about 1 month ago
feat(quinn,quinn-udp): Introduce `net` feature to allow disabling `socket2` and `std::net::UdpSocket` dependencies
matheus23 opened this pull request about 1 month ago
matheus23 opened this pull request about 1 month ago
quinn-udp: fix unable to build for netbsd (the name "recv" is defined multiple times)
delta4chat opened this pull request about 1 month ago
delta4chat opened this pull request about 1 month ago
build(deps): update thiserror requirement from 1.0.21 to 2.0.3
dependabot[bot] opened this pull request about 1 month ago
dependabot[bot] opened this pull request about 1 month ago
Prepare proto 0.11.9
djc opened this pull request about 1 month ago
djc opened this pull request about 1 month ago
Unable to build quinn-udp (0.5.7) for NetBSD: error[E0428]: the name "recv" is defined multiple times
delta4chat opened this issue about 1 month ago
delta4chat opened this issue about 1 month ago
.NET/C# Binding
StinkySteak opened this issue about 1 month ago
StinkySteak opened this issue about 1 month ago
Fix missing re-exports
gretchenfrage opened this pull request about 1 month ago
gretchenfrage opened this pull request about 1 month ago
Feature flag for rustls logging
crazyscot opened this pull request about 1 month ago
crazyscot opened this pull request about 1 month ago
Unbreak Solaris build after #1993
psumbera opened this pull request about 2 months ago
psumbera opened this pull request about 2 months ago
build(deps): update rustls-platform-verifier requirement from 0.3 to 0.4
dependabot[bot] opened this pull request about 2 months ago
dependabot[bot] opened this pull request about 2 months ago
Fix header space check
Ralith opened this pull request about 2 months ago
Ralith opened this pull request about 2 months ago
New release with aws-lc support?
joshtriplett opened this issue about 2 months ago
joshtriplett opened this issue about 2 months ago
feat(quinn-proto): Allow notifying of network path changes
flub opened this pull request about 2 months ago
flub opened this pull request about 2 months ago
Access Client Hello before accepting connection
FlorianUekermann opened this issue about 2 months ago
FlorianUekermann opened this issue about 2 months ago
fix(.github/codecov): Install golang for fips codecov
dongcarl opened this pull request about 2 months ago
dongcarl opened this pull request about 2 months ago
chore(quinn-udp): increase crate patch version to v0.5.6
mxinden opened this pull request about 2 months ago
mxinden opened this pull request about 2 months ago
feat(quinn-udp): support both windows-sys v0.52 and v0.59
mxinden opened this pull request about 2 months ago
mxinden opened this pull request about 2 months ago
Add test for post-quantum key exchange
stormshield-gt opened this pull request about 2 months ago
stormshield-gt opened this pull request about 2 months ago
[ignore] Testing CI for quinn Wasm
matheus23 opened this pull request about 2 months ago
matheus23 opened this pull request about 2 months ago
Notifying Quinn about network path changes
flub opened this issue about 2 months ago
flub opened this issue about 2 months ago
feat: introduce `UdpSocketState::try_send` APIs
thomaseizinger opened this pull request 2 months ago
thomaseizinger opened this pull request 2 months ago
support of resetting the congestion controller?
ibigbug opened this issue 2 months ago
ibigbug opened this issue 2 months ago
fix `rustls-aws-lc-rs` feature
stormshield-gt opened this pull request 2 months ago
stormshield-gt opened this pull request 2 months ago
Flaky test: `single_ack_eliciting_packet_triggers_ack_after_delay`
Darksonn opened this issue 2 months ago
Darksonn opened this issue 2 months ago
Expose orig dst cid
filindm opened this pull request 2 months ago
filindm opened this pull request 2 months ago
Some types appear in `quinn`'s public API which are not accessible through `quinn` directly
gretchenfrage opened this issue 2 months ago
gretchenfrage opened this issue 2 months ago
Connection stuck when `sendmsg` call completes with`EPIPE` on `Darwin`.
mstyura opened this issue 2 months ago
mstyura opened this issue 2 months ago
bench(udp): run GSO, GRO and recvmmsg permutations
mxinden opened this pull request 2 months ago
mxinden opened this pull request 2 months ago
#2008: Make max_idle_timeout negotiation commutative.
mstyura opened this pull request 2 months ago
mstyura opened this pull request 2 months ago
Incorrect `max_idle_timeout` negotiation.
mstyura opened this issue 2 months ago
mstyura opened this issue 2 months ago
chore: Replace IP strings with address types
larseggert opened this pull request 2 months ago
larseggert opened this pull request 2 months ago
chore: `cargo +nightly clippy --fix`
larseggert opened this pull request 2 months ago
larseggert opened this pull request 2 months ago
invalid authority or bad dns_name error when using IPv6 abbr
mokeyish opened this issue 2 months ago
mokeyish opened this issue 2 months ago
"unused manifest key" warning occurs upon cargo check
gretchenfrage opened this issue 2 months ago
gretchenfrage opened this issue 2 months ago
feat(quinn, quinn-proto): add aws-lc-rs-fips feature flag
M0dEx opened this pull request 3 months ago
M0dEx opened this pull request 3 months ago
Add alternative - unfair but lower latency - send stream scheduling strategy
alessandrod opened this pull request 3 months ago
alessandrod opened this pull request 3 months ago
crypto: expose negotiated_cipher_suite in the hadshake data
BiagioFesta opened this pull request 3 months ago
BiagioFesta opened this pull request 3 months ago
Add visionOS support
rofferom opened this pull request 3 months ago
rofferom opened this pull request 3 months ago
Reduce memory allocations on servers that process a large number of streams
alessandrod opened this pull request 3 months ago
alessandrod opened this pull request 3 months ago
🏁 Race of Sloths: The Open Source Developer Challenge is about to start
akorchyn opened this issue 3 months ago
akorchyn opened this issue 3 months ago
Export SendDatagram struct to the public API
flub opened this pull request 3 months ago
flub opened this pull request 3 months ago
feat(quinn-proto): Make compilable in wasm32-unknown-unknown and run wasm tests in CI
matheus23 opened this pull request 3 months ago
matheus23 opened this pull request 3 months ago
Expose orignial dest cid
thynson opened this pull request 3 months ago
thynson opened this pull request 3 months ago
ci: Check coverage on multiple platforms
larseggert opened this pull request 3 months ago
larseggert opened this pull request 3 months ago