summaryrefslogtreecommitdiffstats
path: root/tokio-io/src/length_delimited.rs
AgeCommit message (Expand)Author
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-01Replace try! macro with ? operator (#1024)Taiki Endo
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-08-31Fix non-terminating loop in `tokio_io::length_delimited::FramedWrite` (#576)Eliza Weisman
2018-08-24Move `tokio_io::codec::length_delimited` module to `tokio::codec` (#568)Eliza Weisman
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-04-28Stop using deprecated bytes APIs (#324)Carl Lerche
2018-03-02Add AsyncRead::poll_read, AsyncWrite::poll_write. (#170)Carl Lerche
2018-02-26length_delimited: add a native_endian builder method (#144)Ben Boeckel
2018-01-31Move tokio-io into the git repository. (#96)Carl Lerche