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 names in examples (docs)

github.com/tokio-rs/tokio-service - critiqjo opened this pull request over 8 years ago
Consider renaming NewService trait

github.com/tokio-rs/tokio-service - aajtodd opened this issue over 8 years ago
Why do I keep hitting this panic?

github.com/tokio-rs/tokio-proto - jared-mackey opened this issue over 8 years ago
ClientProxy.call can panic

github.com/tokio-rs/tokio-proto - seanmonstar opened this issue over 8 years ago
Two comment edits

github.com/tokio-rs/tokio-socks5 - inejge opened this pull request over 8 years ago
TLS for tokio-proto server

github.com/tokio-rs/tokio-tls - hanscj1 opened this issue over 8 years ago
Support P2P applications

github.com/tokio-rs/tokio-proto - casey opened this issue over 8 years ago
Format code with rustfmt

github.com/tokio-rs/tokio-proto - casey opened this pull request over 8 years ago
framed_transport encode: Use Vec::extend

github.com/tokio-rs/tokio-line - serprex opened this pull request over 8 years ago
Re-enable rustls, etc. backends

github.com/tokio-rs/tokio-tls - Diggsey opened this issue over 8 years ago
WIP: Track upstream changes

github.com/tokio-rs/tokio-line - carllerche opened this pull request over 8 years ago
Service::call takes &mut self

github.com/tokio-rs/tokio-service - carllerche opened this pull request over 8 years ago
Reconsider back pressure story

github.com/tokio-rs/tokio-service - carllerche opened this issue over 8 years ago
broken pipe error on OSX and ubuntu

github.com/tokio-rs/tokio-tls - ashleygwilliams opened this issue over 8 years ago
Proposal: Back pressure handling + take &mut self

github.com/tokio-rs/tokio-service - carllerche opened this pull request over 8 years ago
Switch to futures-based DNS resolution

github.com/tokio-rs/tokio-socks5 - inejge opened this pull request over 8 years ago
Asynchronous DNS support example

github.com/tokio-rs/tokio-socks5 - inejge opened this issue over 8 years ago
Use with /dev/net/tun

github.com/tokio-rs/tokio-uds - Yamakaky opened this issue over 8 years ago
Implement the Debug trait for TlsStreams.

github.com/tokio-rs/tokio-tls - wiml opened this pull request over 8 years ago
DTLS support on openssl

github.com/tokio-rs/tokio-tls - Yamakaky opened this issue over 8 years ago
Update dependencies

github.com/tokio-rs/tokio-tls - Yamakaky opened this pull request over 8 years ago
Publish tokio-service

github.com/tokio-rs/tokio-service - hanscj1 opened this issue over 8 years ago
Publish tokio-tls

github.com/tokio-rs/tokio-tls - hanscj1 opened this issue over 8 years ago
Service trait and lifetimes

github.com/tokio-rs/tokio-service - withoutboats opened this issue over 8 years ago
TcpServer::threads only half-works on Unix

github.com/tokio-rs/tokio-proto - alexcrichton opened this issue over 8 years ago
Undocumented dependency on Linux

github.com/tokio-rs/tokio-tls - magnusart opened this issue over 8 years ago
fix teensy tinesy typo

github.com/tokio-rs/tokio-socks5 - mcginty opened this pull request over 8 years ago
Is the service trait still needed?

github.com/tokio-rs/tokio-service - tailhook opened this issue over 8 years ago
Clarify grammar in line transport documentation

github.com/tokio-rs/tokio-line - o-klp opened this pull request over 8 years ago
Switch to rust-native-tls

github.com/tokio-rs/tokio-tls - frewsxcv opened this issue over 8 years ago
Tidy up some impls of Service/NewService

github.com/tokio-rs/tokio-service - alexcrichton opened this pull request over 8 years ago
Added fmt::Debug for Request

github.com/tokio-rs/tokio-minihttp - liftoff opened this pull request over 8 years ago
Add custom status codes to responses

github.com/tokio-rs/tokio-minihttp - atarola opened this pull request over 8 years ago
Fresh git pull doesn't compile

github.com/tokio-rs/tokio-minihttp - liftoff opened this issue over 8 years ago
Add tokio_core::reactor::current()

github.com/tokio-rs/tokio-core - rushmorem opened this pull request almost 9 years ago
Finalize tokio-service APIs for 0.1

github.com/tokio-rs/tokio-service - aturon opened this pull request almost 9 years ago
Compilation failure

github.com/tokio-rs/tokio-line - pyfisch opened this issue almost 9 years ago
Unify timer story

github.com/tokio-rs/tokio-core - carllerche opened this issue almost 9 years ago
Expose TlsStreamExt

github.com/tokio-rs/tokio-tls - erikjohnston opened this issue almost 9 years ago
Multiplex state should have timeouts

github.com/tokio-rs/tokio-proto - carllerche opened this issue almost 9 years ago
UnixStream::connect does not return a future

github.com/tokio-rs/tokio-uds - spinda opened this issue almost 9 years ago
Request: Techempower benchmarks

github.com/tokio-rs/tokio-minihttp - mooman219 opened this issue almost 9 years ago
add a comment to HelloWorld example

github.com/tokio-rs/tokio-minihttp - ghost opened this pull request almost 9 years ago
fix small typos in docs

github.com/tokio-rs/tokio-service - ghost opened this pull request almost 9 years ago
task error

github.com/tokio-rs/tokio-minihttp - stalkerg opened this issue almost 9 years ago
doc: Examples

github.com/tokio-rs/tokio-proto - alexcrichton opened this issue almost 9 years ago
doc: Frame::MessageWithBody

github.com/tokio-rs/tokio-proto - alexcrichton opened this issue almost 9 years ago
Default implementation of Parse::done

github.com/tokio-rs/tokio-proto - alexcrichton opened this issue almost 9 years ago
ServerContext::new_for_test

github.com/tokio-rs/tokio-tls - stepancheg opened this issue almost 9 years ago
Fix google smoke test

github.com/tokio-rs/tokio-tls - stepancheg opened this pull request almost 9 years ago
Typo

github.com/tokio-rs/tokio-tls - stepancheg opened this pull request almost 9 years ago
hanging connection - tests with ab

github.com/tokio-rs/tokio-minihttp - szagi3891 opened this issue almost 9 years ago
Rexport TlsStream + add alpn feature

github.com/tokio-rs/tokio-tls - carllerche opened this pull request almost 9 years ago
Wrong SslContext

github.com/tokio-rs/tokio-tls - tekjar opened this issue almost 9 years ago
Fix comments in low_level_transport.

github.com/tokio-rs/tokio-line - ghost opened this pull request almost 9 years ago
compile-time error

github.com/tokio-rs/tokio-minihttp - szagi3891 opened this issue almost 9 years ago
Support graceful shutdown

github.com/tokio-rs/tokio-core - alexcrichton opened this issue almost 9 years ago
Fix small typo

github.com/tokio-rs/tokio-service - steveklabnik opened this pull request almost 9 years ago
Move `Timeit` service into this repo?

github.com/tokio-rs/tokio-middleware - fitzgen opened this issue almost 9 years ago
Update README.md

github.com/tokio-rs/tokio-minihttp - makevoid opened this pull request almost 9 years ago
Update futures and tokio-core dependency versions.

github.com/tokio-rs/tokio-redis - JeffBelgum opened this pull request almost 9 years ago
explain how to run examples in README

github.com/tokio-rs/tokio-line - zackmdavis opened this pull request almost 9 years ago
Update futures version to match the other repos

github.com/tokio-rs/tokio-line - kristoff3r opened this pull request almost 9 years ago
Set futures version number to match the other repos

github.com/tokio-rs/tokio-service - kristoff3r opened this pull request almost 9 years ago
Grammar issue in README

github.com/tokio-rs/tokio-proto - briansmith opened this issue almost 9 years ago
The max_timeout check can panic

github.com/tokio-rs/tokio-timer - carllerche opened this issue almost 9 years ago
Doc typo

github.com/tokio-rs/tokio-timer - PeterShinners opened this pull request almost 9 years ago
LowLevelLineTransport is not working

github.com/tokio-rs/tokio-line - en opened this issue almost 9 years ago
Do not hang in poll if event loop is destroyed

github.com/tokio-rs/tokio-core - stepancheg opened this pull request almost 9 years ago
Add timeout middleware example

github.com/tokio-rs/tokio-line - carllerche opened this pull request almost 9 years ago
Add stress tests

github.com/tokio-rs/tokio-timer - carllerche opened this issue almost 9 years ago
Handle error cases

github.com/tokio-rs/tokio-timer - carllerche opened this issue almost 9 years ago
tokio-line does not compile

github.com/tokio-rs/tokio-line - nbigaouette opened this issue almost 9 years ago
An unimplemented!() is reachable after all.

github.com/tokio-rs/tokio-line - nbigaouette opened this issue almost 9 years ago
Problems with compiling examples

github.com/tokio-rs/tokio-minihttp - szagi3891 opened this issue almost 9 years ago