summaryrefslogtreecommitdiffstats
path: root/tokio/tests/io_read.rs
AgeCommit message (Expand)Author
2020-10-21io: add `AsyncReadExt::read_buf` (#3003)Carl Lerche
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-01-21fix: Prevent undefined behaviour from malicious AsyncRead impl (#2030)Markus Westerlind
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-08-02io: move io helpers back into `tokio-io` (#1377)Lucio Franco
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26tokio: rewrite io_read.rs test to use async/await (#1207)Carl Lerche
2019-06-26tokio: move I/O helpers to ext traits (#1204)Carl Lerche