summaryrefslogtreecommitdiffstats
path: root/tokio-util/Cargo.toml
AgeCommit message (Expand)Author
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-12-03util: prepare v0.5.1 release (#3210)Eliza Weisman
2020-12-03util: add writev-aware `poll_write_buf` (#3156)Eliza Weisman
2020-11-29util: add rt to tokio-util full feature (#3194)Alice Ryhl
2020-11-13chore: update pin-project-lite to 0.2.0 (#3139)Taiki Endo
2020-11-06util: resurrect UdpFramed (#3044)Evan Cameron
2020-10-30chore: prepare tokio-util v0.5.0 release (#3078)Carl Lerche
2020-10-29util: update to bytes 0.6 (#3071)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-15chore: post release Cargo.toml fixes (#2963)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-05time: move DelayQueue to tokio-util (#2897)bdonlan
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-08io: move StreamReader and ReaderStream into tokio_util (#2788)Alice Ryhl
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
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-01-29util: add futures-io/tokio::io compatibility layer (#2117)Eliza Weisman
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
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-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche