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

Incorrect `max_idle_timeout` negotiation.

github.com/quinn-rs/quinn - mstyura opened this issue 2 months ago
chore: Replace IP strings with address types

github.com/quinn-rs/quinn - larseggert opened this pull request 2 months ago
chore: `cargo +nightly clippy --fix`

github.com/quinn-rs/quinn - larseggert opened this pull request 2 months ago
Add visionOS support

github.com/quinn-rs/quinn - rofferom opened this pull request 3 months ago
Export SendDatagram struct to the public API

github.com/quinn-rs/quinn - flub opened this pull request 3 months ago
Expose orignial dest cid

github.com/quinn-rs/quinn - thynson opened this pull request 3 months ago
ci: Check coverage on multiple platforms

github.com/quinn-rs/quinn - larseggert opened this pull request 3 months ago
feat: Faster UDP/IO on Apple platforms

github.com/quinn-rs/quinn - larseggert opened this pull request 3 months ago
feat: ack receiver timestamps

github.com/quinn-rs/quinn - sterlingdeng opened this pull request 3 months ago
quinn: export endpoint::EndpointStats

github.com/quinn-rs/quinn - wemeetagain opened this pull request 3 months ago
Export endpoint::EndpointStats

github.com/quinn-rs/quinn - wemeetagain opened this issue 3 months ago
Custom initial cipher suite?

github.com/quinn-rs/quinn - cloneable opened this issue 3 months ago
ACK Receive Timestamps

github.com/quinn-rs/quinn - sterlingdeng opened this issue 3 months ago
receiver timestamps

github.com/quinn-rs/quinn - sterlingdeng opened this pull request 3 months ago
remove panic-on-drop in `quinn_proto::Chunks`

github.com/quinn-rs/quinn - abonander opened this pull request 4 months ago
Apply suggestions from clippy 1.81

github.com/quinn-rs/quinn - djc opened this pull request 4 months ago
proto: bump version to 0.11.8 for release

github.com/quinn-rs/quinn - djc opened this pull request 4 months ago
use orig_dst_cid to add into index to avoid corruption

github.com/quinn-rs/quinn - lijunwangs opened this pull request 4 months ago
Version bump `quinn` to enforce patched `quinn-proto`

github.com/quinn-rs/quinn - finnbear opened this pull request 4 months ago
Fix and test validation of IDCID length

github.com/quinn-rs/quinn - Ralith opened this pull request 4 months ago
fix(udp): typo in sendmsg error log

github.com/quinn-rs/quinn - mxinden opened this pull request 4 months ago
Don't silence errors from `quinn-udp` code

github.com/quinn-rs/quinn - thomaseizinger opened this issue 4 months ago
Require slab `0.4.6` or higher

github.com/quinn-rs/quinn - finnbear opened this pull request 4 months ago
build(deps): bump actions/setup-java from 3 to 4

github.com/quinn-rs/quinn - dependabot[bot] opened this pull request 4 months ago
build(deps): bump android-actions/setup-android from 2 to 3

github.com/quinn-rs/quinn - dependabot[bot] opened this pull request 4 months ago
exposes current path MTU discovered in connection stats

github.com/quinn-rs/quinn - behzadnouri opened this pull request 4 months ago
fix(udp): use libc::recvmmsg on Android x86

github.com/quinn-rs/quinn - mxinden opened this pull request 4 months ago
Bump versions

github.com/quinn-rs/quinn - Ralith opened this pull request 4 months ago
Enable use of aws-lc-rs instead of ring

github.com/quinn-rs/quinn - djc opened this pull request 5 months ago
Fix min_ack_delay transport parameter ID

github.com/quinn-rs/quinn - Ralith opened this pull request 5 months ago
build(deps): update windows-sys requirement from 0.52 to 0.59

github.com/quinn-rs/quinn - dependabot[bot] opened this pull request 5 months ago
Add echo server & client for examples

github.com/quinn-rs/quinn - zoujiaqing opened this issue 5 months ago
Revert "Expose the Handshake Confirmed state"

github.com/quinn-rs/quinn - Ralith opened this pull request 5 months ago
Bump quinn -> quinn-proto version requirement

github.com/quinn-rs/quinn - Ralith opened this pull request 5 months ago
No workspace lints

github.com/quinn-rs/quinn - Ralith opened this pull request 5 months ago
quinn: bump version to 0.11.3

github.com/quinn-rs/quinn - djc opened this pull request 5 months ago
Update cargo-deny-action to v2

github.com/quinn-rs/quinn - djc opened this pull request 5 months ago
Add expect message to unwrap in PacketBuilder

github.com/quinn-rs/quinn - casey opened this pull request 5 months ago
ci: add Android job

github.com/quinn-rs/quinn - mxinden opened this pull request 5 months ago
refactor(fuzz): add `#[cfg(fuzzing)]`

github.com/quinn-rs/quinn - mxinden opened this pull request 5 months ago
Expose the Handshake Confirmed state

github.com/quinn-rs/quinn - Ralith opened this pull request 5 months ago
`handshakecorruption` crash

github.com/quinn-rs/quinn - larseggert opened this issue 5 months ago
Apply suggestions from Clippy 1.80

github.com/quinn-rs/quinn - djc opened this pull request 5 months ago
refactor: move rust-version to workspace Cargo.toml

github.com/quinn-rs/quinn - mxinden opened this pull request 5 months ago
Bump MSRV to 1.70 following tokio 1.39

github.com/quinn-rs/quinn - djc opened this pull request 5 months ago
Raise default idle timeout to 30 seconds

github.com/quinn-rs/quinn - Ralith opened this pull request 5 months ago
Discard pre-handshake packets after the handshake

github.com/quinn-rs/quinn - Ralith opened this pull request 5 months ago
Panic with tokio 1.39

github.com/quinn-rs/quinn - alexheretic opened this issue 5 months ago
refactor(udp): introduce log facade

github.com/quinn-rs/quinn - mxinden opened this pull request 5 months ago
ci(rust.yml): add job testing feature permutations

github.com/quinn-rs/quinn - mxinden opened this pull request 5 months ago
chore(quinn): feature flag socket2 imports

github.com/quinn-rs/quinn - mxinden opened this pull request 5 months ago
fix(udp): feature flag tracing in windows.rs

github.com/quinn-rs/quinn - mxinden opened this pull request 5 months ago
refactor!: rename log feature to tracing-log

github.com/quinn-rs/quinn - mxinden opened this pull request 5 months ago
quinn is failing `zerortt` interop

github.com/quinn-rs/quinn - larseggert opened this issue 5 months ago
Allow disabling backtraces in panics

github.com/quinn-rs/quinn - casey opened this issue 5 months ago
Bump some dependencies (tests done)

github.com/quinn-rs/quinn - Sovenok-Hacker opened this pull request 5 months ago
Update Connection::close docs for new API

github.com/quinn-rs/quinn - flub opened this pull request 5 months ago
Allow certificate access on Connecting

github.com/quinn-rs/quinn - n-lebel opened this issue 5 months ago
Fix lack of reexport of ConnectionStats and ResetError

github.com/quinn-rs/quinn - TirushOne opened this pull request 5 months ago
Allows build on Solaris (#1877)

github.com/quinn-rs/quinn - psumbera opened this pull request 6 months ago
bench(udp): measure non-GSO & GSO on localhost

github.com/quinn-rs/quinn - mxinden opened this pull request 6 months ago
docs: remove reference to sendmmsg

github.com/quinn-rs/quinn - mxinden opened this pull request 6 months ago
quinn: Make `Endpoint::client` dual-stack V6 by default

github.com/quinn-rs/quinn - gretchenfrage opened this pull request 6 months ago
Utilize NEW_TOKEN frames

github.com/quinn-rs/quinn - gretchenfrage opened this pull request 6 months ago
Update rustc-hash requirement from 1.1 to 2.0

github.com/quinn-rs/quinn - dependabot[bot] opened this pull request 6 months ago