Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tokio

An asynchronous I/O stack for the Rust programming language.
Collective - Host: opensource - https://opencollective.com/tokio - Website: https://tokio.rs - Code: https://github.com/tokio-rs

implement PartialEq, Eq for NamedField

github.com/tokio-rs/valuable - bryangarza opened this pull request over 2 years ago
chore: update Tonic and Prost dependencies

github.com/tokio-rs/console - hawkw opened this pull request over 2 years ago
Upgrade to rustls-pemfile 1

github.com/tokio-rs/tls - djc opened this pull request over 2 years ago
io: add Submitted and Unsubmitted

github.com/tokio-rs/tokio-uring - Noah-Kennedy opened this pull request over 2 years ago
poll()’s return on timeout not documented

github.com/tokio-rs/mio - danielparks opened this issue over 2 years ago
chore: prepare bytes v1.2.1

github.com/tokio-rs/bytes - Darksonn opened this pull request over 2 years ago
Fix reserve over allocating underlying buffer

github.com/tokio-rs/bytes - schultetwin1 opened this pull request over 2 years ago
Refresh test certificates for tokio-rustls

github.com/tokio-rs/tls - djc opened this pull request over 2 years ago
Stabilize vtable api

github.com/tokio-rs/bytes - ipoupaille opened this pull request over 2 years ago
HTTP upgrade on the same port

github.com/tokio-rs/tls - daxpedda opened this issue over 2 years ago
fix minor typo

github.com/tokio-rs/mio - joleeee opened this pull request over 2 years ago
The scope of the unsafe block can be appropriately reduced

github.com/tokio-rs/tls - cactter opened this pull request over 2 years ago
Upgrade MSRV to 1.56 and edition 2021

github.com/tokio-rs/tracing - CAD97 opened this pull request over 2 years ago
fix(tracing-next-steps): a few typos

github.com/tokio-rs/website - Oliboy50 opened this pull request over 2 years ago
Use #[doc(no_inline)] on re-exports

github.com/tokio-rs/loom - taiki-e opened this pull request over 2 years ago
task: stabilize `Builder`

github.com/tokio-rs/tokio - ipetkov opened this issue over 2 years ago
chore(deps): update rand requirement from 0.7.3 to 0.8.5

github.com/tokio-rs/tracing - dependabot[bot] opened this pull request over 2 years ago
Add GitHub Actions

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request over 2 years ago
Add GitHub Actions

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request over 2 years ago
Release 0.4.7

github.com/tokio-rs/slab - taiki-e opened this pull request over 2 years ago
chore: prepare bytes v1.2.0

github.com/tokio-rs/bytes - Darksonn opened this pull request over 2 years ago
Replacement over stale PR: Fix bytes mut asymptotics

github.com/tokio-rs/bytes - NobodyXu opened this pull request over 2 years ago
Drop support for Wine

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request over 2 years ago
Fix epoll O_CLOEXEC usage

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request over 2 years ago
Idle tasks disappearing after restart

github.com/tokio-rs/console - cameronelliott opened this issue over 2 years ago
Cleanup epoll_create fallback

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request over 2 years ago
appender: add file name suffix parameter

github.com/tokio-rs/tracing - IceSentry opened this pull request over 2 years ago
Update MSRV to 1.61 and edition to 2021

github.com/tokio-rs/mio - TmLev opened this pull request over 2 years ago
Update MSRV to 1.61 and edition to 2021

github.com/tokio-rs/mio - TmLev opened this pull request over 2 years ago
tcp Recv-Q accumulation appears on the tls server

github.com/tokio-rs/tls - stanley-jp opened this issue over 2 years ago
Fix: `From<BytesMut> fo Vec<u8>` implementation

github.com/tokio-rs/bytes - NobodyXu opened this pull request over 2 years ago
chore: switch CI doc-tests to run using stable channel

github.com/tokio-rs/website - bryangarza opened this pull request over 2 years ago
meta: Stabilize WASI support

github.com/tokio-rs/tokio - carllerche opened this issue over 2 years ago
Update actions/checkout action to v3

github.com/tokio-rs/tls - taiki-e opened this pull request over 2 years ago
Update actions/checkout action to v3

github.com/tokio-rs/website - taiki-e opened this pull request over 2 years ago
chore: update actions/checkout action to v3

github.com/tokio-rs/mini-redis - taiki-e opened this pull request over 2 years ago
Update actions/checkout action to v3 in release.yml

github.com/tokio-rs/loom - taiki-e opened this pull request over 2 years ago
chore(ci): update actions/checkout action to v3

github.com/tokio-rs/console - taiki-e opened this pull request over 2 years ago
Update MIRIFLAGS

github.com/tokio-rs/slab - taiki-e opened this pull request over 2 years ago
Support for io_uring

github.com/tokio-rs/mio - Noah-Kennedy opened this issue over 2 years ago
Fix #4815 by adjusting length `n` before checking overflow

github.com/tokio-rs/tokio - minghuaw opened this pull request over 2 years ago
refac(console): factor out a `Store` type

github.com/tokio-rs/console - hawkw opened this pull request over 2 years ago
Reduce `unsafe` usage

github.com/tokio-rs/async-stream - trevyn opened this pull request over 2 years ago
miri: don't use int2ptr casts for invalid pointers

github.com/tokio-rs/bytes - Darksonn opened this pull request over 2 years ago
refac(console): use a newtype to separate ID types

github.com/tokio-rs/console - hawkw opened this pull request over 2 years ago
Safe method for creating UninitSlice

github.com/tokio-rs/bytes - Rosskaman opened this issue over 2 years ago
Fix CI failure

github.com/tokio-rs/valuable - taiki-e opened this pull request over 2 years ago
Use epoll_create() as a fallback for epoll_create1()

github.com/tokio-rs/mio - link2xt opened this pull request over 2 years ago
add a test to reproduce #1147

github.com/tokio-rs/tracing - matklad opened this pull request over 2 years ago
Polling mode

github.com/tokio-rs/tokio - inevity opened this issue over 2 years ago
test fails with only feature http1 enabled

github.com/tokio-rs/tls - jonassmedegaard opened this issue over 2 years ago
test fails without feature tls12

github.com/tokio-rs/tls - jonassmedegaard opened this issue over 2 years ago
try junit test reports again

github.com/tokio-rs/tracing - hawkw opened this pull request over 2 years ago
style(examples): use would_block and remove set_nonblocking

github.com/tokio-rs/mio - bestgopher opened this pull request over 2 years ago
Only allow last extractor to mutate the request

github.com/tokio-rs/axum - davidpdrsn opened this pull request over 2 years ago
Improve the custom rejection experience

github.com/tokio-rs/axum - jplatte opened this issue over 2 years ago
Reconsider API design

github.com/tokio-rs/tokio-uring - Noah-Kennedy opened this issue over 2 years ago
Migrate to I/O safety traits

github.com/tokio-rs/mio - Thomasdezeeuw opened this issue over 2 years ago
chore: Fix unused warnings

github.com/tokio-rs/bytes - LucioFranco opened this pull request over 2 years ago
[draft] io: consume budget in Registration::readiness

github.com/tokio-rs/tokio - Noah-Kennedy opened this pull request over 2 years ago
Fix tiny typo in server.rs

github.com/tokio-rs/mini-redis - shomitarai opened this pull request over 2 years ago
Release v0.8.4

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request over 2 years ago
Add docs about polling without registering event sources

github.com/tokio-rs/mio - Thomasdezeeuw opened this pull request over 2 years ago
Force insert at a given key

github.com/tokio-rs/slab - james7132 opened this issue over 2 years ago
Fix logging with interest cache

github.com/tokio-rs/tracing - bkchr opened this pull request over 2 years ago
chore: update Cargo.lock

github.com/tokio-rs/mini-redis - Darksonn opened this pull request over 2 years ago
Modifying the read request size of NamedPipe

github.com/tokio-rs/mio - mlsvrts opened this issue over 2 years ago
add track_caller to public APIs (#4413)

github.com/tokio-rs/tokio - hds opened this pull request over 2 years ago
Add support for IORING_OP_MSG_RING

github.com/tokio-rs/io-uring - newpavlov opened this issue over 2 years ago
rt: unhandled panic config for current thread rt

github.com/tokio-rs/tokio - carllerche opened this pull request over 2 years ago
The `chat` example is empty

github.com/tokio-rs/mini-redis - ClementNerma opened this issue over 2 years ago
unexpected object stored at reference

github.com/tokio-rs/loom - kvark opened this issue over 2 years ago
[Featture-Request] Ability to swap HashMap

github.com/tokio-rs/prost - The-Mr-L opened this issue over 2 years ago
Status of the project

github.com/tokio-rs/simulation - rapiz1 opened this issue over 2 years ago
Chain of two large (i.e. BytesMut) panics

github.com/tokio-rs/bytes - jasl8r opened this issue over 2 years ago
fix(wasi): don't fail select() on empty subscriptions

github.com/tokio-rs/mio - haraldh opened this pull request over 2 years ago
loom does not respect modification order

github.com/tokio-rs/loom - ibraheemdev opened this issue over 2 years ago