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

Avoid unnecessary fragmentation for small streams

0x0ece opened this issue 6 days ago
Simplify weirdly broken test code

djc opened this pull request 7 days ago
Add support for IP_RECVERR and IPV6_RECVERR

aaron-ang opened this pull request 7 days ago
Associate a PathId to each Connection

divagant-martian opened this pull request 11 days ago
tests: avoid ICE in beta

djc opened this pull request 17 days ago
ci: run quinn-udp tests with fast-apple-datapath

mxinden opened this pull request 19 days ago
Expose stream write limit

devsnek opened this pull request 20 days ago
Add gretchenfrage as a quinn-udp owner

djc opened this pull request 21 days ago
fix(udp/windows): set socket option IP_RECVECN

mxinden opened this pull request 21 days ago
fix(udp/windows): set socket option IPV6_RECVECN

mxinden opened this pull request 23 days ago
Pr 2037 plus clean per run test

gretchenfrage opened this pull request 23 days ago
fix(udp): support sending empty datagram

mxinden opened this pull request about 1 month ago
proto: Factor out poll_transmit_space

gretchenfrage opened this pull request about 1 month ago
`poll_transmit` is large

gretchenfrage opened this issue about 1 month ago
proto: Replace calls to Duration::new

gretchenfrage opened this pull request about 1 month ago
proto: remove redundant cursors

Ralith opened this pull request about 1 month ago
Add test for retry token expiration

gretchenfrage opened this issue about 1 month ago
Add gretchenfrage as a maintainer

djc opened this pull request about 1 month ago
proto: Reduce size of `Endpoint.handle`

gretchenfrage opened this pull request about 1 month ago
build(deps): update rustls-platform-verifier requirement from 0.4 to 0.5

dependabot[bot] opened this pull request about 1 month ago
Potentially wrong doc comment on `reset`

gretchenfrage opened this issue about 1 month ago
Remove various obselete `allow` directives

gretchenfrage opened this pull request about 1 month ago
proto: Minor refactors to `Endpoint.handle`

gretchenfrage opened this pull request about 1 month ago
proto: Refactor `Endpoint.handle`

gretchenfrage opened this pull request about 1 month ago
proto: Token encode refactors

gretchenfrage opened this pull request about 1 month ago
proto: Pass `ConnectionId` by value internally

gretchenfrage opened this pull request about 1 month ago
Remove `use self::` occurrences

gretchenfrage opened this pull request about 1 month ago
proto: Pass `SocketAddr` by value

gretchenfrage opened this pull request about 1 month ago
proto: Refactor Endpoint::handle

gretchenfrage opened this pull request about 1 month ago
Unhide ecn variants

gretchenfrage opened this pull request about 1 month ago
proto: Remove superfluous `#[doc(hidden)]` fuzzing

gretchenfrage opened this pull request about 1 month ago
Implement Default for ClosedStream

gretchenfrage opened this pull request about 1 month ago
Un-hide get_max_udp_payload_size

gretchenfrage opened this pull request about 1 month ago
Un-hide force_key_update / initiate_key_update

gretchenfrage opened this pull request about 1 month ago
quinn: Make SendStream::poll_stopped private

gretchenfrage opened this pull request about 1 month ago
proto: replace hidden field with From impl

djc opened this pull request about 1 month ago
Token tweaks

djc opened this pull request about 1 month ago
Usages of `#[doc(hidden)] pub`

gretchenfrage opened this issue about 1 month ago
Roadmap for NEW_TOKEN utilization

gretchenfrage opened this issue about 1 month ago
3 flaky tests

gretchenfrage opened this issue about 1 month ago
Factor out `IncomingToken`

gretchenfrage opened this pull request about 1 month ago
[ignore] yet another test for CI

matheus23 opened this pull request about 1 month ago
fix(udp): make GRO (i.e. URO) optional on Windows, off by default

mxinden opened this pull request about 1 month ago
Gate PLPMTUD should_panic test on debug_assertions

gretchenfrage opened this pull request about 1 month ago
PLPMTUD test fails to panic in release mode

gretchenfrage opened this issue about 1 month ago
Make SystemTime mockable via object

gretchenfrage opened this pull request about 1 month ago
docs(quinn): Tweak Connecting docs

gretchenfrage opened this pull request about 1 month ago
quinn: Remove obsolete must_use for futures

gretchenfrage opened this pull request about 1 month ago
Adjust terminology regarding tokens

gretchenfrage opened this pull request about 1 month ago
proto: Refactor TokenDecodeError

gretchenfrage opened this pull request about 1 month ago
proto: Connection side enum

gretchenfrage opened this pull request about 1 month ago
Make SystemTime mockable

gretchenfrage opened this pull request about 1 month ago
Fix CI

gretchenfrage opened this pull request about 1 month ago
Minor style changes

gretchenfrage opened this pull request about 1 month ago
refactor(udp): remove unnecessary `return`

mxinden opened this pull request about 2 months ago
fix(udp): retry send on first EINVAL

mxinden opened this pull request about 2 months ago
feat(quinn-proto): unhide `quinn_proto::coding`

dignifiedquire opened this pull request about 2 months ago
Use `Async::new_nonblocking` to avoid redundant socket configuration

BigWingBeat opened this pull request about 2 months ago
How I can use difference cert/pkey for different TLS sni?

taikulawo opened this issue about 2 months ago
tests(quinn): Ignore stress tests by default

gretchenfrage opened this pull request about 2 months ago
fix(udp): retry on ErrorKind::Interrupted

mxinden opened this pull request about 2 months ago
fix(udp): propagate error on apple_fast

mxinden opened this pull request about 2 months ago
fix(udp): use IPV6_PMTUDISC_PROBE instead of IP_PMTUDISC_PROBE on v6

mxinden opened this pull request about 2 months ago
fix(udp): do not enable URO on Windows on ARM

mxinden opened this pull request 2 months ago
Async certificate resolver

MatthewCash opened this issue 2 months ago
Add CODEOWNERS

djc opened this pull request 2 months ago
Bump MSRV to 1.71

djc opened this pull request 2 months ago
proto: split config module

djc opened this pull request 2 months ago
#2057: Shuffle outgoing transport parameters.

mstyura opened this pull request 2 months ago
We may be able to revert #2040

gretchenfrage opened this issue 2 months ago
Panic in quinn-proto-0.11.9

neevek opened this issue 2 months ago
Do I have to close the connection after I use it?

szguoxz opened this issue 2 months ago
feat: Make error code in `ReadError::Reset` public.

DSharifi opened this pull request 2 months ago
#2057: Option to disable sending GREASE random transport parameter.

mstyura opened this pull request 2 months ago
docs: Correct MSRV in README

gretchenfrage opened this pull request 2 months ago
Allow Unicode 3.0 license

djc opened this pull request 2 months ago
#2057: Use randomly generated GREASE transport parameter.

mstyura opened this pull request 2 months ago
feat(quinn-udp): support illumos

AsakuraMizu opened this pull request 2 months ago
Improve time accounting for Incoming

Ralith opened this pull request 2 months ago
local test

sterlingdeng opened this pull request 2 months ago
build(deps): bump codecov/codecov-action from 4 to 5

dependabot[bot] opened this pull request 2 months ago
Add support for `IP_RECVERR` and `IPV6_RECVERR`

larseggert opened this issue 2 months ago
chore: Fix `cargo clippy` issues

larseggert opened this pull request 2 months ago
fix(quinn-udp): only set GSO segment size if != content length

thomaseizinger opened this pull request 2 months ago
test(quinn-udp): use `UdpSocketState::try_send` in tests

thomaseizinger opened this pull request 2 months ago
chore(quinn-udp): tweak log levels

thomaseizinger opened this pull request 2 months ago
Fix inconsistent GSO logic on Unix platforms

Ralith opened this pull request 2 months ago
Account for probe size limits before coalescing

Ralith opened this pull request 2 months ago
docs build failure on docs.rs with FIPS enabled

gretchenfrage opened this issue 2 months ago
chore(ci): Remove workaround for broken `cc` version

matheus23 opened this pull request 2 months ago
feat: QUIC Address discovery extension

divagant-martian opened this pull request 2 months ago
Android is broken on master (GSO is enabled)

stormshield-damiend opened this issue 2 months ago
Potential bug in GRO code for Windows?

thomaseizinger opened this issue 3 months ago
Avoid FIPS in docs.rs builds

djc opened this pull request 3 months ago
Add Solaris CI plus disable some failing Solaris tests for now (#1877)

psumbera opened this pull request 3 months ago