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 PollEvented

github.com/tokio-rs/tokio-core - carllerche opened this pull request over 7 years ago
cargo update -> CPU at 100% while idle

github.com/tokio-rs/tokio-core - nayato opened this issue over 7 years ago
UdpFramed doesn't return incoming frames

github.com/tokio-rs/tokio-core - valarauca opened this issue over 7 years ago
Udp `recv` isn't implemented as borrow

github.com/tokio-rs/tokio-core - valarauca opened this issue over 7 years ago
Fixup documentation for AllowStdIo

github.com/tokio-rs/tokio-io - cmyr opened this pull request over 7 years ago
Update crate to use Tokio reform internally

github.com/tokio-rs/tokio-core - carllerche opened this pull request over 7 years ago
tokio-service vs. tower?

github.com/tokio-rs/tokio-service - flosse opened this issue over 7 years ago
convert Entry to Result and functionalize code

github.com/tokio-rs/slab - vadixidav opened this pull request over 7 years ago
JSON Mapping

github.com/tokio-rs/prost - cretz opened this issue over 7 years ago
Support Windows

github.com/tokio-rs/tokio-uds - sanmai-NL opened this issue over 7 years ago
feat: Implement futures-0.2 support

github.com/tokio-rs/tokio-uds - Marwes opened this pull request over 7 years ago
Android get_peer_cred

github.com/tokio-rs/tokio-uds - NickAtAccuPS opened this pull request over 7 years ago
lio_listio support

github.com/tokio-rs/tokio-core - asomers opened this pull request over 7 years ago
deny warnings only in CI

github.com/tokio-rs/tokio-core - ignatenkobrain opened this pull request over 7 years ago
Add me as owner to crate?

github.com/tokio-rs/tokio-uds - carllerche opened this issue over 7 years ago
Add me as owner to crate?

github.com/tokio-rs/tokio-tls - carllerche opened this issue over 7 years ago
panic at "no Task is currently running"

github.com/tokio-rs/tokio-core - evanw opened this issue over 7 years ago
Using TcpClient with tokio

github.com/tokio-rs/tokio-proto - flosse opened this issue over 7 years ago
chmod -x *.rs

github.com/tokio-rs/tokio-proto - ignatenkobrain opened this pull request over 7 years ago
Update dependencies to their latest versions

github.com/tokio-rs/tokio-proto - ignatenkobrain opened this pull request over 7 years ago
Fix the build on FreeBSD

github.com/tokio-rs/tokio-core - asomers opened this pull request over 7 years ago
don't try parse empty buf

github.com/tokio-rs/tokio-minihttp - estin opened this pull request over 7 years ago
use 64 iovecs in TcpStream::write_buf

github.com/tokio-rs/tokio-core - seanmonstar opened this pull request over 7 years ago
Specializing AsyncRead/Write in Read/WriteHalf

github.com/tokio-rs/tokio-io - nayato opened this pull request over 7 years ago
Shutdown doesn't handle `Async::NotReady`

github.com/tokio-rs/tokio-io - griff opened this issue over 7 years ago
deps: update openssl to 0.10

github.com/tokio-rs/tokio-tls - ragevou opened this pull request over 7 years ago
Fix UdpCodec::encode

github.com/tokio-rs/tokio-core - kpp opened this pull request over 7 years ago
Update README for new openssl version

github.com/tokio-rs/tokio-openssl - sfackler opened this pull request over 7 years ago
Fix build on DragonFly

github.com/tokio-rs/tokio-uds - mneumann opened this pull request over 7 years ago
Upgrade to openssl 0.10

github.com/tokio-rs/tokio-openssl - sfackler opened this pull request over 7 years ago
License this under something

github.com/tokio-rs/tokio-rfcs - est31 opened this issue over 7 years ago
Make the repo compile with newest mio.

github.com/tokio-rs/tokio-core - vorner opened this pull request over 7 years ago
LinesCodec returns remaining data at EOF

github.com/tokio-rs/tokio-io - adwhit opened this pull request over 7 years ago
add TcpStream::peek

github.com/tokio-rs/tokio-core - seanmonstar opened this pull request over 7 years ago
TCPStream is Returning No Data on read_exact

github.com/tokio-rs/mio - pulltab opened this issue over 7 years ago
Implement From<ssl::SslStream>

github.com/tokio-rs/tokio-openssl - jD91mZM2 opened this pull request over 7 years ago
Convert from existing SslStream?

github.com/tokio-rs/tokio-openssl - jD91mZM2 opened this issue over 7 years ago
Bump env_logger to 0.4

github.com/tokio-rs/tokio-tls - Eijebong opened this pull request over 7 years ago
Bump log to 0.4

github.com/tokio-rs/tokio-uds - Eijebong opened this pull request over 7 years ago
Bump log to 0.4

github.com/tokio-rs/tokio-io - Eijebong opened this pull request over 7 years ago
Bump dependencies

github.com/tokio-rs/tokio-core - Eijebong opened this pull request over 7 years ago
Bump dependencies

github.com/tokio-rs/tokio-proto - Eijebong opened this pull request over 7 years ago
Use correct project name in README.md.

github.com/tokio-rs/tokio-core - sstangl opened this pull request over 7 years ago
Add Filter abstraction

github.com/tokio-rs/tokio-service - DustinByfuglien opened this issue over 7 years ago
Changed Response to store body as bytes

github.com/tokio-rs/tokio-minihttp - tinywombat765 opened this pull request over 7 years ago
Cannot call poll once value is consumed

github.com/tokio-rs/tokio-timer - jedisct1 opened this issue over 7 years ago
Hello-World benchmark

github.com/tokio-rs/tokio-minihttp - yaa110 opened this issue over 7 years ago
Replace deprecated boxed() method usage in docs

github.com/tokio-rs/tokio-service - roosmaa opened this pull request over 7 years ago
Pull up dependencies

github.com/tokio-rs/tokio-proto - imp opened this pull request over 7 years ago
Changelog

github.com/tokio-rs/tokio-core - flosse opened this issue over 7 years ago
Reactor is not RefUnwindSafe

github.com/tokio-rs/tokio-core - Marwes opened this issue over 7 years ago
Make sure there are enough space to put data in

github.com/tokio-rs/tokio-io - kamyuentse opened this pull request over 7 years ago
Add TcpListener::accept_std

github.com/tokio-rs/tokio-core - sfackler opened this pull request over 7 years ago
Return progress indication from `core.turn`

github.com/tokio-rs/tokio-core - tiras-j opened this pull request over 7 years ago
Add Fuchsia-specific reactor and net impls

github.com/tokio-rs/tokio-core - cramertj opened this pull request over 7 years ago
Add Timeout::unregister

github.com/tokio-rs/tokio-core - sfackler opened this pull request over 7 years ago
improve memory efficiency/API

github.com/tokio-rs/slab - alkis opened this issue over 7 years ago
API addition: key_for

github.com/tokio-rs/slab - alkis opened this issue over 7 years ago
'lines_decoder' fails on 32-bit

github.com/tokio-rs/tokio-io - ignatenkobrain opened this issue over 7 years ago
Dependency updates

github.com/tokio-rs/tokio-proto - golem131 opened this pull request over 7 years ago
Fix netty style length_delimited decoder

github.com/tokio-rs/tokio-io - yorkart opened this pull request over 7 years ago
bump futures to 0.1.16

github.com/tokio-rs/tokio-core - asomers opened this pull request over 7 years ago
Remove should return `Option<T>`

github.com/tokio-rs/slab - jonhoo opened this issue over 7 years ago
message rate

github.com/tokio-rs/tokio-proto - yoni386 opened this issue over 7 years ago
FramedRead updates unusably slowly

github.com/tokio-rs/tokio-io - alexchandel opened this issue over 7 years ago
Clarify behaviour of flush on WouldBlock error

github.com/tokio-rs/tokio-io - AljoschaMeyer opened this issue over 7 years ago
Implement Default for Slab

github.com/tokio-rs/slab - jonhoo opened this pull request over 7 years ago
add support for generating random sequences with QuickCheck

github.com/tokio-rs/bytes - sunshowers opened this pull request over 7 years ago
Bump version to v0.1.4

github.com/tokio-rs/tokio-io - carllerche opened this pull request over 7 years ago
Publish new version

github.com/tokio-rs/tokio-io - cramertj opened this issue over 7 years ago
Add framed_read and framed_write methods

github.com/tokio-rs/tokio-io - cramertj opened this pull request over 7 years ago
Make framed method usable with more types

github.com/tokio-rs/tokio-io - cramertj opened this pull request over 7 years ago
Consider adding `io::read_repeating`

github.com/tokio-rs/tokio-io - cramertj opened this issue over 7 years ago
Bump iovec and bytes versions

github.com/tokio-rs/tokio-io - carllerche opened this issue over 7 years ago
Rename `AsyncWrite::shutdown`

github.com/tokio-rs/tokio-io - carllerche opened this issue over 7 years ago
Decoder::decode is slow for large buffers

github.com/tokio-rs/tokio-io - sudeep9 opened this issue over 7 years ago
impl Stream/Sink for UdpSocket

github.com/tokio-rs/tokio-core - canndrew opened this issue over 7 years ago
Replace Serde with tokio-uds.

github.com/tokio-rs/tokio-uds - djg opened this pull request over 7 years ago
Readme mentions Serde not tokio-uds

github.com/tokio-rs/tokio-uds - djg opened this issue over 7 years ago