summaryrefslogtreecommitdiffstats
path: root/tokio/src/io
AgeCommit message (Expand)Author
2019-12-10io: add AsyncSeek trait (#1924)Michael Howell
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-30doc: improve AsyncBufReadExt API documentation (#1868)Carl Lerche
2019-11-30doc: add API docs for AsyncBufReadExt::read_line (#1866)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-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20docs: refresh `tokio::io` API docs (#1803)Eliza Weisman
2019-11-20io: flatten `split` module (#1802)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16io: expose std{in, out, err} under io feature (#1759)Taiki Endo
2019-11-16chore: migrate from pin-project to pin-project-lite (#1778)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-05fix clippy (#1737)Carl Lerche
2019-11-03impl AsyncWrite for std::io::Cursor (#1730)Sebastian Dröge
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-08-02io: move io helpers back into `tokio-io` (#1377)Lucio Franco
2019-08-02io: Add `AsyncWriteExt::flush` (#1376)Lucio Franco
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-19tokio: add AsyncReadExt::read_to_string (#1326)Taiki Endo
2019-07-15add #[must_use] to more futures and streams (#1309)Taiki Endo
2019-07-15Fix import of ready macroTaiki Endo
2019-07-15tokio: add AsyncBufReadExt::linesTaiki Endo
2019-07-15tokio: add AsyncBufReadExt::read_lineTaiki Endo
2019-07-15tokio: add AsyncBufReadExt::read_untilTaiki Endo
2019-07-15io: add AsyncBufRead traitTaiki Endo
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-09tokio: add AsyncReadExt::read_to_end (#1279)Carl Lerche
2019-07-09tokio: add AsyncWriteExt::write_all (#1277)Carl Lerche
2019-07-01io: fix documents (#1231)Taiki Endo
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26tokio: move I/O helpers to ext traits (#1204)Carl Lerche
2019-06-26tokio: add read_exact method (#1202)Bhargav
2019-06-25tokio: Add io copy, read, and write (#1187)Lucio Franco