summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/io
AgeCommit message (Expand)Author
2020-12-03util: add writev-aware `poll_write_buf` (#3156)Eliza Weisman
2020-11-01util: add back public poll_read_buf() function (#3079)Dirkjan Ochtman
2020-10-29util: deduplicate implementations of poll_read_buf() (#3064)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-20util: prevent read buffer from being swapped during a read_poll (#2993)John-John Tedro
2020-10-19util: add a poll_read_buf shim to tokio-util (#2972)John-John Tedro
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-09-08io: move StreamReader and ReaderStream into tokio_util (#2788)Alice Ryhl