Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tokio-io

Core I/O primitives for asynchronous I/O in Rust.
https://github.com/tokio-rs/tokio-io

Update to `bytes` 0.4.7

LegNeato opened this pull request over 6 years ago
build is broken with bytes 0.4.7

ignatenkobrain opened this issue over 6 years ago
Doc links are broken

jwilm opened this issue over 6 years ago
Fixup documentation for AllowStdIo

cmyr opened this pull request almost 7 years ago
Specializing AsyncRead/Write in Read/WriteHalf

nayato opened this pull request almost 7 years ago
ReadHalf and WriteHalf don't honor underlying T's specialization

nayato opened this issue almost 7 years ago
Shutdown doesn't handle `Async::NotReady`

griff opened this issue almost 7 years ago
Add accessors for max_frame_length to length_delimited::Framed

qrovira opened this pull request almost 7 years ago
Add accessors for max_frame_length to length_delimited::FramedWrite

qrovira opened this pull request almost 7 years ago
LinesCodec returns remaining data at EOF

adwhit opened this pull request almost 7 years ago
Reconsider including `length_delimited` in the tokio-io crate

carllerche opened this issue almost 7 years ago
Bump log to 0.4

Eijebong opened this pull request almost 7 years ago
Make sure there are enough space to put data in

kamyuentse opened this pull request about 7 years ago
FreeBSD clients able to freeze a Tokio+Hyper Linux server

P-E-Meunier opened this issue about 7 years ago
'lines_decoder' fails on 32-bit

ignatenkobrain opened this issue about 7 years ago
Fix netty style length_delimited decoder

yorkart opened this pull request about 7 years ago
FramedRead updates unusably slowly

alexchandel opened this issue about 7 years ago
Clarify behaviour of flush on WouldBlock error

AljoschaMeyer opened this issue about 7 years ago
Bump version to v0.1.4

carllerche opened this pull request about 7 years ago
Publish new version

cramertj opened this issue about 7 years ago
Add framed_read and framed_write methods

cramertj opened this pull request about 7 years ago
Make framed method usable with more types

cramertj opened this pull request about 7 years ago
Consider adding `io::read_repeating`

cramertj opened this issue about 7 years ago
Bump iovec and bytes versions

carllerche opened this issue about 7 years ago
Rename `AsyncWrite::shutdown`

carllerche opened this issue about 7 years ago
Decoder::decode is slow for large buffers

sudeep9 opened this issue about 7 years ago
Add Bytes and Lines codecs

cramertj opened this pull request about 7 years ago
Fix and deny warnings

cramertj opened this pull request about 7 years ago
Add AllowSyncIo wrapper

cramertj opened this pull request about 7 years ago
Add a "Bytes" Codec Implementation

cramertj opened this issue about 7 years ago
Fix small typos

jtescher opened this pull request about 7 years ago
Clean shutdown of TCP sockets

P-E-Meunier opened this issue about 7 years ago
length_delimited should use a custom error

carllerche opened this issue over 7 years ago
use FrameTooBig type instead of strings for length_delimited errors

seanmonstar opened this pull request over 7 years ago
Fix variable names in doc comment from `encode`

juggle-tux opened this pull request over 7 years ago
add `read_at_least` function?

cssivision opened this issue over 7 years ago
Question: How to combine different layers of a protocol?

flosse opened this issue over 7 years ago
Changelog

flosse opened this issue over 7 years ago
Get & set length_delimited::FramedRead max len.

carllerche opened this pull request over 7 years ago
Add varint support to length_delimited

oberien opened this pull request over 7 years ago
length_delimited should allow using a custom Codec

oberien opened this issue over 7 years ago
Add Framed::into_parts_and_codec

spinda opened this pull request over 7 years ago
Add AsyncBufRead

ishitatsuyuki opened this issue over 7 years ago
Fix doc for AsyncRead and AsyncWrite

creativcoder opened this pull request over 7 years ago
Add `Framed::into_parts_and_codec` as temporary solution for #53

stbuehler opened this pull request over 7 years ago
Do no depend on Bytes property of preserving initial capacity

stepancheg opened this issue over 7 years ago
Check for zero byte writings

EFanZh opened this pull request over 7 years ago
Is it possible for Copy to loop forever?

EFanZh opened this issue over 7 years ago
Encoder::encode() should take an Item reference

djc opened this issue over 7 years ago
Get the codec back from the Framed

belltoy opened this pull request over 7 years ago
Missing Github repository description

vi opened this issue over 7 years ago
fixed miscommunication in AsyncRead and AsyncWrite documentation

vadixidav opened this pull request over 7 years ago
Please bump version

polachok opened this issue over 7 years ago
Added tests for FramedParts

illegalprime opened this pull request over 7 years ago
Make length_adjustment work for encoding

polachok opened this pull request over 7 years ago
length_delimited::Framed length adjustment

polachok opened this issue over 7 years ago
Correct a minor spelling error in framed_read.rs: "EF" → "EOF"

thanatos opened this pull request over 7 years ago
Add the possibility to change the codec of Framed with FramedParts

mredlek opened this pull request over 7 years ago
SyncRead, SyncWrite types

stepancheg opened this pull request over 7 years ago
Add the possibility to change the codec of Framed

mredlek opened this pull request over 7 years ago
Panic when codec produces frames larger than 8kb

NikVolf opened this issue over 7 years ago
try_ready! equivalent for Decoder

spinda opened this issue over 7 years ago
Update links to pages in the tokio.rs going-deeper section

munckymagik opened this pull request over 7 years ago
handle ErrorKind::Interrupted in try_nb!

sunshowers opened this pull request over 7 years ago
Document that std write_all is incompatible with non-blocking IO

sunshowers opened this issue over 7 years ago
EINTR handling

sunshowers opened this issue over 7 years ago
AsyncWrite::shutdown semantics are a little unclear

sunshowers opened this issue over 7 years ago
AsyncWrite wrappers that consume self can fail because of WouldBlock

sunshowers opened this issue over 7 years ago
Bidirectional copy?

Kixunil opened this issue over 7 years ago
Add poll_read/poll_write and need_read/need_write

tailhook opened this issue over 7 years ago
Can't make trait objects out of AsyncWrite

sunshowers opened this issue almost 8 years ago
Support for async seeking

est31 opened this issue almost 8 years ago
Fix typo in codec module docs

djc opened this pull request almost 8 years ago
add missing methods (into_inner,..)

Freyskeyd opened this pull request almost 8 years ago
BytesMut lacks a direct implementation of std::io::Write

NeoLegends opened this issue almost 8 years ago
Added note about unsafe to doc about AsyncRead::prepare_uninitialized_buffer()

Kixunil opened this pull request almost 8 years ago
Consider adding `'static` bounds to `Encoder` and `Decoder` Item types

alexcrichton opened this issue almost 8 years ago
Consider switching AsyncWrite::write_buf to take T: IntoBuf

carllerche opened this issue almost 8 years ago
Implement BufReader & BufWriter

carllerche opened this pull request almost 8 years ago
write_buf/read_buf not object safe

alexcrichton opened this issue almost 8 years ago
Provide `BufReader` and `BufWriter`

carllerche opened this issue almost 8 years ago
Provide Debug impls for all types

carllerche opened this pull request almost 8 years ago
Location of AsyncRead/AsyncWrite traits

alexcrichton opened this issue almost 8 years ago
decode_eof's return value should match decode

carllerche opened this pull request almost 8 years ago
FramedRead::into_inner throws away buffered data

sunshowers opened this issue almost 8 years ago
Length field delimited framer

carllerche opened this pull request almost 8 years ago
Add a required AsyncWrite::shutdown method

alexcrichton opened this pull request almost 8 years ago
Relax trait bounds on get_ref, get_mut, into_inner

carllerche opened this pull request almost 8 years ago
Handle extra-large frames by allocating more space

alexcrichton opened this pull request almost 8 years ago
Async shutdown for IO

seanmonstar opened this issue almost 8 years ago
Restore generic coding errors

Ralith opened this pull request almost 8 years ago
Remove some fn bounds

carllerche opened this pull request almost 8 years ago
FramedRead only calls decode_eof when there is buffered data

carllerche opened this issue almost 8 years ago