Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Quinn
Support continued maintenance and development for Quinn.
Collective -
Host: opensource -
https://opencollective.com/quinn-rs
- Code: https://github.com/quinn-rs/quinn
proto: Pass `ConnectionId` by value internally
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 21 hours ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 21 hours ago
Remove `use self::` occurrences
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 21 hours ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 21 hours ago
proto: Pass `SocketAddr` by value
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 21 hours ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 21 hours ago
proto: Refactor Endpoint::handle
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 22 hours ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 22 hours ago
proto: Remove superfluous `#[doc(hidden)]` fuzzing
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
Implement Default for ClosedStream
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
Un-hide get_max_udp_payload_size
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
Un-hide force_key_update / initiate_key_update
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
quinn: Make SendStream::poll_stopped private
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 1 day ago
proto: replace hidden field with From impl
github.com/quinn-rs/quinn - djc opened this pull request 1 day ago
github.com/quinn-rs/quinn - djc opened this pull request 1 day ago
Usages of `#[doc(hidden)] pub`
github.com/quinn-rs/quinn - gretchenfrage opened this issue 2 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this issue 2 days ago
Roadmap for NEW_TOKEN utilization
github.com/quinn-rs/quinn - gretchenfrage opened this issue 2 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this issue 2 days ago
Factor out `IncomingToken`
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 6 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 6 days ago
[ignore] yet another test for CI
github.com/quinn-rs/quinn - matheus23 opened this pull request 6 days ago
github.com/quinn-rs/quinn - matheus23 opened this pull request 6 days ago
fix(udp): make GRO (i.e. URO) optional on Windows, off by default
github.com/quinn-rs/quinn - mxinden opened this pull request 6 days ago
github.com/quinn-rs/quinn - mxinden opened this pull request 6 days ago
Gate PLPMTUD should_panic test on debug_assertions
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 6 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 6 days ago
PLPMTUD test fails to panic in release mode
github.com/quinn-rs/quinn - gretchenfrage opened this issue 6 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this issue 6 days ago
Make SystemTime mockable via object
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
docs(quinn): Tweak Connecting docs
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
quinn: Remove obsolete must_use for futures
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
Adjust terminology regarding tokens
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
proto: Refactor TokenDecodeError
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
proto: Connection side enum
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
Make SystemTime mockable
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 7 days ago
refactor(udp): remove unnecessary `return`
github.com/quinn-rs/quinn - mxinden opened this pull request 9 days ago
github.com/quinn-rs/quinn - mxinden opened this pull request 9 days ago
fix(udp): retry send on first EINVAL
github.com/quinn-rs/quinn - mxinden opened this pull request 9 days ago
github.com/quinn-rs/quinn - mxinden opened this pull request 9 days ago
feat(quinn-proto): unhide `quinn_proto::coding`
github.com/quinn-rs/quinn - dignifiedquire opened this pull request 12 days ago
github.com/quinn-rs/quinn - dignifiedquire opened this pull request 12 days ago
Use `Async::new_nonblocking` to avoid redundant socket configuration
github.com/quinn-rs/quinn - BigWingBeat opened this pull request 16 days ago
github.com/quinn-rs/quinn - BigWingBeat opened this pull request 16 days ago
How I can use difference cert/pkey for different TLS sni?
github.com/quinn-rs/quinn - taikulawo opened this issue 20 days ago
github.com/quinn-rs/quinn - taikulawo opened this issue 20 days ago
tests(quinn): Ignore stress tests by default
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 22 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request 22 days ago
fix(udp): retry on ErrorKind::Interrupted
github.com/quinn-rs/quinn - mxinden opened this pull request 23 days ago
github.com/quinn-rs/quinn - mxinden opened this pull request 23 days ago
fix(udp): propagate error on apple_fast
github.com/quinn-rs/quinn - mxinden opened this pull request 23 days ago
github.com/quinn-rs/quinn - mxinden opened this pull request 23 days ago
fix(udp): use IPV6_PMTUDISC_PROBE instead of IP_PMTUDISC_PROBE on v6
github.com/quinn-rs/quinn - mxinden opened this pull request 23 days ago
github.com/quinn-rs/quinn - mxinden opened this pull request 23 days ago
fix(udp): do not enable URO on Windows on ARM
github.com/quinn-rs/quinn - mxinden opened this pull request 24 days ago
github.com/quinn-rs/quinn - mxinden opened this pull request 24 days ago
#2057: Shuffle outgoing transport parameters.
github.com/quinn-rs/quinn - mstyura opened this pull request 27 days ago
github.com/quinn-rs/quinn - mstyura opened this pull request 27 days ago
We may be able to revert #2040
github.com/quinn-rs/quinn - gretchenfrage opened this issue 28 days ago
github.com/quinn-rs/quinn - gretchenfrage opened this issue 28 days ago
Do I have to close the connection after I use it?
github.com/quinn-rs/quinn - szguoxz opened this issue 29 days ago
github.com/quinn-rs/quinn - szguoxz opened this issue 29 days ago
feat: Make error code in `ReadError::Reset` public.
github.com/quinn-rs/quinn - DSharifi opened this pull request 30 days ago
github.com/quinn-rs/quinn - DSharifi opened this pull request 30 days ago
#2057: Option to disable sending GREASE random transport parameter.
github.com/quinn-rs/quinn - mstyura opened this pull request 30 days ago
github.com/quinn-rs/quinn - mstyura opened this pull request 30 days ago
docs: Correct MSRV in README
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 1 month ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 1 month ago
Allow Unicode 3.0 license
github.com/quinn-rs/quinn - djc opened this pull request about 1 month ago
github.com/quinn-rs/quinn - djc opened this pull request about 1 month ago
#2057: Use randomly generated GREASE transport parameter.
github.com/quinn-rs/quinn - mstyura opened this pull request about 1 month ago
github.com/quinn-rs/quinn - 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.
github.com/quinn-rs/quinn - mstyura opened this issue about 1 month ago
github.com/quinn-rs/quinn - mstyura opened this issue about 1 month ago
feat(quinn-udp): support illumos
github.com/quinn-rs/quinn - AsakuraMizu opened this pull request about 1 month ago
github.com/quinn-rs/quinn - AsakuraMizu opened this pull request about 1 month ago
Improve time accounting for Incoming
github.com/quinn-rs/quinn - Ralith opened this pull request about 1 month ago
github.com/quinn-rs/quinn - Ralith opened this pull request about 1 month ago
build(deps): bump codecov/codecov-action from 4 to 5
github.com/quinn-rs/quinn - dependabot[bot] opened this pull request about 1 month ago
github.com/quinn-rs/quinn - dependabot[bot] opened this pull request about 1 month ago
Add support for `IP_RECVERR` and `IPV6_RECVERR`
github.com/quinn-rs/quinn - larseggert opened this issue about 1 month ago
github.com/quinn-rs/quinn - larseggert opened this issue about 1 month ago
chore: Fix `cargo clippy` issues
github.com/quinn-rs/quinn - larseggert opened this pull request about 1 month ago
github.com/quinn-rs/quinn - larseggert opened this pull request about 1 month ago
fix(quinn-udp): only set GSO segment size if != content length
github.com/quinn-rs/quinn - thomaseizinger opened this pull request about 1 month ago
github.com/quinn-rs/quinn - thomaseizinger opened this pull request about 1 month ago
test(quinn-udp): use `UdpSocketState::try_send` in tests
github.com/quinn-rs/quinn - thomaseizinger opened this pull request about 1 month ago
github.com/quinn-rs/quinn - thomaseizinger opened this pull request about 1 month ago
chore(quinn-udp): tweak log levels
github.com/quinn-rs/quinn - thomaseizinger opened this pull request about 1 month ago
github.com/quinn-rs/quinn - thomaseizinger opened this pull request about 1 month ago
Fix inconsistent GSO logic on Unix platforms
github.com/quinn-rs/quinn - Ralith opened this pull request about 1 month ago
github.com/quinn-rs/quinn - Ralith opened this pull request about 1 month ago
Account for probe size limits before coalescing
github.com/quinn-rs/quinn - Ralith opened this pull request about 1 month ago
github.com/quinn-rs/quinn - Ralith opened this pull request about 1 month ago
docs build failure on docs.rs with FIPS enabled
github.com/quinn-rs/quinn - gretchenfrage opened this issue about 1 month ago
github.com/quinn-rs/quinn - gretchenfrage opened this issue about 1 month ago
chore(ci): Remove workaround for broken `cc` version
github.com/quinn-rs/quinn - matheus23 opened this pull request about 1 month ago
github.com/quinn-rs/quinn - matheus23 opened this pull request about 1 month ago
feat: QUIC Address discovery extension
github.com/quinn-rs/quinn - divagant-martian opened this pull request about 1 month ago
github.com/quinn-rs/quinn - divagant-martian opened this pull request about 1 month ago
Android is broken on master (GSO is enabled)
github.com/quinn-rs/quinn - stormshield-damiend opened this issue about 1 month ago
github.com/quinn-rs/quinn - stormshield-damiend opened this issue about 1 month ago
Potential bug in GRO code for Windows?
github.com/quinn-rs/quinn - thomaseizinger opened this issue about 1 month ago
github.com/quinn-rs/quinn - thomaseizinger opened this issue about 1 month ago
Avoid FIPS in docs.rs builds
github.com/quinn-rs/quinn - djc opened this pull request about 1 month ago
github.com/quinn-rs/quinn - djc opened this pull request about 1 month ago
Add Solaris CI plus disable some failing Solaris tests for now (#1877)
github.com/quinn-rs/quinn - psumbera opened this pull request about 1 month ago
github.com/quinn-rs/quinn - psumbera opened this pull request about 1 month ago
Data Transmission Issue in QUIC Mode with Quinn: Server Receives Empty Message Despite Successful Connection
github.com/quinn-rs/quinn - anchalshivank opened this issue about 1 month ago
github.com/quinn-rs/quinn - anchalshivank opened this issue about 1 month ago
feat(quinn,quinn-udp): Introduce `net` feature to allow disabling `socket2` and `std::net::UdpSocket` dependencies
github.com/quinn-rs/quinn - matheus23 opened this pull request about 1 month ago
github.com/quinn-rs/quinn - matheus23 opened this pull request about 1 month ago
quinn-udp: fix unable to build for netbsd (the name "recv" is defined multiple times)
github.com/quinn-rs/quinn - delta4chat opened this pull request about 1 month ago
github.com/quinn-rs/quinn - delta4chat opened this pull request about 1 month ago
build(deps): update thiserror requirement from 1.0.21 to 2.0.3
github.com/quinn-rs/quinn - dependabot[bot] opened this pull request about 1 month ago
github.com/quinn-rs/quinn - dependabot[bot] 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
github.com/quinn-rs/quinn - delta4chat opened this issue about 1 month ago
github.com/quinn-rs/quinn - delta4chat opened this issue about 1 month ago
Fix missing re-exports
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 1 month ago
github.com/quinn-rs/quinn - gretchenfrage opened this pull request about 1 month ago
Feature flag for rustls logging
github.com/quinn-rs/quinn - crazyscot opened this pull request about 1 month ago
github.com/quinn-rs/quinn - crazyscot opened this pull request about 1 month ago
Unbreak Solaris build after #1993
github.com/quinn-rs/quinn - psumbera opened this pull request about 2 months ago
github.com/quinn-rs/quinn - psumbera opened this pull request about 2 months ago
build(deps): update rustls-platform-verifier requirement from 0.3 to 0.4
github.com/quinn-rs/quinn - dependabot[bot] opened this pull request about 2 months ago
github.com/quinn-rs/quinn - dependabot[bot] opened this pull request about 2 months ago
Fix header space check
github.com/quinn-rs/quinn - Ralith opened this pull request about 2 months ago
github.com/quinn-rs/quinn - Ralith opened this pull request about 2 months ago
New release with aws-lc support?
github.com/quinn-rs/quinn - joshtriplett opened this issue about 2 months ago
github.com/quinn-rs/quinn - joshtriplett opened this issue about 2 months ago
feat(quinn-proto): Allow notifying of network path changes
github.com/quinn-rs/quinn - flub opened this pull request about 2 months ago
github.com/quinn-rs/quinn - flub opened this pull request about 2 months ago
Access Client Hello before accepting connection
github.com/quinn-rs/quinn - FlorianUekermann opened this issue about 2 months ago
github.com/quinn-rs/quinn - FlorianUekermann opened this issue about 2 months ago
fix(.github/codecov): Install golang for fips codecov
github.com/quinn-rs/quinn - dongcarl opened this pull request about 2 months ago
github.com/quinn-rs/quinn - dongcarl opened this pull request about 2 months ago
chore(quinn-udp): increase crate patch version to v0.5.6
github.com/quinn-rs/quinn - mxinden opened this pull request about 2 months ago
github.com/quinn-rs/quinn - mxinden opened this pull request about 2 months ago
feat(quinn-udp): support both windows-sys v0.52 and v0.59
github.com/quinn-rs/quinn - mxinden opened this pull request about 2 months ago
github.com/quinn-rs/quinn - mxinden opened this pull request about 2 months ago
Add test for post-quantum key exchange
github.com/quinn-rs/quinn - stormshield-gt opened this pull request about 2 months ago
github.com/quinn-rs/quinn - stormshield-gt opened this pull request about 2 months ago
[ignore] Testing CI for quinn Wasm
github.com/quinn-rs/quinn - matheus23 opened this pull request about 2 months ago
github.com/quinn-rs/quinn - matheus23 opened this pull request about 2 months ago
Notifying Quinn about network path changes
github.com/quinn-rs/quinn - flub opened this issue about 2 months ago
github.com/quinn-rs/quinn - flub opened this issue about 2 months ago
feat: introduce `UdpSocketState::try_send` APIs
github.com/quinn-rs/quinn - thomaseizinger opened this pull request 2 months ago
github.com/quinn-rs/quinn - thomaseizinger opened this pull request 2 months ago
support of resetting the congestion controller?
github.com/quinn-rs/quinn - ibigbug opened this issue 2 months ago
github.com/quinn-rs/quinn - ibigbug opened this issue 2 months ago
fix `rustls-aws-lc-rs` feature
github.com/quinn-rs/quinn - stormshield-gt opened this pull request 2 months ago
github.com/quinn-rs/quinn - stormshield-gt opened this pull request 2 months ago
Flaky test: `single_ack_eliciting_packet_triggers_ack_after_delay`
github.com/quinn-rs/quinn - Darksonn opened this issue 2 months ago
github.com/quinn-rs/quinn - Darksonn opened this issue 2 months ago
Some types appear in `quinn`'s public API which are not accessible through `quinn` directly
github.com/quinn-rs/quinn - gretchenfrage opened this issue 2 months ago
github.com/quinn-rs/quinn - gretchenfrage opened this issue 2 months ago
Connection stuck when `sendmsg` call completes with`EPIPE` on `Darwin`.
github.com/quinn-rs/quinn - mstyura opened this issue 2 months ago
github.com/quinn-rs/quinn - mstyura opened this issue 2 months ago
bench(udp): run GSO, GRO and recvmmsg permutations
github.com/quinn-rs/quinn - mxinden opened this pull request 2 months ago
github.com/quinn-rs/quinn - mxinden opened this pull request 2 months ago