summaryrefslogtreecommitdiffstats
path: root/tokio-util
AgeCommit message (Expand)Author
2020-04-21Remove relative link when possible and fix invalid links (#2423)damienrg
2020-04-17Link PRs in CHANGELOG files (#2383)Nikolai Vazquez
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-02util: documentation example for LengthDelimitedCodec (#2339)Benjamin Halsted
2020-03-18util: Prepare `0.3.1` release (#2330)Nikhil Benesch
2020-03-18tokio-util: fix minimum supported version of tokio (#2326)Nikhil Benesch
2020-03-04util: Prepare `0.3.0` release (#2296)Lucio Franco
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
2020-01-29util: add futures-io/tokio::io compatibility layer (#2117)Eliza Weisman
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-21Fix UdpFramed doc cfg_attr (#2010)Artem Vorotnikov
2019-12-20chore: formatting, docs and clippy (#2000)Artem Vorotnikov
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-12-13chore: fix warning in tokio-util tests (#1955)Carl Lerche
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
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-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
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