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 `IntoResponse` for `(R,) where R: IntoResponse` (#2143)

github.com/tokio-rs/axum - cc611b8b2432c7c00bd50f232c3e6e464fe845cf authored over 1 year ago
Remove unnecessary clone (#130)

github.com/tokio-rs/mini-redis - c4daf72e1165ecb3e7f2fe138c052ea8ad851908 authored over 1 year ago
sync: avoid false sharing in mpsc channel (#5829)

github.com/tokio-rs/tokio - 38d1bcd9df6af2de436c5f898829d071f8e46988 authored over 1 year ago
Replace :emoji: codes with the actual emoji (#2144)

github.com/tokio-rs/axum - 432289dd042d4f91af54dda9d9b2abaaae7d36be authored over 1 year ago
runtime: fix flaky test `wake_while_rt_is_dropping` (#5905)

github.com/tokio-rs/tokio - 52e65102154cbbd49c3af4e6d208609476cdfdb4 authored over 1 year ago
Implement Clone for ErasedJson (#2142)

github.com/tokio-rs/axum - 8af38763a506afecb6071c4896ac188985ed42d5 authored over 1 year ago
Implement `Handler` for `T: IntoResponse` (#2140)

github.com/tokio-rs/axum - 2138489ce55d6d1ec98d3df7c332a753383a5bb4 authored over 1 year ago
Add empty path capture docs and tests (#2127)

github.com/tokio-rs/axum - e4865e17fa66ed01e62293b2791be213320b653c authored over 1 year ago
Add example showing how to proxy `reqwest::Response` (#2138)

github.com/tokio-rs/axum - 5b89f1dfaa8556a627684f7df296caef72a3de7e authored over 1 year ago
axum-extra: Remove unused tower-http dependency (#2137)

github.com/tokio-rs/axum - 6416a4784b7a3f543fe1d19ce930bcb408ac0860 authored over 1 year ago
Update tokio-tungstenite 0.20 (#2116)

Co-authored-by: Jonas Platte <[email protected]>

github.com/tokio-rs/axum - a6a849bb5b96a2f641fa077fe76f70ad4d20341c authored over 1 year ago
chore: use pprof only if target_os is not windows (#40)

## Motivation

Fix https://github.com/tokio-rs/tracing-opentelemetry/issues/39

follow up ht...

github.com/tokio-rs/tracing-opentelemetry - d36955010d6d1b85c5ab9c86ccfaa4d8c6b0a32e authored over 1 year ago
update opentelemetry to 0.20.0 (#36)

## Motivation

Update opentelemetry dependency to use the latest opentelemetry from the
traci...

github.com/tokio-rs/tracing-opentelemetry - 76771cf8e8a9d13fe9617ed833dbc03e67eff33d authored over 1 year ago
Update CI config (#5893)

github.com/tokio-rs/tokio - e5e88551d2be7655ee71771533168d4fe9ea7793 authored over 1 year ago
Add ESP-IDF framework support

Mostly fixing compiler errors but also working around nonblocking issues
with accept, eventfd, e...

github.com/tokio-rs/mio - 236fc31abf58bfcb8ed66b9ae2ce570acb911e77 authored over 1 year ago
Fix typo in typed_header.rs (#2133)

github.com/tokio-rs/axum - 025144be7e500e498b036bee8ca8c0489c235622 authored over 1 year ago
Add GitHub issues to the community section

github.com/tokio-rs/mio - 9ce7f7ddc9b7cab938534bf612928f749006c8e5 authored over 1 year ago
Document unsupported cfg flags

github.com/tokio-rs/mio - efba7ef63fec5af764b08bf916a63c9aae6fc67c authored over 1 year ago
poll: Simplify and optimize pending_wake_tokens to use a singular Token

github.com/tokio-rs/mio - 231ba281f7ad4a65d5643f729701e3b7c206c9b2 authored over 1 year ago
poll: No longer special case poll returning 0 and redundantly checking for an expired timeout

github.com/tokio-rs/mio - 69be704dc2c5c23f4cce9a685ea9e4ce00f85d22 authored over 1 year ago
poll: Further clarify nested poll loop behaviour

Co-authored-by: Thomas de Zeeuw <[email protected]>

github.com/tokio-rs/mio - 2cae5a9c787c88bd11a31b8000d954dd54cb90b8 authored over 1 year ago
poll: rename notified_events for consistency

github.com/tokio-rs/mio - 649dbc24cd5a37f0d4b92270574cd7708c72e248 authored over 1 year ago
poll: Minor documentation for pending_wake_token behaviour

github.com/tokio-rs/mio - 5adadfe4ef3f49436fd8910d315b72d5a67620b9 authored over 1 year ago
poll: Avoid early return on error in deregister_all

github.com/tokio-rs/mio - 7a5d442fef13a7004f68f199a5fc2f4707881a32 authored over 1 year ago
poll: Rerun rustfmt

github.com/tokio-rs/mio - 7947803e848599307a99efaad511b751cea0fd4a authored over 1 year ago
poll: Fix target_os="wasi" compilation error

github.com/tokio-rs/mio - fc4be69fa1ed9f92d4cb071778da8d2bdcba53c3 authored over 1 year ago
Fix build break with --no-default-features --features net

github.com/tokio-rs/mio - 3d6a47be8fe58e656af2e89f5dcac36b34f957d2 authored over 1 year ago
Implement poll-based backend

Introduces a new backend for UNIX using the level triggered poll()
syscall instead of epoll or k...

github.com/tokio-rs/mio - d070937a6c14efb86bdbc8ae54f0a7b03bf542e6 authored over 1 year ago
poll: Clarify nested poll loop behaviour slightly

Co-authored-by: Thomas de Zeeuw <[email protected]>

github.com/tokio-rs/mio - da5f3f0ca9664d14a507a81ad2b9f18ce9d9f94f authored over 1 year ago
Fixed syntax error in ci workflow

github.com/tokio-rs/mio - e90c3b1757b2a1ebdc45a3ed05c2877111515ef0 authored over 1 year ago
Fix mio_unsupported_force_poll_poll release builds

github.com/tokio-rs/mio - db109be42adfa1fb1e37183b134bb09140c4301d authored over 1 year ago
poll: Fix event copy/paste debug_details formatting

Co-authored-by: Thomas de Zeeuw <[email protected]>

github.com/tokio-rs/mio - 84e3865bfe54eeeeab2cfa2c9d33f15ad5cf5d11 authored over 1 year ago
poll: Fix try_clone not carrying has_waker state forward

github.com/tokio-rs/mio - bed3a1f50131600f0167169face92e80c3db7df0 authored over 1 year ago
poll: Manually fix missing rustfmt case

Co-authored-by: Thomas de Zeeuw <[email protected]>

github.com/tokio-rs/mio - 44574a5c1020d06e6c38fb8c9941acbc079271aa authored over 1 year ago
poll: Optimize register corner case

Co-authored-by: Thomas de Zeeuw <[email protected]>

github.com/tokio-rs/mio - 2c3cf449aadf680d9de8cdb56db8c52f85b0b2bd authored over 1 year ago
poll: Slight change to error message consistency

Co-authored-by: Thomas de Zeeuw <[email protected]>

github.com/tokio-rs/mio - b7efc74c27b1d592d44fe3aa5df98c8284dee935 authored over 1 year ago
Update src/sys/unix/selector/poll.rs

Co-authored-by: Thomas de Zeeuw <[email protected]>

github.com/tokio-rs/mio - 4e8074d729b41e0e6e3713a35c8e605ed34578e8 authored over 1 year ago
poll: Copy timeout determination logic from epoll impl

github.com/tokio-rs/mio - a6965d54e3cf29a094f52b9c1c9d787462a0d8b3 authored over 1 year ago
poll: Fix MSRV by not using std::os::fd

github.com/tokio-rs/mio - 60a86eacc4c844a4e5508642275b91cfd8856493 authored over 1 year ago
Run rustfmt

github.com/tokio-rs/mio - a4d8d4f6227ed60ad9c5f63ea88f4a829526bcb2 authored over 1 year ago
Fix non-conforming usage of log::trace

github.com/tokio-rs/mio - 774508dff841b24ec819510a98a5bb8ddf3d8fff authored over 1 year ago
poll: Document design choice quirks in comments

github.com/tokio-rs/mio - 98ee3b920eedb738d85aa68d6b5e81c1ad31044f authored over 1 year ago
Update main.rs - Correct method in comments (#2132)

github.com/tokio-rs/axum - e5b0852bdb7ca34c173a49246a3b9c5175d747b5 authored over 1 year ago
Add set_attribute function (#34)

* Adds a function `set_attribute` to `OpenTelemetrySpanExt` to allow
setting attributes directl...

github.com/tokio-rs/tracing-opentelemetry - 7b77d33d58eea0a7aa922bb45cfbab7272559c52 authored over 1 year ago
Update udp_server.rs

github.com/tokio-rs/mio - 5542363d5e4cd3954592f9aaee72ca685f4cee50 authored over 1 year ago
Update udp_server.rs

github.com/tokio-rs/mio - f20ec948ae24ebf2296d524cd4ac91b16863a5c9 authored over 1 year ago
Ignore Interrupted

github.com/tokio-rs/mio - 7dd3d1fb15f99702a4f85eb2761073e80ebff5ae authored over 1 year ago
Update tcp_server.rs

github.com/tokio-rs/mio - e523052e97aa0414b21108fdcf6598132a30c7e2 authored over 1 year ago
sync: make `const_new` methods always available (#5885)

Since MSRV is bumped to 1.63, `Mutex::new` is now usable in const context.

Also use `assert!`...

github.com/tokio-rs/tokio - efe3ab679a05f3da3fcc511a44120239830254f2 authored over 1 year ago
tokio: removed unused `tokio_*` cfgs (#5890)

Signed-off-by: Jiahao XU <[email protected]>

github.com/tokio-rs/tokio - fb08591b43a412e6804f679fe35667906b67b324 authored over 1 year ago
example: use `copy_bidirectional` in proxy.rs (#5856)

github.com/tokio-rs/tokio - 6aca07bee745c8a1f8ddc1c0f27732dec9d3cdb2 authored over 1 year ago
ci: fix clippy warnings (#5891)

Signed-off-by: Jiahao XU <[email protected]>

github.com/tokio-rs/tokio - 5128601898c788bd1f9cc044eee2859e3b213998 authored over 1 year ago
Fix typo on `customize-extractor-error` example (#2124)

github.com/tokio-rs/axum - 64c566cd1c7ff9458a69de2274ae4833cda82666 authored over 1 year ago
tokio: bump MSRV to 1.63 (#5887)

github.com/tokio-rs/tokio - c445e467ce4363b3a9b6825268814a9bc27c0127 authored over 1 year ago
Don't depend on axum-macros in examples (#2122)

github.com/tokio-rs/axum - f9ea40bb44997430748dfa9d4bd40979f5889e94 authored over 1 year ago
docs: delete MatchedPath nesting section (#2121)

github.com/tokio-rs/axum - 0151aeea54b2726eba6352095337aff54d621458 authored over 1 year ago
Fix typo (#2118)

github.com/tokio-rs/axum - 5567d665d7c5f0ed09e1d5c588c18c28751f23e1 authored over 1 year ago
Remove unnecessary allow(dead_code) from testing example (#2117)

github.com/tokio-rs/axum - b20e66e79a8e14fbc412f16b448f20b5f4f350f6 authored over 1 year ago
Fix Clippy warnings in close_on_drop test

github.com/tokio-rs/mio - 2123bedbed00e24dccc036a0e1799e9e1d7dba1c authored over 1 year ago
Add must_use to Interest methods

github.com/tokio-rs/mio - 48f01594ea6063a19fd5ec1c09e6a37c9983a504 authored over 1 year ago
Bump to 0.5.6 (#131)

github.com/tokio-rs/turmoil - 4c23b669e1499b2a1a57842dc60b6829cc887253 authored over 1 year ago
Enable 1 more Kani harness. (#884)

* Enable 1 more harness.

* Upgrade Kani version.

* Fix version

github.com/tokio-rs/prost - 468c80cd343321d5d4b361febbeec832ab5228b6 authored over 1 year ago
rt(alt): track which workers are idle. (#5886)

The scheduler uses this map to avoid trying to steal from idle workers.

github.com/tokio-rs/tokio - a58beb3aca18e6ec4cb444b6c78d5a3373742998 authored over 1 year ago
prepare v0.6.1 release (#319)

github.com/tokio-rs/loom - 11d6894534807d289f9fd31864bc3f444d0141ea authored over 1 year ago
ensure fn passed to generator completes (#318)

This avoids forcing the generator to abort, which is not thread-safe.

github.com/tokio-rs/loom - 465f841c3f6098bb9d47e968c2b74a0241617fa4 authored over 1 year ago
rt: initial implementation of new threaded runtime (#5823)

This patch includes an initial implementation of a new multi-threaded
runtime. The new runtime ...

github.com/tokio-rs/tokio - 4165601b1bbaa7c29cbfb319fe75a9adddf4085e authored over 1 year ago
Return io::Error instead of panicking (#130)

Make net types more realistic by returning `io::Error`s instead of panicking
when hosts cannot ...

github.com/tokio-rs/turmoil - 6fd75d7280054f4c9982a00c4b3539786d6563ae authored over 1 year ago
rt: add runtime ID (#5864)

There are a number of cases in which being able to identify a runtime is
useful.

When instru...

github.com/tokio-rs/tokio - 63577cd8d3f2b1a1c787870125ab808eaa1eaa99 authored over 1 year ago
net: implement `UCred` for espidf (#5868)

github.com/tokio-rs/tokio - 02544540f198e07a6db5a8679c60b753fd1e0d4c authored over 1 year ago
Remove suggestion for parking_lot mutexes (#714)

Lately the std mutex has perfectly fine performance comparable to
parking_lot and unlike parkin...

github.com/tokio-rs/website - 2327948ea970c73ff743a0554a5183513a2cc17a authored over 1 year ago
Remove useless use prefix (#2106)

Signed-off-by: hi-rustin <[email protected]>

github.com/tokio-rs/axum - 7093cee0ace5c3cb81ab6f970ae6ff0e966643ea authored over 1 year ago
poll: Do not clear readiness on short read/writes. (#5881)

The new mio_unsupported_force_poll_poll behaviour works the same as
Windows (using level-trigge...

github.com/tokio-rs/tokio - d64c8e3ae0933faa5a951c5d351b347a8a1f2605 authored over 1 year ago
Add network manipulation capabilities to `Sim` (#129)

Exposing these outside of a client host is useful for some scenarios.

github.com/tokio-rs/turmoil - cb76a7ed119a52cff274028958b1d52f0ebba044 authored over 1 year ago
rt: use optional non-zero value for task `owner_id` (#5876)

We switch to using a `NonZeroU64` for the `id` field for `OwnedTasks`
and `LocalOwnedTasks` lis...

github.com/tokio-rs/tokio - f24b9824e67f833bc78a5a08527cb48a8d053c66 authored over 1 year ago
Remove stale TODO (#128)

github.com/tokio-rs/turmoil - af1bbf393fc3461cd2555e8d470f68f3bee3ff95 authored over 1 year ago
runtime: use `Arc::increment_strong_count` instead of `mem::forget` (#5872)

github.com/tokio-rs/tokio - 267a23158151b6b1e78d5d547fa9455217f79b3c authored over 1 year ago
fix: link to tracing next steps page (#713)

Signed-off-by: Emmanuel Ferdman <[email protected]>

github.com/tokio-rs/website - 224eaa0cf30f143406ee0fc2b566ec9b51c1456e authored over 1 year ago
fs: add `File::options()` (#5869)

github.com/tokio-rs/tokio - 05feb2b0bb44623a68ecb9fc139deb8f827a799b authored over 1 year ago
Remove useless #[allow(warnings)] (#2100)

Signed-off-by: hi-rustin <[email protected]>

github.com/tokio-rs/axum - d42b5f70ccff02c527f9bb947c4e8a9a5b70f215 authored over 1 year ago
io: use vec in example for `AsyncReadExt::read_exact` (#5863)

github.com/tokio-rs/tokio - 33d6d4f63c080768c4d174c78e8384b73fa0b8db authored over 1 year ago
Fix Clippy warning

github.com/tokio-rs/mio - 0639d6ace6fa39bf0854f0819d7ac4a0a4ce1097 authored over 1 year ago
process: fix `raw_arg` not showing up in docs (#5865)

github.com/tokio-rs/tokio - 6166e9bcad9953f57db4dabfecfcbfc1743b94f9 authored over 1 year ago
Update to latest sqlx in example (#2099)

github.com/tokio-rs/axum - bb22802bfc3733ba2040de6ec0cfb8d3fd186fac authored over 1 year ago
Add missing changes to changelog

github.com/tokio-rs/axum - 4290955cf0c0efdc1cc67d1ba133d71fab2dfdf5 authored over 1 year ago
Fix bugs around merging routers with nested fallbacks (#2096)

github.com/tokio-rs/axum - a0db77a9005cba38f467b7851c36c9fdbf004b78 authored over 1 year ago
Fix example for accessing inner extrator errors (#2095)

github.com/tokio-rs/axum - 6f7ff8556587d51c6919a864926e4b8090f92c3f authored over 1 year ago
sync: add `broadcast::Sender::new` (#5824)

github.com/tokio-rs/tokio - e52d56e807af663aa9cbcdb1c2946df87eae29bf authored over 1 year ago
Update to hyper 1.0.0-rc.4 (#2094)

github.com/tokio-rs/axum - b34715fe81bea0a3650782c38e9ae8922d74f73c authored over 1 year ago
tokio: reduce LLVM code generation (#5859)

github.com/tokio-rs/tokio - 304d14036184c9c65d88706e48dacb57bb172fcc authored over 1 year ago
Add randoku to project showcase (#2092)

Co-authored-by: David Pedersen <[email protected]>

github.com/tokio-rs/axum - 5d96ca9fcd2b138bb773f8cc39db5b78a0992d92 authored over 1 year ago
Update no_atomic.rs (#114)

Co-authored-by: Taiki Endo <[email protected]>

github.com/tokio-rs/valuable - b0d0039f0daccb52d73e84b1609cb182d3be26b0 authored over 1 year ago
Add `--generate-link-to-definition` option when building on docs.rs

github.com/tokio-rs/mio - 77f5ef7d347bfe25987484fc73e81a9ece7f17b3 authored over 1 year ago
Fix CI (#2086)

- Use exactly version 1.0.0-rc.3 of hyper
- Update expected output of UI tests
- Fix clippy li...

github.com/tokio-rs/axum - 5503b3236babec939cd019b2a38596b3e5cabb12 authored over 1 year ago
tracing: use fully qualified names in macros for items exported from std prelude (#2621)

## Motivation

Currently, in many places, macros do not use fully qualified names for
items e...

github.com/tokio-rs/tracing - 27f688efb72316a26f3ec1f952c82626692c08ff authored over 1 year ago
runtime: expand on sharing runtime docs (#5858)

github.com/tokio-rs/tokio - 91ad76c00c624ed607cf7fa53a6cc40f83f08159 authored over 1 year ago
Fix typo in docs (#2080)

github.com/tokio-rs/axum - bc8e879d7b1764772a4147f63ae49f2773b00bbd authored over 1 year ago
Fix date on Tokio metrics announcement (#712)

github.com/tokio-rs/website - 1345cb0d8e61574fcd55cb851f9a3448768bf464 authored over 1 year ago
Tracing improvments (#124)

A `tracing` span is entered with host information for each execution iteration in the run loop.

github.com/tokio-rs/turmoil - 5954ef3a6259205986bf231a61314a9a1cfdd5e1 authored over 1 year ago
util: fix broken intra-doc link (#5849)

github.com/tokio-rs/tokio - 74a5a458ea37a862274ce15525d82d4dee0dd3e3 authored over 1 year ago
Remove `bitflags` crate dependency (#2073)

Co-authored-by: David Pedersen <[email protected]>

github.com/tokio-rs/axum - b80d1261377a59d7a498f1f3b8f8d160e1c61d9e authored over 1 year ago