summaryrefslogtreecommitdiffstats
path: root/tokio-codec/src/lib.rs
AgeCommit message (Expand)Author
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)Carl Lerche
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07codec: move length delimited codec to tokio-codec (#1401)Gurwinder Singh
2019-08-02docs: update API documentation for some crates (#1380)Carl Lerche
2019-07-24Export `LinesCodecError` (#1350)John Doneth
2019-06-27codec: update to use std-future (#1214)jesskfullwood
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-06-04Create tokio-codec (#360)Bryan Burgers