summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/lib.rs
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-06util: resurrect UdpFramed (#3044)Evan Cameron
2020-11-01util: add back public poll_read_buf() function (#3079)Dirkjan Ochtman
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-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-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-13doc: fix some links (#2834)Alice Ryhl
2020-09-08util: implement Either type (#2821)Igor Aleksanov
2020-09-08io: move StreamReader and ReaderStream into tokio_util (#2788)Alice Ryhl
2020-08-27util: Add `TokioContext` future (#2791)Blas Rodriguez Irizar
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-04util: Prepare `0.3.0` release (#2296)Lucio Franco
2020-01-29util: add futures-io/tokio::io compatibility layer (#2117)Eliza Weisman
2019-12-20chore: formatting, docs and clippy (#2000)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-10-22codec: move into tokio-util (#1675)Carl Lerche