summaryrefslogtreecommitdiffstats
path: root/tokio-util
AgeCommit message (Expand)Author
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