summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/codec/framed_impl.rs
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-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-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-05-12codec: rewrite of codec::Framed (#2368)Plecra