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

chore(deps): bump shlex from 1.2.0 to 1.3.0 (#511)

github.com/tokio-rs/console - 4ce24bffd1efc5384208019a53db1f90e690b395 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
don't set MSRV and only run doctests on nightly (#37)

We have too many dependencies to actually guarantee our MSRV.

We only run doctests on nightly...

github.com/tokio-rs/async-backtrace - ef988a0a922fbdf7d10e99e98e5dd327f74ca854 authored 11 months ago by Jack Wrenn <[email protected]>
runtime: include task `Id` in taskdumps (#6328)

Task `Id`s provide a semi-stable identifier for monitoring task
state across task dumps.

Fix...

github.com/tokio-rs/tokio - 10c9eeb6c2af85961044b7cbb16a5a2d2e97287d authored 11 months ago by Jack Wrenn <[email protected]>
metrics: fix worker_steal_count test hanging (#6327)

github.com/tokio-rs/tokio - 47a5fe3a12cb8f92a776fe2469899a8cdc338a46 authored 11 months ago by Alice Ryhl <[email protected]>
sync: make downgrade must_use (#6326)

github.com/tokio-rs/tokio - fbdf539ac22563c6b8e3fb3f1844055baba12470 authored 11 months ago by Alice Ryhl <[email protected]>
tokio: update CHANGELOG.md (#6324)

github.com/tokio-rs/tokio - 63caced26f07240fa2751cefccee86cc342d3581 authored 11 months ago by Alice Ryhl <[email protected]>
task: implement `FromIterator` for `JoinSet` (#6300)

github.com/tokio-rs/tokio - 0b31b2a19531f969a172bca77f2fd80d0d3b54ed authored 11 months ago by erikdesjardins <[email protected]>
docs: transition_to_idle doesn't return boolean (#6320)

github.com/tokio-rs/tokio - cb197def683277cb7ae1e00f13398b49ac225f75 authored 11 months ago by Augusto Hack <[email protected]>
chore: prepare Tokio v1.36.0 (#6312)

github.com/tokio-rs/tokio - eaf81ed324e7cca0fa9b497a6747746da37eea93 authored 11 months ago by M.Amin Rayej <[email protected]>
Fix blocking-mode tcp listener in auto-reload example (#2558)

github.com/tokio-rs/axum - 5f7fcc5866c1a498923be2a3c67b5bf4279d508f authored 11 months ago by Jonas Platte <[email protected]>
refactor: make parameter mut in From<Vec> (#667)

Instead of re-declaring `vec`, we can just use a mut parameter.

github.com/tokio-rs/bytes - d2e7abdb290e663f025a22a7d9e14e019b6abdb2 authored 11 months ago by Brad Dunbar <[email protected]>
ci: make sure dictionary words are sorted and unique (#6316)

github.com/tokio-rs/tokio - 53f9e5a357c7bc30b01c738d325b4f4a9acc32a6 authored 11 months ago by M.Amin Rayej <[email protected]>
Fix broken RecvMsgOut parsing (#257)

* Fix broken RecvMsgOut parsing

Signed-off-by: Alex Saveau <[email protected]>

* ...

github.com/tokio-rs/io-uring - 297f02b8759b4355884122cc7e66962912bf72ce authored 11 months ago by Alex Saveau <[email protected]>
net: expose keepalive option on `TcpSocket` (#6311)

github.com/tokio-rs/tokio - 9077762545da312c3527ba45b0bba37ba4b4fb7f authored 11 months ago by M.Amin Rayej <[email protected]>
ci: add spellchecking (#6297)

github.com/tokio-rs/tokio - 131e7b4e49c8849298ba54b4e0c99f4b81d869e3 authored 11 months ago by Owen Leung <[email protected]>
Remove unreachable else branch (#661)

github.com/tokio-rs/bytes - e24587dd6197dbc58d6c2b6eb7186df99b04d881 authored 11 months ago by Brad Dunbar <[email protected]>
Remove an unnecessary else branch (#662)

github.com/tokio-rs/bytes - 9257a6ea0852c03f4672e5f8346d3d614543e270 authored 11 months ago by Brad Dunbar <[email protected]>
Remove unnecessary namespace qualifier (#660)

github.com/tokio-rs/bytes - 0ba3b4c4cd74a0ad8566277e1a1533fa9e895756 authored 11 months ago by Brad Dunbar <[email protected]>
io: clarify `clear_ready` docs (#6304)

github.com/tokio-rs/tokio - e53b92a9939565edb33575fff296804279e5e419 authored 11 months ago by M.Amin Rayej <[email protected]>
sync: use AtomicBool in broadcast channel future (#6298)

github.com/tokio-rs/tokio - 753613206566d3e818b8a6e2466121f0f18c70f4 authored 11 months ago by Sergei Fomin <[email protected]>
Fix typos in testing example (#2542)

github.com/tokio-rs/axum - 530aa5530cde4eebfdbf78d59710472b8e360e15 authored 11 months ago by Rdbo <[email protected]>
macros: fix trait_method breaking change detection (#6308)

github.com/tokio-rs/tokio - b6d0c9091d4f3c6a90ad8764d3c65f8480a48676 authored 11 months ago by JungChul Shin <[email protected]>
use const `thread_local`s when possible (#2838)

This results in a substantial performance improvement,
and is compatible with our MSRV.

Signed...

github.com/tokio-rs/tracing - baeba47cdaac9ed32d5ef3f6f1d7b0cc71ffdbdf authored 11 months ago by Alex Saveau <[email protected]>
Add topic page for testing (#735)

github.com/tokio-rs/website - 6f2c811a8da04b51ff9d8a1f36b81e19558aecb3 authored 11 months ago by Rafael Bachmann <[email protected]>
docs: Update README.md with correct link to tracing-etw (#2861)

github.com/tokio-rs/tracing - b461897c78a63faa8c88304b6276122564e43aaa authored 11 months ago by Cijo Thomas <[email protected]>
runtime: remove obsolete comment (#6303)

github.com/tokio-rs/tokio - 4846959e8a534cf2aff63f8613e5f69a7d2ce5f8 authored 11 months ago by kim / Motoyuki Kimura <[email protected]>
prevent panics when used with per-layer filters (#86)

## Motivation

Currently, if the `tracing-opentelemetry` `Layer` has a per-layer filter
(in t...

github.com/tokio-rs/tracing-opentelemetry - bd90c86db606522a19eb89dd742f1d2ad88244a1 authored 11 months ago by Gus Wynn <[email protected]>
build(deps): update web-time requirement from 0.2.0 to 1.0.0 (#87)

github.com/tokio-rs/tracing-opentelemetry - 680c6868a2f980fbb933ebf3f59c6c4797140b4c authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Display attribute in metrics (#85)

## Motivation

As described in #81, currently the metrics layer doesn't do anything
when Debu...

github.com/tokio-rs/tracing-opentelemetry - 832b7883d458b8e102585e7c29997735bdc86c14 authored 11 months ago by Kenta Kudo <[email protected]>
fix(subscriber): Don't save poll_ops if no-one is receiving them (#501)

Do not record poll_ops if there are no current connected clients
(watchers). Without this `Ag...

github.com/tokio-rs/console - 1656c791af35bb0500bb6dd3c60344a0ceb12520 authored 11 months ago by Graham King <[email protected]>
net: add `UnixSocket` (#6290)

github.com/tokio-rs/tokio - ec3038357f8dbbae0ab4daf55ff27937ad42abb2 authored 11 months ago by M.Amin Rayej <[email protected]>
chore: add comments to h2 dependency (#499)

We need to keep our `h2` dependency in sync with the version
of `tonic` that we use as we're do...

github.com/tokio-rs/console - aab98e7e643f0e5a90c30afac5669e01e0fe40b5 authored 11 months ago by 二手掉包工程师 <[email protected]>
Implement `AsFd` for all entry sizes (#254)

github.com/tokio-rs/io-uring - cc8060a7b5c72cacab10ee288061785d1f5dd56e authored 11 months ago by oxalica <[email protected]>
Update sys to linux 6.7 (#253)

github.com/tokio-rs/io-uring - dd7cce6b607c088c6e33f7adf9cc276a0e19fee4 authored 11 months ago by quininer <[email protected]>
docs: fix typo "synchonous" => "synchronous" (#2850)

## Motivation

Fix typo "synchonous" => "synchronous" in the crate level documentation.

github.com/tokio-rs/tracing - aa50d0e61373bb4af1ba567963e396dd2a54eb22 authored 11 months ago by Min Deng <[email protected]>
add `Bytes::is_unique` (#643)

github.com/tokio-rs/bytes - 0864aea9704ac12fa53ee96a7f968e51c9dabba1 authored 11 months ago by Cyborus04 <[email protected]>
Update ECOSYSTEM.md (#2528)

github.com/tokio-rs/axum - d1fb14ead1063efe31ae3202e947ffd569875c0b authored 11 months ago by Max Countryman <[email protected]>
feat(console): add flags and configurations for warnings (#493)

This branch adds a new `--warn` command-line argument and `warnings`
field in the config file. ...

github.com/tokio-rs/console - 174883f15747fe8069bcfd0750c0c07b3acaa232 authored 11 months ago by Rustin <[email protected]>
BytesMut: Assert alignment of Shared (#652)

Back in #362, an assertion was added to ensure that the alignment of
bytes::Shared is even so w...

github.com/tokio-rs/bytes - abb4a2e66cab68a6d1deb3d37377625443794cfd authored 11 months ago by Brad Dunbar <[email protected]>
Update Twitter Icon Component to X (#724)

Refactor the "bird" logo to the newly rebranded "X" logo.

Used the official [logo](https://ab...

github.com/tokio-rs/website - e6c42a266bb932e9a8c355c3a0606aa8b3d006d5 authored 11 months ago by Tanay Toshniwal <[email protected]>
Fix typos (#746)

github.com/tokio-rs/website - 648329aaecd29368be0587a5d930de52db745e8f authored 11 months ago by Pavel Roskin <[email protected]>
io: simplify check for empty slice (#6293)

github.com/tokio-rs/tokio - f80bbec28ff790d15481a29583c9b778bf0cc40e authored 11 months ago by Daniel Sedlak <[email protected]>
net: document that `*Fd` traits on `TcpSocket` are unix-only (#6294)

github.com/tokio-rs/tokio - eab26a662c5716575bb0cd9c31d6ae79355e1c55 authored 11 months ago by M.Amin Rayej <[email protected]>
Bump to 0.6.1 (#166)

github.com/tokio-rs/turmoil - ce025e2503ba45b375a1b9ed05eb6e3526656eb4 authored 11 months ago by Zak van der Merwe <[email protected]>
ci: verify that tests work with panic=abort (#6283)

github.com/tokio-rs/tokio - 58edfc61abe4acdc2dda485c1d66715790b9315c authored 11 months ago by M.Amin Rayej <[email protected]>
time: add `FutureExt::timeout` (#6276)

github.com/tokio-rs/tokio - bfd7b080678c03d868a5a5761873031f1e696b73 authored 11 months ago by Evan Rittenhouse <[email protected]>
Improve documentation of `axum_extra::extract::Query` (#2517)

github.com/tokio-rs/axum - 9e319490798f6a35b24f128fc8c00f4f312d0bdd authored 11 months ago by AlphaKeks <[email protected]>
Grammar: Fix "it's" vs "its" in several places (#2518)

github.com/tokio-rs/axum - 934b1aac067dba596feb617817409345f9835db5 authored 11 months ago by Nick Price <[email protected]>
chore: Fix spelling (#2854)

github.com/tokio-rs/tracing - 335380a6b17e733899b95e0524ad03581861cbc2 authored 11 months ago by John Vandenberg <[email protected]>
Update axum prometheus-metrics example (#2516)

Co-authored-by: Dudin.Roman <Roman@HPROMAN>

github.com/tokio-rs/axum - 94901e0fe798d0fb38b9e6d122376c15264ca46a authored 11 months ago by dayvejones <[email protected]>
docs: add Axum Test to ECOSYSTEM.md (#2513)

github.com/tokio-rs/axum - dd3ff101e2878d457eb61e28f65c9b92b9f19456 authored 11 months ago by Joseph Lenton <[email protected]>
task: add `JoinSet::try_join_next` (#6280)

github.com/tokio-rs/tokio - 12ce924fb9c1ffe0340b979fefa00d13ebf631c3 authored 11 months ago by M.Amin Rayej <[email protected]>
Add note about missing CSRF validation in oauth example (#2512)

github.com/tokio-rs/axum - 358f19681073e87c07bfc1beada0159ad947f289 authored 11 months ago by David Pedersen <[email protected]>
Release (#2510)

github.com/tokio-rs/axum - 9ebd105d0410dcb8a4133374c32415b5a6950371 authored 11 months ago by David Pedersen <[email protected]>
Internally `Arc` `Router`, without breaking changes (#2483)

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

github.com/tokio-rs/axum - 45116730c600fd36a66130384e1c43c9443075ae authored 11 months ago by David Pedersen <[email protected]>
Re-export `BodyDataStream` from axum (#2509)

github.com/tokio-rs/axum - d3112a40d55f123bc5e65f995e2068e245f12055 authored 11 months ago by David Pedersen <[email protected]>
journald: make level mappings configurable (#2824)

This allows to manually map tracing levels to journald levels.

It seems that @little-dude, wh...

github.com/tokio-rs/tracing - d4ca988252211b12e3beccfa6b029064ede1d6dc authored 11 months ago by Gabriel Goller <[email protected]>
process: use pidfd on Linux when available (#6152)

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

github.com/tokio-rs/tokio - e4f9bcb5775a8cbbc848aedea3ad49aa60dd1dae authored 12 months ago by Jiahao XU <[email protected]>
sync: document FIFO behavior of `tokio::sync::Mutex` (#6279)

Signed-off-by: azuredream <[email protected]>

github.com/tokio-rs/tokio - 8463af92afb398aa94600eaac84eafe3ee83b737 authored 12 months ago by zixuan zhao <[email protected]>
Add `turmoil::sim_elapsed` for retrieving total simulation virtual time (#164)

Previously, we only exposed `turmoil::elapsed` which returned the
elapsed virtual time for the ...

github.com/tokio-rs/turmoil - 9277434cf6f6d80ca00696667e9ba91761822a46 authored 12 months ago by Zak van der Merwe <[email protected]>
Update Axum example to use axum 0.7 and hyper 1. (#154)

* Update Axum example to use axum 0.7 and hyper 1.

* update hyper-util dependency

github.com/tokio-rs/turmoil - b46f60ee36614161756fa036aa12b9d93a9cf5f1 authored 12 months ago by Tanner Rogalsky <[email protected]>
Add is_missing method to typed header rejection reason (#2503)

github.com/tokio-rs/axum - 791d5038a927add3f8ff1d5c1010cd0b24fdda77 authored 12 months ago by Joshua Chapman <[email protected]>
Add a check for port exhaustion (#157)

github.com/tokio-rs/turmoil - 79556aa5bd55e7ac1763f26365abed9b180c017b authored 12 months ago by Brett McChesney <[email protected]>
Change the step tracing event to trace level

github.com/tokio-rs/turmoil - 5fa7c3d3374c376ed9475da356a10bb917d19ad2 authored 12 months ago by Brett McChesney <[email protected]>
Fix link to serde::Deserialize (#2498)

github.com/tokio-rs/axum - f7c4cd883a2548c23b60e2ee952a33e7ca85fbe1 authored 12 months ago by Yann Simon <[email protected]>
chore: update actions/checkout action to v4 (#83)

github.com/tokio-rs/tracing-opentelemetry - b2013d085cee229c83eb1558c3263e536186fb89 authored 12 months ago by Taiki Endo <[email protected]>
Update actions/checkout action and replace unmaintained actions-rs actions (#163)

* Update actions/checkout action to v4
* Replace unmaintained actions-rs/cargo action
* Replac...

github.com/tokio-rs/turmoil - 3934812cf43be8e1f951a609853591803aad127d authored 12 months ago by Taiki Endo <[email protected]>
chore: update actions/checkout action to v4 (#290)

Co-authored-by: ollie <[email protected]>

github.com/tokio-rs/tokio-uring - a69d4bf57776a085a6516f4c022e2bf5d1814762 authored 12 months ago by Taiki Endo <[email protected]>
chore: format let-else (#291)

This fixes CI failure
https://github.com/tokio-rs/tokio-uring/actions/runs/7437161507/job/20234...

github.com/tokio-rs/tokio-uring - 926ff9de010f517cad9d3effe83e6e38f02dfc7f authored 12 months ago by Taiki Endo <[email protected]>
Update actions/checkout action to v4 (#251)

github.com/tokio-rs/io-uring - 01c83bbce965d4aaf93ebfaa08c3aa8b7b0f5335 authored 12 months ago by Taiki Endo <[email protected]>
Ignore clippy::out_of_bounds_indexing error (#252)

```
error: index is out of bounds
--> src/util.rs:134:17
|
134 | None => [][1...

github.com/tokio-rs/io-uring - 2d68d7bb86ef19e2e6473a8241b20a62a80685e5 authored 12 months ago by Taiki Endo <[email protected]>
chore(ci): update outdated actions and replace unmaintained action (#506)

- Update actions/checkout, arduino/setup-protoc, and
taiki-e/create-gh-release-action actions...

github.com/tokio-rs/console - ef61081caa6c20f9495563855969e8d820559dfe authored 12 months ago by Taiki Endo <[email protected]>
chore: fix clippy::unnecessary_fallible_conversions warning (#507)

This fixes a new clippy lint added in 1.75. This warning is currently
causing CI failure:
http...

github.com/tokio-rs/console - bb3cb92b8c459fa8224b6bfb586053747652a2b9 authored 12 months ago by Taiki Endo <[email protected]>
Update CI config (#650)

github.com/tokio-rs/bytes - 09214ba51bdace6f6cb91740cee9514fc08d55ce authored 12 months ago by Taiki Endo <[email protected]>
Update loom to 0.7 (#651)

github.com/tokio-rs/bytes - fbc64bcc6713b51fa1253cf18fc80c904796ddb5 authored 12 months ago by Taiki Endo <[email protected]>
Update loom version in docs (#335)

github.com/tokio-rs/loom - a282dca1f8b9bc0913969b948bb6247668c390b9 authored 12 months ago by Taiki Endo <[email protected]>
Merge pull request #48 from taiki-e/checkout

Update actions/checkout and actions/cache actions

github.com/tokio-rs/tokio-openssl - ee179d7ebd74b19f0f7165d1d82719ad8bd2d43b authored 12 months ago by Steven Fackler <[email protected]>
Update actions/cache action to v3

github.com/tokio-rs/tokio-openssl - 768985531a2d7649874887a36ce0e19ad74cab9a authored 12 months ago by Taiki Endo <[email protected]>
Update actions/checkout action to v4

github.com/tokio-rs/tokio-openssl - 0adc9d7183cd04f0209f4ee9701d4817f7251fc0 authored 12 months ago by Taiki Endo <[email protected]>
Update actions/checkout action to v4 (#2495)

github.com/tokio-rs/axum - 5b6204168a676497d2f4188af603546d9ebfe20a authored 12 months ago by Taiki Endo <[email protected]>
chore(ci): update actions/checkout action to v4 (#2845)

github.com/tokio-rs/tracing - 07b490067c0e2af61f48a3d2afb85a20ab70ba95 authored 12 months ago by Taiki Endo <[email protected]>
examples: suppress false positive clippy lint (#2846)

Signed-off-by: Alex Saveau <[email protected]>

github.com/tokio-rs/tracing - 00ca2dc116d11b450cdc9c6306aaf59f6b7ed34a authored 12 months ago by Alex Saveau <[email protected]>
ci: update clippy version to 1.75 (#6273)

github.com/tokio-rs/tokio - 84c5674c601dfc36ab417ff0ec01763c2dd30a5c authored 12 months ago by Taiki Endo <[email protected]>
io: make `copy` cooperative (#6265)

github.com/tokio-rs/tokio - 3275cfb638fe6cac6b0bbb1f60ee59eb499f6c2a authored 12 months ago by Rustin <[email protected]>
ci: update cargo-check-external-types to 0.1.10 (#6274)

github.com/tokio-rs/tokio - 9780bf491f0a69986f9f35b9c6a81ac951356aff authored 12 months ago by Taiki Endo <[email protected]>
Update actions/checkout action to v4 (#744)

github.com/tokio-rs/website - d49064b5c94754fffa4449f9138d8d5f7b65d79d authored 12 months ago by Taiki Endo <[email protected]>
Update actions/checkout action to v4

github.com/tokio-rs/mio - 08ee541bf00c2cc81f9acc5486851ca1d59c25a3 authored 12 months ago by Taiki Endo <[email protected]>
ci: update actions/checkout action to v4 (#6272)

github.com/tokio-rs/tokio - d6ba535ceb327869ad149dc638af8cf3146fba81 authored 12 months ago by Taiki Endo <[email protected]>
Update CI config (#141)

github.com/tokio-rs/slab - 334a8373bdbb6e1d164839c77d33f9571450d5f8 authored 12 months ago by Taiki Endo <[email protected]>
tests: update mio-aio to 0.8 (#6269)

This is a test-only dependency. The main reason for the update is to
avoid transitively depend...

github.com/tokio-rs/tokio - e929d0e8b9aa46d4b7cad0f5d692ad94f5b2da45 authored 12 months ago by Alan Somers <[email protected]>
Update CI config and fix CI failure (#101)

github.com/tokio-rs/async-stream - e40ce2c3e71de81f4f6aab8389f3bbdaac7b4da0 authored 12 months ago by Taiki Endo <[email protected]>
ci: update FreeBSD CI environment to 13.2 (#6270)

Because 13.1 is EoL

github.com/tokio-rs/tokio - 2f730d4d5a4810088428f6e6397bda42d376deec authored 12 months ago by Alan Somers <[email protected]>
Update CI config (#334)

github.com/tokio-rs/loom - b8d0cd89ac6a88de61ae1dccd90a1a780f53c012 authored 12 months ago by Taiki Endo <[email protected]>
Update no_atomic.rs and CI config (#124)

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

github.com/tokio-rs/valuable - b4103db92e849126395fd24c35b87d6538007b0d authored 12 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Minor grammar fix (#952)

github.com/tokio-rs/prost - 63c00248abef84337c1010b6a10f3258b2db8b54 authored 12 months ago by Alfie John <[email protected]>
Implement `TypedPath` for `WithRejection<TypedPath, _>` (#2491)

github.com/tokio-rs/axum - c486cc8207a98a015aca76cb84f26ab1c6940d83 authored 12 months ago by David Pedersen <[email protected]>
chore: typographic improvements (#6262)

github.com/tokio-rs/tokio - c7e7f203eeb3190a556cf312bc4770e6d3363b69 authored 12 months ago by Alice Ryhl <[email protected]>
readme: add security policy (#649)

github.com/tokio-rs/bytes - 3bf6583b5cece02526b9b225e6ace0552a36ded3 authored 12 months ago by Alice Ryhl <[email protected]>
Add `must_use` attribute to `Serve` (#2484)

github.com/tokio-rs/axum - cdd0eccc0a673f2694e50e64dc5de27028767905 authored 12 months ago by Sam Kirby <[email protected]>