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

fix(chat): Implement alexcrichton's suggestions

* Remove unnecessary clone
* Improve rightward drift
* Remove unnecessary lazy future
* Improve ...

github.com/tokio-rs/tokio - 6961efa8dde54a429cfebc157594b25e5d25283f authored over 8 years ago
Use derive Debug instead of impl by hand

github.com/tokio-rs/tokio-proto - 0e6908f1364e11007dd237f22acb5a31223856fd authored over 8 years ago
Fix some deadlocking cases

github.com/tokio-rs/tokio-proto - da9a2ba07de6abc507b1119b5a986b5531c0d5e8 authored over 8 years ago
Impl Transport for Box<Transport>

github.com/tokio-rs/tokio-proto - fbc5b9e7dfe91677072a7973270f6ad96186ea97 authored over 8 years ago
Extract multiplex testing infrastructure

github.com/tokio-rs/tokio-proto - fb5eac012077a778ebf80aacce426e02ff87b59c authored over 8 years ago
Merge pull request #51 from debris/patch-1

fixed typo in split.rs

github.com/tokio-rs/tokio - a99b2529e0ce0b4f623bc405d9e7519ac21dcc0b authored over 8 years ago
Merge pull request #51 from debris/patch-1

fixed typo in split.rs

github.com/tokio-rs/tokio-core - a99b2529e0ce0b4f623bc405d9e7519ac21dcc0b authored over 8 years ago
Change how outbound body streams are handled

The transport is no longer responsible for creating a channel for the
streaming body. Instead, a...

github.com/tokio-rs/tokio-proto - df7bd12fbd2ad0144f9275fb90d0db7ac4832a20 authored over 8 years ago
fixed typo in split.rs

github.com/tokio-rs/tokio - a94be1bca918ccda582c45c52f8bd96fae92bdd8 authored over 8 years ago
fixed typo in split.rs

github.com/tokio-rs/tokio-core - a94be1bca918ccda582c45c52f8bd96fae92bdd8 authored over 8 years ago
Add Chat example

github.com/tokio-rs/tokio-core - 0205b855d0794d882959e9147890e53c4ca6d2fe authored over 8 years ago
Add Chat example

github.com/tokio-rs/tokio - 0205b855d0794d882959e9147890e53c4ca6d2fe authored over 8 years ago
Merge pull request #50 from oberien/read

doc(read): Add number of bytes read to doc

github.com/tokio-rs/tokio - e32115b1b42b7feaccf46da248946af0ec79af35 authored over 8 years ago
Merge pull request #50 from oberien/read

doc(read): Add number of bytes read to doc

github.com/tokio-rs/tokio-core - e32115b1b42b7feaccf46da248946af0ec79af35 authored over 8 years ago
Merge pull request #49 from oberien/read_until

doc(read_until): Fix typo in doc

github.com/tokio-rs/tokio-core - 37879bd91148a11dfdfa87a2825778c992d635e7 authored over 8 years ago
Merge pull request #49 from oberien/read_until

doc(read_until): Fix typo in doc

github.com/tokio-rs/tokio - 37879bd91148a11dfdfa87a2825778c992d635e7 authored over 8 years ago
doc(read): Add number of bytes read to doc

github.com/tokio-rs/tokio - b0033eb463803d5b97de2e3f6d50f5682b24213b authored over 8 years ago
doc(read): Add number of bytes read to doc

github.com/tokio-rs/tokio-core - b0033eb463803d5b97de2e3f6d50f5682b24213b authored over 8 years ago
doc(read_until): Fix typo in doc

github.com/tokio-rs/tokio-core - 254523730973b3938496fe1a70edbdd7b62c2aea authored over 8 years ago
doc(read_until): Fix typo in doc

github.com/tokio-rs/tokio - 254523730973b3938496fe1a70edbdd7b62c2aea authored over 8 years ago
Merge pull request #48 from oberien/read_until

feat(io): Add `read_until`

github.com/tokio-rs/tokio - f019f5f5bbac180dbe0f4828e70ad5c75a0e6a3e authored over 8 years ago
Merge pull request #48 from oberien/read_until

feat(io): Add `read_until`

github.com/tokio-rs/tokio-core - f019f5f5bbac180dbe0f4828e70ad5c75a0e6a3e authored over 8 years ago
Impl Service for Service trait object

github.com/tokio-rs/tokio-service - 6d7cf21c027ec12b42bb1fa8ecfa1ad0b957c983 authored over 8 years ago
Multiplex should run for in-flight bodies

Multiplex may still have buffered frames after receiving a `Done` frame. The
task should stay al...

github.com/tokio-rs/tokio-proto - a0998dcd681715d2dc59e5399c983b8bb816fa99 authored over 8 years ago
Add some access fns to Message

github.com/tokio-rs/tokio-proto - 52c5c4f143323d5744779fe67ca5e1ee84c2fe2c authored over 8 years ago
Use trait objs to speed up test compilation

github.com/tokio-rs/tokio-proto - 34076fee9400353b7242d2832fe2ec3d438f6ac9 authored over 8 years ago
Add multiplex error handling

github.com/tokio-rs/tokio-proto - aa3bad5b09a1a920bd63b56c87d114d839e34cc1 authored over 8 years ago
fix(read_until): Make `read_until` resemble `BufRead::read_until`

github.com/tokio-rs/tokio - d2440a40593ae72762d7b2f18a50ca9f9b124d96 authored over 8 years ago
fix(read_until): Make `read_until` resemble `BufRead::read_until`

github.com/tokio-rs/tokio-core - d2440a40593ae72762d7b2f18a50ca9f9b124d96 authored over 8 years ago
feat(io): Add `read_until`

github.com/tokio-rs/tokio-core - ce8a9d460edb24088b88249d907588469a4d00d9 authored over 8 years ago
feat(io): Add `read_until`

github.com/tokio-rs/tokio - ce8a9d460edb24088b88249d907588469a4d00d9 authored over 8 years ago
Merge pull request #29 from 3Hren/master

Add `read` free function to read some bytes

github.com/tokio-rs/tokio - 866dad2e85646dcdfae21782d2567599f88a94f6 authored over 8 years ago
Merge pull request #29 from 3Hren/master

Add `read` free function to read some bytes

github.com/tokio-rs/tokio-core - 866dad2e85646dcdfae21782d2567599f88a94f6 authored over 8 years ago
Impl IntoBuf for ()

github.com/tokio-rs/bytes - e1c7f183ca6abd0537a33205fce09dd80c5a1c58 authored over 8 years ago
chore: fix panic string

github.com/tokio-rs/tokio - f69f748470296f9c3fce66fcebb9456466a1c540 authored over 8 years ago
chore: fix panic string

github.com/tokio-rs/tokio-core - f69f748470296f9c3fce66fcebb9456466a1c540 authored over 8 years ago
refactor: rename ReadSome to Read

Also `try_nb!` is used.

github.com/tokio-rs/tokio-core - 42bbe86cb62095a373c485717e6669e8ce15f1b5 authored over 8 years ago
refactor: rename ReadSome to Read

Also `try_nb!` is used.

github.com/tokio-rs/tokio - 42bbe86cb62095a373c485717e6669e8ce15f1b5 authored over 8 years ago
Fix build on stable

github.com/tokio-rs/tokio-proto - 7d6cb18aead9c3257115b2359ee8890d1b2e71c2 authored over 8 years ago
refactor: rename, also make EOF as a valid result

github.com/tokio-rs/tokio - 4b3472ceae4b39a760e32a70f3d73b5e7aeabc0e authored over 8 years ago
refactor: rename, also make EOF as a valid result

github.com/tokio-rs/tokio-core - 4b3472ceae4b39a760e32a70f3d73b5e7aeabc0e authored over 8 years ago
Client channel should be public

github.com/tokio-rs/tokio-proto - 26b3931e10983ea3a857dbd99c20af48824e1a80 authored over 8 years ago
Fix google smoke test

google.com on my hosts returns 302 redirect with uppercase HTML.

github.com/tokio-rs/tokio-tls - 875c0339f1d11aa2264a62a7fa9236f8a417d86b authored over 8 years ago
Merge pull request #47 from oberien/spawn_fn

doc(spawn_fn): Fix typo

github.com/tokio-rs/tokio-core - e92d4bf52b0246146fdc63619a01dd6cb7cd59cd authored over 8 years ago
Merge pull request #47 from oberien/spawn_fn

doc(spawn_fn): Fix typo

github.com/tokio-rs/tokio - e92d4bf52b0246146fdc63619a01dd6cb7cd59cd authored over 8 years ago
doc(spawn_fn): Fix typo

github.com/tokio-rs/tokio - f62d1ddc8d9c90d6173ef4587712e8cb83cf44f6 authored over 8 years ago
doc(spawn_fn): Fix typo

github.com/tokio-rs/tokio-core - f62d1ddc8d9c90d6173ef4587712e8cb83cf44f6 authored over 8 years ago
Add Sleep::remaining

github.com/tokio-rs/tokio-timer - 5e264ef7eeb17f4cc7c43a5377e061e34e2eebe7 authored over 8 years ago
Add Handle::spawn_fn

Acts as a convenience to avoid `futures::lazy`.

Closes #40

github.com/tokio-rs/tokio - 1d40bf14f7d04ec6c1d1a8b55692f49de51a0caa authored over 8 years ago
Add Handle::spawn_fn

Acts as a convenience to avoid `futures::lazy`.

Closes #40

github.com/tokio-rs/tokio-core - 1d40bf14f7d04ec6c1d1a8b55692f49de51a0caa authored over 8 years ago
Indiciate need_read requires poll_read

Original intention was that it didn't, but nowadays it does.

Closes #44

github.com/tokio-rs/tokio-core - c2e80ebb3001c95cc383e8ae354c6a00ff61a315 authored over 8 years ago
Indiciate need_read requires poll_read

Original intention was that it didn't, but nowadays it does.

Closes #44

github.com/tokio-rs/tokio - c2e80ebb3001c95cc383e8ae354c6a00ff61a315 authored over 8 years ago
Refactor RingBuf

github.com/tokio-rs/bytes - b10992a5e86f295ad5e4f274e25d22a05169b331 authored over 8 years ago
Add IntoBuf trait

github.com/tokio-rs/bytes - 4ca7e0fabf3717a033bb57698164caa0f84bb79f authored over 8 years ago
Rename & refactor ByteBuf -> SliceBuf

github.com/tokio-rs/bytes - b1dc10e9079b7034e3c2b581f673225cefd5aa13 authored over 8 years ago
Merge pull request #39 from NeoLegends/patch-1

Fix documentation typos

github.com/tokio-rs/tokio - 181dcdd9ead2e44856c7e641df2da38c40e5f059 authored over 8 years ago
Merge pull request #39 from NeoLegends/patch-1

Fix documentation typos

github.com/tokio-rs/tokio-core - 181dcdd9ead2e44856c7e641df2da38c40e5f059 authored over 8 years ago
Add some docs

github.com/tokio-rs/bytes - c16ad2bc9d316b379ad93c66caf95e3426c79c6a authored over 8 years ago
Remove extra lifetime sigils

github.com/tokio-rs/bytes - a7d38e29e5f2601307d1265700fa6802854ada0c authored over 8 years ago
Track upstream changes

github.com/tokio-rs/tokio-minihttp - c4db87f9427365201679010003b5d13e791b68b0 authored over 8 years ago
Track upstream changes

github.com/tokio-rs/tokio-proto - 0bfe489f2bd97307024df8f0c7a7ed112f8253e5 authored over 8 years ago
Reorganize crate

github.com/tokio-rs/bytes - 98e0d954b59b7c332ebe599c99aab95dbb87dd00 authored over 8 years ago
Add more Buf helpers

github.com/tokio-rs/bytes - d05bfb6346e3eb5eebc9f6016c32fede20ba3831 authored over 8 years ago
replace Eventual IO with tokio-core in the README

github.com/tokio-rs/mio - 0d5d0067d78f0f81c9d4d400bc532b0c0fc740a9 authored over 8 years ago
Add take fn to Buf & MutBuf

github.com/tokio-rs/bytes - 3c58b0c75cd6b89bd67570a604f667295d157945 authored over 8 years ago
Initial implementation of multiplex Client

github.com/tokio-rs/tokio-proto - 8922f3a30a0754d1f0d035f8da64b97a4cfde0c5 authored over 8 years ago
Track tokio-proto master

github.com/tokio-rs/tokio-redis - ffd4cb1f7c94471b5498d075c35db0c961482320 authored over 8 years ago
Move Client to top level and remove Connecting

github.com/tokio-rs/tokio-proto - ea3a6241e334247d8c23631fd843351dbb9c076d authored over 8 years ago
Fix documentation typos

github.com/tokio-rs/tokio - 326537b861b67343ac1bfc4f6bcee39b1c9ee428 authored over 8 years ago
Fix documentation typos

github.com/tokio-rs/tokio-core - 326537b861b67343ac1bfc4f6bcee39b1c9ee428 authored over 8 years ago
Rename RingBuf::new -> with_capacity

github.com/tokio-rs/bytes - 410590124431aba2af70f8926e38739b2daf2c49 authored over 8 years ago
Instead of calling handle() a second time in line 26, I used a reference to the value obtained in line 23.

github.com/tokio-rs/tokio - f41c55f9f7b9b4b74b35e9db2516a70b05c21d2f authored over 8 years ago
Instead of calling handle() a second time in line 26, I used a reference to the value obtained in line 23.

github.com/tokio-rs/tokio-core - f41c55f9f7b9b4b74b35e9db2516a70b05c21d2f authored over 8 years ago
Track tokio_proto changes

github.com/tokio-rs/tokio-minihttp - 910ac0debd0acbf8592bf52e99570e6ae937b8b1 authored over 8 years ago
Track upstream tokio_proto

github.com/tokio-rs/tokio-redis - 2037cee52720ba60bfc6261086c540b40cdfbef6 authored over 8 years ago
Streaming bodies for multiplex protocols

github.com/tokio-rs/tokio-proto - 0d194d4a958b76c5d984be190f98f33a757814f2 authored over 8 years ago
Move Error to top level

github.com/tokio-rs/tokio-proto - e8771e4e6573ce7a7fdde3f321c56d325a3b7ba2 authored over 8 years ago
Move `Message` to top level

github.com/tokio-rs/tokio-proto - 8e21b1c7788dc11d621b60ca12a0af24e94cf9cc authored over 8 years ago
NewTransport returns a future

github.com/tokio-rs/tokio-proto - b4e0cc2f204d6c2e87175e140c3d155a6451e712 authored over 8 years ago
Fix some typos in the pipeline comments.

github.com/tokio-rs/tokio-proto - cd20a29d5ff1af9058ea8c3b5a9a244998fbd37c authored over 8 years ago
Add poll_{read,write} on halves

Closes #32

github.com/tokio-rs/tokio - 418a973520bbd485af60f13aef28f1c20d51b888 authored over 8 years ago
Add poll_{read,write} on halves

Closes #32

github.com/tokio-rs/tokio-core - 418a973520bbd485af60f13aef28f1c20d51b888 authored over 8 years ago
fix dropping front block in BlockBuf

github.com/tokio-rs/bytes - 1f188b56280e71adfaccaf67dd55cd89f593a067 authored over 8 years ago
Merge pull request #2 from steveklabnik/patch-1

Fix small typo

github.com/tokio-rs/tokio-service - 4dfeaba1f5b4cb8a0faae9b62912270cd4aca8ed authored over 8 years ago
Fix timer bug around timeout cancellation

Fixes #465

github.com/tokio-rs/mio - 9f17b70d6fecbf912168267ea74cf536f2cba705 authored over 8 years ago
Fix channel `dec` logic

Fixes #463

github.com/tokio-rs/mio - 0d3e9eab139d07a3bc05afa7c9168e6b812e020e authored over 8 years ago
get rid of the safe constructors for Io

github.com/tokio-rs/mio - 68aaf8b8d0d0ab093a203a5e84eef03aa38f841f authored over 8 years ago
prevent Io::into_raw_fd from dropping self

github.com/tokio-rs/mio - f72e92d384b22f1f7dc2c4f6897b7d1952c4e72e authored over 8 years ago
EPOLL_CLOEXEC first became available in libc 0.2.14

github.com/tokio-rs/mio - 2623fa48777abd4ad0e38a2503b61a1549363ea9 authored over 8 years ago
Update CHANGELOG.md 0.6 release date.

github.com/tokio-rs/mio - 9b165879d15efe4c202de065465b12d6b587b02e authored over 8 years ago
Add read_some free function to read some bytes

github.com/tokio-rs/tokio - fb497aba4497c9ae30355136946ef5b6f27eb85b authored over 8 years ago
Add read_some free function to read some bytes

github.com/tokio-rs/tokio-core - fb497aba4497c9ae30355136946ef5b6f27eb85b authored over 8 years ago
Merge pull request #27 from sbstp/net-docs

update the docs of net::*::bind

github.com/tokio-rs/tokio-core - 933b34cd25b7c32f3bd0138afd01417f4715fdc7 authored over 8 years ago
Merge pull request #27 from sbstp/net-docs

update the docs of net::*::bind

github.com/tokio-rs/tokio - 933b34cd25b7c32f3bd0138afd01417f4715fdc7 authored over 8 years ago
update the docs of net::*::bind

github.com/tokio-rs/tokio - 32ccf255b51329a8ffc39e2eead63ee044c661ec authored over 8 years ago
update the docs of net::*::bind

github.com/tokio-rs/tokio-core - 32ccf255b51329a8ffc39e2eead63ee044c661ec authored over 8 years ago
Update deps to crates.io

github.com/tokio-rs/tokio-socks5 - 27408359e46f6b263ece03bf206828952a49689f authored over 8 years ago