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

Possible to get access to peer's name?

github.com/tokio-rs/tokio-minihttp - sholsapp opened this issue over 8 years ago
Bind existing TcpStream to a client protocol

github.com/tokio-rs/tokio-proto - glebpom opened this pull request over 8 years ago
Bidirectional copy?

github.com/tokio-rs/tokio-io - Kixunil opened this issue over 8 years ago
New release.

github.com/tokio-rs/tokio-timer - 46bit opened this issue over 8 years ago
Impl Debug for all public types

github.com/tokio-rs/tokio-timer - carllerche opened this pull request over 8 years ago
Enhance Builder.num_slots() documentation

github.com/tokio-rs/tokio-timer - living180 opened this pull request over 8 years ago
Make TimeoutStream public

github.com/tokio-rs/tokio-timer - tesaguri opened this pull request over 8 years ago
How to use sendfile on tokio sockets

github.com/tokio-rs/tokio-core - tailhook opened this issue over 8 years ago
Middleware & Stream Services

github.com/tokio-rs/tokio-service - withoutboats opened this pull request over 8 years ago
how to track connection?

github.com/tokio-rs/tokio-service - Matrix-Zhang opened this issue over 8 years ago
format file

github.com/tokio-rs/tokio-tls - king6cong opened this pull request over 8 years ago
Rewrite slab making it more idiomatic

github.com/tokio-rs/slab - carllerche opened this pull request over 8 years ago
use security-framework for iOS

github.com/tokio-rs/tokio-tls - king6cong opened this pull request over 8 years ago
Can't make trait objects out of AsyncWrite

github.com/tokio-rs/tokio-io - sunshowers opened this issue over 8 years ago
Added PartialEq to TimerError.

github.com/tokio-rs/tokio-timer - 46bit opened this pull request over 8 years ago
Support for async seeking

github.com/tokio-rs/tokio-io - est31 opened this issue over 8 years ago
Avoid quadratic complexity in poll()

github.com/tokio-rs/tokio-proto - jannic opened this pull request over 8 years ago
Panic in BufMut::put under load

github.com/tokio-rs/tokio-minihttp - aptomaKetil opened this issue over 8 years ago
Reserve BytesMut size in encode.

github.com/tokio-rs/tokio-proto - jannic opened this pull request over 8 years ago
Fix typo in codec module docs

github.com/tokio-rs/tokio-io - djc opened this pull request over 8 years ago
add missing methods (into_inner,..)

github.com/tokio-rs/tokio-io - Freyskeyd opened this pull request over 8 years ago
Move tokio-openssl to new tokio-io crate

github.com/tokio-rs/tokio-openssl - nhellwig opened this pull request over 8 years ago
Fix compilation for beta/nightly

github.com/tokio-rs/tokio-uds - NikVolf opened this pull request over 8 years ago
Allow option to prevent buffering of OutBody

github.com/tokio-rs/tokio-proto - seanmonstar opened this issue over 8 years ago
Track tokio-proto/generic-requestid

github.com/tokio-rs/tokio-line - koivunej opened this pull request over 8 years ago
Implement BufReader & BufWriter

github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
Provide Debug impls for all types

github.com/tokio-rs/tokio-proto - carllerche opened this pull request over 8 years ago
write_buf/read_buf not object safe

github.com/tokio-rs/tokio-io - alexcrichton opened this issue over 8 years ago
Provide `BufReader` and `BufWriter`

github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
Provide Debug impls for all types

github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
Location of AsyncRead/AsyncWrite traits

github.com/tokio-rs/tokio-io - alexcrichton opened this issue over 8 years ago
decode_eof's return value should match decode

github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
FramedRead::into_inner throws away buffered data

github.com/tokio-rs/tokio-io - sunshowers opened this issue over 8 years ago
Length field delimited framer

github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
Add a required AsyncWrite::shutdown method

github.com/tokio-rs/tokio-io - alexcrichton opened this pull request over 8 years ago
Relax trait bounds on get_ref, get_mut, into_inner

github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
Handle extra-large frames by allocating more space

github.com/tokio-rs/tokio-io - alexcrichton opened this pull request over 8 years ago
Async shutdown for IO

github.com/tokio-rs/tokio-io - seanmonstar opened this issue over 8 years ago
Restore generic coding errors

github.com/tokio-rs/tokio-io - Ralith opened this pull request over 8 years ago
Remove some fn bounds

github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
Timer may block other futures from being processed

github.com/tokio-rs/tokio-timer - daniel-abramov opened this issue over 8 years ago
Performance overhead of tokio-proto

github.com/tokio-rs/tokio-proto - jonhoo opened this issue over 8 years ago
Example of reading from a Unix socket

github.com/tokio-rs/tokio-uds - joerg-krause opened this issue over 8 years ago
Multiplex: Make RequestId generic

github.com/tokio-rs/tokio-proto - koivunej opened this pull request over 8 years ago
Fix typo in docstring

github.com/tokio-rs/tokio-uds - luser opened this pull request over 8 years ago
Include transport errors in panic message.

github.com/tokio-rs/tokio-proto - stephank opened this pull request over 8 years ago
Fix error frame dispatching issue

github.com/tokio-rs/tokio-proto - burmecia opened this pull request over 8 years ago
Ensure there's a method for "I'm done writing"

github.com/tokio-rs/tokio-proto - alexcrichton opened this issue over 8 years ago
fix doc typo

github.com/tokio-rs/tokio-proto - arystan-sw opened this pull request over 8 years ago
use fixed version in dependencies

github.com/tokio-rs/tokio-redis - FredericHeem opened this pull request over 8 years ago
What's the intended use of `Client` in `proto`?

github.com/tokio-rs/tokio-tls - michaelbeaumont opened this issue over 8 years ago
Logging responses and errors

github.com/tokio-rs/tokio-middleware - matt-williams opened this issue over 8 years ago
Add graceful shutdown to TcpServer

github.com/tokio-rs/tokio-proto - alexcrichton opened this pull request over 8 years ago
Add a generic impl of streaming::pipeline::Transport

github.com/tokio-rs/tokio-proto - mbrubeck opened this pull request over 8 years ago
Add feature flag for tokio-proto support

github.com/tokio-rs/tokio-tls - proman21 opened this pull request over 8 years ago
Support for packets from pcap or af_packet

github.com/tokio-rs/tokio-core - stephanbuys opened this issue over 8 years ago
Use `extend` instead of `extend_from_slice`

github.com/tokio-rs/tokio-line - mbrubeck opened this pull request over 8 years ago
HTTP2/QUIC plan

github.com/tokio-rs/tokio-minihttp - navidnabavi opened this issue over 8 years ago
Fix proto::Client docs

github.com/tokio-rs/tokio-tls - proman21 opened this pull request over 8 years ago
reading the request data

github.com/tokio-rs/tokio-minihttp - xrmx opened this issue over 8 years ago
Introduce a Middleware trait.

github.com/tokio-rs/tokio-service - withoutboats opened this pull request over 8 years ago
Doc suggestion: add a glossary

github.com/tokio-rs/tokio-proto - nicholasbishop opened this issue over 8 years ago
Document how to use tokio-uds with tokio-proto

github.com/tokio-rs/tokio-uds - nicholasbishop opened this issue over 8 years ago
Add example streaming pipeline server

github.com/tokio-rs/tokio-proto - aajtodd opened this pull request over 8 years ago
Consider renaming Dispatch::{In, Out}

github.com/tokio-rs/tokio-proto - casey opened this issue over 8 years ago
[bikeshed] Expand Proto to Protocol

github.com/tokio-rs/tokio-proto - shepmaster opened this issue over 8 years ago
Anticipating message from a Stream

github.com/tokio-rs/tokio-timer - 46bit opened this issue over 8 years ago
Enable configurating multiplex behavior

github.com/tokio-rs/tokio-proto - carllerche opened this pull request over 8 years ago