summaryrefslogtreecommitdiffstats
path: root/tokio-codec
AgeCommit message (Expand)Author
2019-06-27codec: update to use std-future (#1214)jesskfullwood
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-20Add max line length to `LinesCodec` (#632)Eliza Weisman
2018-09-12Revert "Add max line length to `LinesCodec` (#590)"Carl Lerche
2018-09-12Add max line length to `LinesCodec` (#590)Eliza Weisman
2018-08-15Update `lines_encoder` test to use LinesCodec (#544)Gary M. Josack
2018-06-21Fix unneeded mut and some deprecated api (#442)Roman
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-06-05Cleanup FramedParts in new tokio-codec (#394)Carl Lerche
2018-06-04Create tokio-codec (#360)Bryan Burgers