summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/async_read.rs
AgeCommit message (Expand)Author
2020-10-21io: explain how to determine number of bytes read in AsyncRead (#3011)Zahari Dichev
2020-10-16Update documentation of AsyncRead to reflect use of ReadBufJohn-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-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-05-21io: remove zeroing for AsyncRead implementors (#2525)Mikail Bagishov
2020-04-23io: track rustfmt/clippy changes (#2431)Alice Ryhl
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-21fix: Prevent undefined behaviour from malicious AsyncRead impl (#2030)Markus Westerlind
2019-11-23docs: improve tokio::io API documentation (#1815)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-05fix clippy (#1737)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche