summaryrefslogtreecommitdiffstats
path: root/tokio-codec
AgeCommit message (Expand)Author
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
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-26codec: fix infinite loop in tokio_codec::LinesCodec (#1489)Newton Ni
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-18docs: add docs.rs metadata to build with all features (#1471)Ivan Petkov
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)Taiki Endo
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
2019-08-09codec: a few suggestions (#1418)Ran Benita
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-07chore: enable full CI run (#1399)Carl Lerche
2019-08-07codec: move length delimited codec to tokio-codec (#1401)Gurwinder Singh
2019-08-03codec: add AsyncBufRead/BufRead implementations (#1385)Taiki Endo
2019-08-02docs: update API documentation for some crates (#1380)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-24Export `LinesCodecError` (#1350)John Doneth
2019-07-20chore: remove redundant field names in struct literals (#1334)Taiki Endo
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-04chore: Update futures-preview to 0.3.0-alpha.17 (#1267)Taiki Endo
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