summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/async_read_ext.rs
AgeCommit message (Expand)Author
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-21io: add `AsyncReadExt::read_buf` (#3003)Carl Lerche
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-09-13doc: fix some links (#2834)Alice Ryhl
2020-07-24chore: complete CI migration to Github Actions (#2680)Carl Lerche
2020-07-24net: ensure that unix sockets have both split and into_split (#2687)Alice Ryhl
2020-07-16io: add little endian variants for AsyncRead/WriteExt (#1915)Evan Cameron
2020-06-18docs: remove unneeded doc from AsyncReadExt::read_ext() (#2621)Jeb Rosen
2020-06-12io: fix unsound pin projection in read_buf and write_buf (#2612)Taiki Endo
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-02io: add async fns for reading / writing bufs (#1881)Carl Lerche
2019-11-30io: read/write big-endian numbers (#1863)Carl Lerche
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-23docs: improve tokio::io API documentation (#1815)Carl Lerche
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche