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

Remove Send + 'static bounds

github.com/tokio-rs/tokio-proto - 54e6236987f93739d15c24f131be17b52b46b3bb authored over 8 years ago by Carl Lerche <[email protected]>
Remove Send + 'static bound

github.com/tokio-rs/tokio-service - 7fecfb4ce69b438a7e56847897334e0d5b76a400 authored over 8 years ago by Carl Lerche <[email protected]>
Add Timer::timeout

github.com/tokio-rs/tokio-timer - 7c11b4f258d9af000a20958d92c1aed1d239dfce authored over 8 years ago by Carl Lerche <[email protected]>
Rename `Timeout` -> `Sleep`

github.com/tokio-rs/tokio-timer - 81edbf10126693137638536cc211902bfcf3db6b authored over 8 years ago by Carl Lerche <[email protected]>
Deny missing docs and warnings

github.com/tokio-rs/tokio-timer - 2f7fb26fb4df2c137cec3b46bbc3effaccd055fc authored over 8 years ago by Carl Lerche <[email protected]>
Respect max_timeout setting

github.com/tokio-rs/tokio-timer - c944a24b89366b6b607721790308c0d8fec4bf5a authored over 8 years ago by Carl Lerche <[email protected]>
More documentation

github.com/tokio-rs/tokio-timer - 1fd1a919935f93a2b47d75bbd8d2dc087b21ba1c authored over 8 years ago by Carl Lerche <[email protected]>
Builder getters should not be public

github.com/tokio-rs/tokio-timer - f2efb62c5b742d9c8f45acd9b73b45012d4f35be authored over 8 years ago by Carl Lerche <[email protected]>
Fix buffer overflow in Sink for Vec<u8>

Fixes #46

github.com/tokio-rs/bytes - f693e038d9ad3042c0a68bb3ef609117b1d7a86a authored over 8 years ago by Stefan Bühler <[email protected]>
Bump min supported Rust version

github.com/tokio-rs/bytes - d0d27bd5401c3953ec8446560de33121611fbf1d authored over 8 years ago by Carl Lerche <[email protected]>
Include doc examples in tests

github.com/tokio-rs/tokio-timer - 46ca5e0e155ce3f9e8a26f90ecdee6580e769904 authored over 8 years ago by Carl Lerche <[email protected]>
Get rid of duplicated mpmc & overly unsafe code

github.com/tokio-rs/tokio-timer - d967ae2582ce1d7e505f013a5fd7b7e24cd8761e authored over 8 years ago by Carl Lerche <[email protected]>
Move mpmc license to readme

github.com/tokio-rs/tokio-timer - c064915369c0fdb3bad56bf31812d881060e1a6a authored over 8 years ago by Carl Lerche <[email protected]>
Merge pull request #14 from reem/patch-1

Fix the link for the echo server example in the README

github.com/tokio-rs/tokio-core - 03ac1ea460c425d1f652afc0e917d746015cc202 authored over 8 years ago by Alex Crichton <[email protected]>
Merge pull request #14 from reem/patch-1

Fix the link for the echo server example in the README

github.com/tokio-rs/tokio - 03ac1ea460c425d1f652afc0e917d746015cc202 authored over 8 years ago by Alex Crichton <[email protected]>
Add more documentation

github.com/tokio-rs/tokio-timer - a4bfdc9a6471a32d001721d1841704e1d056f36a authored over 8 years ago by Carl Lerche <[email protected]>
Fix the link for the echo server example.

github.com/tokio-rs/tokio-core - 242f8fa1b262021dd76ba217b0372470fdcef47f authored over 8 years ago by Jonathan Reem <[email protected]>
Fix the link for the echo server example.

github.com/tokio-rs/tokio - 242f8fa1b262021dd76ba217b0372470fdcef47f authored over 8 years ago by Jonathan Reem <[email protected]>
Shutdown timer thread when timer is dropped

github.com/tokio-rs/tokio-timer - c0d06b18d52370ad579b4404b952db0412f5bbab authored over 8 years ago by Carl Lerche <[email protected]>
More tests

github.com/tokio-rs/tokio-timer - b42b33984909ac52ac3bb7e39fa22934485f5fd4 authored over 8 years ago by Carl Lerche <[email protected]>
Add missing line from example

github.com/tokio-rs/tokio-timer - 3ff566f26083c7bb58fa06f967ccca41dc36c2f4 authored over 8 years ago by Carl Lerche <[email protected]>
Add a simple example in the docs

github.com/tokio-rs/tokio-timer - 386df4ee1b0ea2f9c74bed774d9d9c9427218e7b authored over 8 years ago by Carl Lerche <[email protected]>
Update README links

github.com/tokio-rs/tokio-timer - 681472ec5862bf3662ef6c69ed36be6346cb3965 authored over 8 years ago by Carl Lerche <[email protected]>
Configure doc upload

github.com/tokio-rs/tokio-timer - 84d45ded14096964de79ae3f8d0653d8ec3460e4 authored over 8 years ago by Carl Lerche <[email protected]>
Factor in timer imprecision in `Timeout`

Timers may fire notifications early. In order to avoid deadlocks, a tolerance
must be factored in.

github.com/tokio-rs/tokio-timer - ff263117807a9c9bce04a41f9a898166aa0973c3 authored over 8 years ago by Carl Lerche <[email protected]>
Disable OS X on travis

github.com/tokio-rs/tokio-timer - f59b6c44aa9ca72f3c33ee2bb17976a460e054f0 authored over 8 years ago by Carl Lerche <[email protected]>
Track futures changes

github.com/tokio-rs/tokio-timer - 298fbbb99b4d79f3610efb8c0f82b5e949aa2215 authored over 8 years ago by Carl Lerche <[email protected]>
Add .travis.yml

github.com/tokio-rs/tokio-timer - 79bbaa963015a90b5418e2df6a1283bb9066f407 authored over 8 years ago by Carl Lerche <[email protected]>
Initial commit

github.com/tokio-rs/tokio-timer - 036fc7d469791a68114a30d9b7de2fe77b0497b5 authored over 8 years ago by Carl Lerche <[email protected]>
Update with poll changes

github.com/tokio-rs/tokio-socks5 - 65259cc574aebdb0fed4b438e7037857ae81f17b authored over 8 years ago by Alex Crichton <[email protected]>
Update with Async/Poll changes

github.com/tokio-rs/tokio-uds - 5359526af257ef3ce9e21927d530cf9ea94874ff authored over 8 years ago by Alex Crichton <[email protected]>
Update with Async/Poll changes

github.com/tokio-rs/tokio-tls - cb533bad35bb093ec41707bf1e5771821f8d023c authored over 8 years ago by Alex Crichton <[email protected]>
Update to Async

github.com/tokio-rs/tokio-proto - e180a95b2ebeaff6f4bf0415509b36d74f452b12 authored over 8 years ago by Alex Crichton <[email protected]>
Update with Poll/Async changes

github.com/tokio-rs/tokio-core - 3794cf7f1db616ecf27b6841a0d32facc3dd4bea authored over 8 years ago by Alex Crichton <[email protected]>
Update with Poll/Async changes

github.com/tokio-rs/tokio - 3794cf7f1db616ecf27b6841a0d32facc3dd4bea authored over 8 years ago by Alex Crichton <[email protected]>
Update to mio 0.6 on crates.io

github.com/tokio-rs/tokio-proto - 1cd9b2dcad07f601487bc8f6b637b771ea1bacb4 authored over 8 years ago by Alex Crichton <[email protected]>
Update to mio 0.6

github.com/tokio-rs/tokio-uds - 276aab9b258cd9b76085744886a6e800ba74d6a4 authored over 8 years ago by Alex Crichton <[email protected]>
Update to mio 0.6

github.com/tokio-rs/tokio-core - 3282b3ec0d0da1237c11e59ea0ac46407dd3edd5 authored over 8 years ago by Alex Crichton <[email protected]>
Update to mio 0.6

github.com/tokio-rs/tokio - 3282b3ec0d0da1237c11e59ea0ac46407dd3edd5 authored over 8 years ago by Alex Crichton <[email protected]>
Bump version to v0.6.0

github.com/tokio-rs/mio - 19d2d2a217199e23766e418dc6527ca509dcab34 authored over 8 years ago by Carl Lerche <[email protected]>
Sync mio TCP and libstd TCP APIs

* Rename `take_socket_error` to `take_error`, tweak return type.
* Add `property` accessors in a...

github.com/tokio-rs/mio - e436792cb842cc0f3b7d37ff344cfd0565eba3af authored over 8 years ago by Alex Crichton <[email protected]>
Depend on `bytes` on crates.io

github.com/tokio-rs/mio - d6f3fb61832e4c895fb0fa82ab8502e015b06b7b authored over 8 years ago by Carl Lerche <[email protected]>
Track Tokio changes

github.com/tokio-rs/tokio-redis - 21abcae5c0215daa85703df5be3d9ec354ecd7c0 authored over 8 years ago by Carl Lerche <[email protected]>
Track Tokio changes

github.com/tokio-rs/tokio-minihttp - 7d8c4491ae720ce3ee1002e1cde56cd7e684329c authored over 8 years ago by Carl Lerche <[email protected]>
Move proto::* to top level

Fixes #30

github.com/tokio-rs/tokio-proto - b24b148946f9470267a8081b1028f1d61ea47b04 authored over 8 years ago by Carl Lerche <[email protected]>
Refine changelog

github.com/tokio-rs/mio - 147d5afcdbc332f2b19ec3d1943d8f59079280c1 authored over 8 years ago by Carl Lerche <[email protected]>
Min version of Rust is actually 1.8.0

github.com/tokio-rs/mio - ab58e8c160e1868f5484e7c82614fefb1d484f85 authored over 8 years ago by Carl Lerche <[email protected]>
Update changelog

github.com/tokio-rs/mio - d6f04ad5684ae0bdbde0e11f7a4237f678607e2e authored over 8 years ago by Carl Lerche <[email protected]>
Depend on released version of Slab

github.com/tokio-rs/mio - 3e3f691cbf1d8c7d10b93bdd9f9d0fad1053803c authored over 8 years ago by Carl Lerche <[email protected]>
Bump version to v0.3.0

github.com/tokio-rs/slab - 117bf8f73e0144e2c44f5988cc6999c8390a9b11 authored over 8 years ago by Carl Lerche <[email protected]>
Track Slab changes

github.com/tokio-rs/tokio-core - 2081bcc4308c767ec66c0b55c3edb949718c331f authored over 8 years ago by Carl Lerche <[email protected]>
Track Slab changes

github.com/tokio-rs/tokio - 2081bcc4308c767ec66c0b55c3edb949718c331f authored over 8 years ago by Carl Lerche <[email protected]>
Track Slab changes

github.com/tokio-rs/mio - 6f123f2164b9c384cbba80c0920be2d941422514 authored over 8 years ago by Carl Lerche <[email protected]>
Test the force-openssl feature

github.com/tokio-rs/tokio-tls - 60d16f838b7e37f38146a1a46f14af9ac6e31038 authored over 8 years ago by Alex Crichton <[email protected]>
Rename `count` -> `len`

github.com/tokio-rs/slab - 574a83de5f5cb81a5407dc9ec1c417255a054ef5 authored over 8 years ago by Carl Lerche <[email protected]>
Constrain `Debug` impl

github.com/tokio-rs/slab - e9e0d35cf3897ad0e10f63a77c6d9a68a64bb71e authored over 8 years ago by Carl Lerche <[email protected]>
Rename `grow` -> `reserve_exact`

github.com/tokio-rs/slab - 2fc94eacbcae288f218117ea95b8e48005b4757f authored over 8 years ago by Carl Lerche <[email protected]>
Be sure to poll before doing I/O

Fixes a bug where otherwise readiness bits never got cleared.

github.com/tokio-rs/tokio-uds - d4beae37a471c35e22cd43a36c25ef0f5184e28d authored over 8 years ago by Alex Crichton <[email protected]>
Be sure to call poll before doing I/O

Ensures that we can properly clear the readiness bits and manage them correctly.

Closes #10

github.com/tokio-rs/tokio-core - 6947933b6b90c97a8255e275b31647219f9a9524 authored over 8 years ago by Alex Crichton <[email protected]>
Be sure to call poll before doing I/O

Ensures that we can properly clear the readiness bits and manage them correctly.

Closes #10

github.com/tokio-rs/tokio - 6947933b6b90c97a8255e275b31647219f9a9524 authored over 8 years ago by Alex Crichton <[email protected]>
Move binaries to examples

github.com/tokio-rs/tokio - 02538d035f8dc65609e75c60188fa31d4c7d23f5 authored over 8 years ago by Alex Crichton <[email protected]>
Move binaries to examples

github.com/tokio-rs/tokio-core - 02538d035f8dc65609e75c60188fa31d4c7d23f5 authored over 8 years ago by Alex Crichton <[email protected]>
Merge pull request #8 from nbigaouette/patch-1

Fix typo in Loop::run() documentation

github.com/tokio-rs/tokio-core - 6c6fb917eee295f779bb3afb050f1217f7172ee2 authored over 8 years ago by Alex Crichton <[email protected]>
Merge pull request #8 from nbigaouette/patch-1

Fix typo in Loop::run() documentation

github.com/tokio-rs/tokio - 6c6fb917eee295f779bb3afb050f1217f7172ee2 authored over 8 years ago by Alex Crichton <[email protected]>
Get rid of mutability transmute

github.com/tokio-rs/slab - e62eb1c702683308b9d5d2c7eec080982506438e authored over 8 years ago by Carl Lerche <[email protected]>
Significant overhaul of the library

The main goal is to remove any flawed APIs as explained in #26. On top of
that, remove any depre...

github.com/tokio-rs/slab - ed3578d1f26cb6640ab5516a93ec83fe0a58e273 authored over 8 years ago by Carl Lerche <[email protected]>
Only constructor is now `with_capacity`

Rename `new` -> `with_capacity and get rid of `new_starting_at` as it did not
seem to have enoug...

github.com/tokio-rs/slab - 0580a187a2dcd464d8cba8698c3e0f74a8b24945 authored over 8 years ago by Carl Lerche <[email protected]>
Fix capacity check in Slab::new_starting_at and add one in Slab::grow.

Check for potential integer overflows resulting from the index
calculations. We need to ensure t...

github.com/tokio-rs/slab - 4f93cc06414dc56fbf02820a84eaf47c807a45c3 authored over 8 years ago by Tomasz Miąsko <[email protected]>
Replace uses of entries.capacity() with entries.len().

Avoid relaying on the assumption that entries.capacity() is equal to
entries.len(). It is not ne...

github.com/tokio-rs/slab - 9dbf7245f84139216dd64493804e5761ab65a182 authored over 8 years ago by Tomasz Miąsko <[email protected]>
fixed some clippy warnings

github.com/tokio-rs/slab - 3c906c720f795d699368d5a58fda3ab0b4d40d5f authored over 8 years ago by Andre Bogus <[email protected]>
Fix typo in Loop::run() documentation

Simple typo fixed (`becuase` -> `because`)

github.com/tokio-rs/tokio-core - 376974c34972ac6a51f5a27257a39074a61977bf authored over 8 years ago by Nicolas Bigaouette <[email protected]>
Fix typo in Loop::run() documentation

Simple typo fixed (`becuase` -> `because`)

github.com/tokio-rs/tokio - 376974c34972ac6a51f5a27257a39074a61977bf authored over 8 years ago by Nicolas Bigaouette <[email protected]>
Update to futures master

github.com/tokio-rs/tokio-socks5 - fecfb2d351789aba6157951051fd4f30c0480865 authored over 8 years ago by Alex Crichton <[email protected]>
Depend on master branch of deps

github.com/tokio-rs/tokio-proto - 6684860532f2b71989bc5e4c653b6f0ae948edac authored over 8 years ago by Alex Crichton <[email protected]>
Update with most recent executor changes

github.com/tokio-rs/tokio-proto - 4448b5e4f3bc5bdecdd92bd93cabc49cbe149f9d authored over 8 years ago by Alex Crichton <[email protected]>
Update to futures master

* Remove `LoopData` as it's no longer necessary
* Add `LoopHandle::spawn` to spawn new futures o...

github.com/tokio-rs/tokio-core - 330ab823b0dfe45c0f4219e1601ecbbdd5ae457b authored over 8 years ago by Alex Crichton <[email protected]>
Update to futures master

* Remove `LoopData` as it's no longer necessary
* Add `LoopHandle::spawn` to spawn new futures o...

github.com/tokio-rs/tokio - 330ab823b0dfe45c0f4219e1601ecbbdd5ae457b authored over 8 years ago by Alex Crichton <[email protected]>
Integrate with byteorder

github.com/tokio-rs/bytes - 046c8645431ae2ffa25aad549f6a0d6e2df44930 authored over 8 years ago by Carl Lerche <[email protected]>
Track mio master

github.com/tokio-rs/tokio - 440a813c5ac23b07528dd710a9301f5e5c64126d authored over 8 years ago by Carl Lerche <[email protected]>
Track mio master

github.com/tokio-rs/tokio-core - 440a813c5ac23b07528dd710a9301f5e5c64126d authored over 8 years ago by Carl Lerche <[email protected]>
Fix lib doc example + API tweaks

github.com/tokio-rs/mio - 62b90817b7d501857b3d3826579141ac1c3672f9 authored over 8 years ago by Carl Lerche <[email protected]>
Update documentation link

github.com/tokio-rs/tokio-proto - da3a7d47ba426c5040fb634a73c10aba4e333ac2 authored over 8 years ago by Carl Lerche <[email protected]>
Fix travis doc gen

github.com/tokio-rs/tokio-proto - f8fca76920c3f9c23652a6c9c9b3ce4b86d7117b authored over 8 years ago by Carl Lerche <[email protected]>
Extract selector association to all platforms

Fixes #334

github.com/tokio-rs/mio - fe22b9fa667eb199a44dcda1c5352f48431187d8 authored over 8 years ago by Carl Lerche <[email protected]>
Rename crate on README.md

github.com/tokio-rs/tokio-proto - 1a7ba2ca4fabf925280330bea878e91c469f7019 authored over 8 years ago by zypeh <[email protected]>
Removed notices of Reactor from the documentation.

github.com/tokio-rs/tokio-proto - a6680ebb7897f87a3e942c3ecc4c1ce001c6dfda authored over 8 years ago by William Hatch <[email protected]>
Use the latest LazyCell

Fixes #29

github.com/tokio-rs/tokio-proto - 18214c8e7da13ee2b669f106588b2bdcd98351c2 authored over 8 years ago by Carl Lerche <[email protected]>
Merge pull request #4 from sinkuu/fix_dropbox

Fix DropBox's drop

github.com/tokio-rs/tokio-core - 7a852a7f4957ff4389f0a661d70d34f3a67a073b authored over 8 years ago by Alex Crichton <[email protected]>
Merge pull request #4 from sinkuu/fix_dropbox

Fix DropBox's drop

github.com/tokio-rs/tokio - 7a852a7f4957ff4389f0a661d70d34f3a67a073b authored over 8 years ago by Alex Crichton <[email protected]>
Fix DropBox's drop

github.com/tokio-rs/tokio - 909f3e923cad7f1647f1eac076b01951a237047c authored over 8 years ago by sinkuu <[email protected]>
Fix DropBox's drop

github.com/tokio-rs/tokio-core - 909f3e923cad7f1647f1eac076b01951a237047c authored over 8 years ago by sinkuu <[email protected]>
Update to mio master

github.com/tokio-rs/tokio-proto - 64f977ed8d0d80c6603111892138ce403b930e85 authored over 8 years ago by Alex Crichton <[email protected]>
Update to mio master

github.com/tokio-rs/tokio-core - c820d67d662a0bcecb2b71d63014069d17b6e362 authored over 8 years ago by Alex Crichton <[email protected]>
Update to mio master

github.com/tokio-rs/tokio - c820d67d662a0bcecb2b71d63014069d17b6e362 authored over 8 years ago by Alex Crichton <[email protected]>
Update for changes on tokio master branch

github.com/tokio-rs/tokio-minihttp - 5950b866da7096b1208b37e86b466578df469239 authored over 8 years ago by Alex Crichton <[email protected]>
Update to master tokio

github.com/tokio-rs/tokio-redis - 298ff18079ec0374bb9ac3e3c610fb1b246f6f0f authored over 8 years ago by Alex Crichton <[email protected]>
Merge pull request #1 from sbstp/typo

Fix typo in panic message

github.com/tokio-rs/tokio-core - b9395808bea624e6b64bcafbf6cc05cabdaca6cc authored over 8 years ago by Alex Crichton <[email protected]>
Merge pull request #1 from sbstp/typo

Fix typo in panic message

github.com/tokio-rs/tokio - b9395808bea624e6b64bcafbf6cc05cabdaca6cc authored over 8 years ago by Alex Crichton <[email protected]>
fix typo in panic message

github.com/tokio-rs/tokio - 32557cd8329e1e5ca2f2d059e39f496aab811558 authored over 8 years ago by Simon Bernier St-Pierre <[email protected]>