summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/codec
AgeCommit message (Expand)Author
2020-12-03util: add writev-aware `poll_write_buf` (#3156)Eliza Weisman
2020-11-24codec: add read_buffer_mut to FramedRead (#3166)漂流
2020-11-01util: add back public poll_read_buf() function (#3079)Dirkjan Ochtman
2020-10-27Revert "util: upgrade tokio-util to bytes 0.6 (#3052)" (#3060)Carl Lerche
2020-10-27util: upgrade tokio-util to bytes 0.6 (#3052)Dirkjan Ochtman
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-07-20chore: fix new manual_non_exhaustive clippy lint (#2669)Alice Ryhl
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-20codec: add Framed::read_buffer_mut (#2546)Ondřej Hruška
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-05-12codec: rewrite of codec::Framed (#2368)Plecra
2020-04-21Remove relative link when possible and fix invalid links (#2423)damienrg
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-02util: documentation example for LengthDelimitedCodec (#2339)Benjamin Halsted
2020-03-04codec: change Encoder to take &Item (#1746)Lucio Franco
2020-03-02codec: Add `Framed::with_capacity` (#2215)Jean-Christophe BEGUE
2020-02-01util: add links to tokio-util + example to BytesCodec (#2207)Alice Ryhl
2020-01-30codec: use advance over split_to when data is not needed (#2198)Markus Westerlind
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-16chore: migrate from pin-project to pin-project-lite (#1778)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-15codec: Remove Unpin requirement from Framed[Read,Write,] (#1758)Markus Westerlind
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-10-31Allow non-destructive access to the read buffer. (#1600)Jonathan Bastien-Filiatrault
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche