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

Upgrade to rustc-hash 2

djc opened this pull request 6 months ago
quinn: introduce waking helpers

djc opened this pull request 6 months ago
Fix unnecessary Incoming warning on Endpoint drop

gretchenfrage opened this pull request 6 months ago
Wake blocked streams on 0-RTT rejection

Ralith opened this pull request 6 months ago
fix: remove unused dependency tracing-attributes

mxinden opened this pull request 6 months ago
Allow configuring rng seed through `EndpointConfig`

aochagavia opened this pull request 6 months ago
Endpoint stats interface

ryleung-solana opened this pull request 6 months ago
Bundle flow control and ACK frames opportunistically

Ralith opened this issue 6 months ago
Only send MAX_STREAMS when >1/8 of flow control window is consumed

Ralith opened this pull request 6 months ago
proto: make initial destination cid configurable

thynson opened this pull request 6 months ago
Allow a client to specify Initial Connection ID

thynson opened this issue 6 months ago
Apply clippy suggestions from Rust 1.79

djc opened this pull request 6 months ago
docs(quinn): Clarify effects of setting AckFrequencyConfig

gretchenfrage opened this pull request 7 months ago
Fix debug assert with reordered ACKs

Ralith opened this pull request 7 months ago
udp: bump version to 0.5.2

djc opened this pull request 7 months ago
Bump version numbers (quinn 0.11.2, -proto 0.11.3)

djc opened this pull request 7 months ago
docs(udp): replace AsRawFd and AsRawSocket with AsFd and AsSocket

mxinden opened this pull request 7 months ago
Resolve stopped/received_reset futures on lost connections

Ralith opened this pull request 7 months ago
Weird issue when transferring large file

neevek opened this issue 7 months ago
Add support for NetBSD, fix OpenBSD

flub opened this pull request 7 months ago
Fix zero-length connection IDs

Ralith opened this pull request 7 months ago
Fix panic in example due to unset default crypto provider

Ralith opened this pull request 7 months ago
How to run insecure connection example?

jestarray opened this issue 7 months ago
Rotation of Connection IDs

thynson opened this issue 7 months ago
Variable length connection IDs

Ralith opened this pull request 7 months ago
Make ConnectionIdParser object-safe, and accept trait object impls

Ralith opened this pull request 7 months ago
build fails on Solaris

psumbera opened this issue 7 months ago
proto: make NoInitialCipherSuite Copy

djc opened this pull request 7 months ago
Fix bytes read count in ReadExactError::FinishedEarly

Ralith opened this pull request 7 months ago
Simpler and more precise ID flow control update check in Chunks

Ralith opened this pull request 7 months ago
Introduce RecvStream::received_reset

Ralith opened this pull request 7 months ago
Trivial SendStream error cleanup

Ralith opened this pull request 7 months ago
Relax unnecessary unique borrow

Ralith opened this pull request 7 months ago
API for awaiting for stream reset on the reader

MOZGIII opened this issue 7 months ago
Fix stopped recv stream flow control underflow under reordering

Ralith opened this pull request 7 months ago
Centralize and update `local_ip` platform support documentation

Ralith opened this pull request 7 months ago
seems like quinn 0.11 not working well under heavy load

szguoxz opened this issue 7 months ago
long running bi stream

szguoxz opened this issue 7 months ago
proto: make PartialDecode API public

thynson opened this pull request 7 months ago
Inconsistent documentation on platform availability of `local_ip`

Pixelstormer opened this issue 7 months ago
Support openbsd

flub opened this pull request 7 months ago
How to receive data in blocking way

wanyt opened this issue 7 months ago
ReadExactError::FinishedEarly byte count is sometimes incorrect

BiagioFesta opened this issue 7 months ago
Expose Packet Decoder?

thynson opened this issue 7 months ago
proto: allow rustls::ClientConfig without initial suite

djc opened this pull request 7 months ago
Reduce black hole detection false positives

Ralith opened this pull request 8 months ago
Test voluntary acks when sending max-size datagrams

Ralith opened this pull request 8 months ago
Black hole detection false-positives

Ralith opened this issue 8 months ago
Suppress ACK-only packet sanity-check when datagrams are queued

Ralith opened this pull request 8 months ago
[fix] the unit test gso_truncation

ylht opened this pull request 8 months ago
make UdpPollHelper public available

zh-jq opened this pull request 8 months ago
Clarify Connection::space_can_send logic

Ralith opened this pull request 8 months ago
[fix] should not break directly

ylht opened this pull request 8 months ago
Add ring to default features

Ralith opened this pull request 8 months ago
Create my own AsyncUdpSocket

szguoxz opened this issue 8 months ago
aggressive open_bi

szguoxz opened this issue 8 months ago
Check compilation without default features in CI

djc opened this pull request 8 months ago
proto: take advantage of rustls::quic::Suite being Copy

djc opened this pull request 8 months ago
Apply clippy suggestions from Rust 1.78

djc opened this pull request 8 months ago
Allow resetting of congestion controller state

flub opened this pull request 8 months ago
ECN interop failures

larseggert opened this issue 8 months ago
Make SendStream::finish synchronous

Ralith opened this pull request 8 months ago
Look up the time through trait Runtime

Ralith opened this pull request 8 months ago
stream sending buffer size and how much left

szguoxz opened this issue 8 months ago
Match GSO segment size to the first datagram, not the MTU

Ralith opened this pull request 8 months ago
Fix minor datagram send bugs

Ralith opened this pull request 8 months ago
Consider more aggressive GSO batching

Ralith opened this issue 8 months ago
Add references to OpenCollective

djc opened this pull request 8 months ago
Remove badges from metadata

djc opened this pull request 8 months ago
quinn: allow rebinding an abstract socket

djc opened this pull request 8 months ago
ci: pass codecov token explicitly

djc opened this pull request 8 months ago
Refuse incoming/forbid outgoing connections after endpoint is closed

Ralith opened this pull request 8 months ago
end endpoint driver on manually close

divagant-martian opened this pull request 8 months ago
perf: change throughput units from MiB/s into Mb/s.

stormshield-damiend opened this pull request 8 months ago
Revise and add additional 0-rtt doc comments

gretchenfrage opened this pull request 8 months ago
build(deps): bump peaceiris/actions-mdbook from 1 to 2

dependabot[bot] opened this pull request 8 months ago
build(deps): bump peaceiris/actions-gh-pages from 3 to 4

dependabot[bot] opened this pull request 8 months ago
build(deps): update rustls-platform-verifier requirement from 0.1.1 to 0.3.1

dependabot[bot] opened this pull request 8 months ago
Debug formatting could be improved

gretchenfrage opened this issue 8 months ago
Fix race condition between 0-RTT and Incoming

gretchenfrage opened this pull request 8 months ago
Tags 0.10.5 and 0.10.6 are missing

link2xt opened this issue 8 months ago
Is there a heartbeat mechanism?

redoriental opened this issue 8 months ago
preferred address

devsnek opened this pull request 9 months ago
build(deps): update rcgen requirement from 0.12.0 to 0.13.1

dependabot[bot] opened this pull request 9 months ago
build(deps): update rustls-pemfile requirement from 1.0.0 to 2.1.2

dependabot[bot] opened this pull request 9 months ago
Fix riscv64 compilation

liberodark opened this pull request 9 months ago
Add riscv64 Support

liberodark opened this issue 9 months ago
Allocate Incoming response buffers as needed

Ralith opened this pull request 9 months ago
Update MSRV to 1.66

Ralith opened this pull request 9 months ago