summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2019-07-15examples: pdate tinydb example (#1288)John Doneth
2019-07-15tokio: include `async-traits` feature (#1314)Jon Gjengset
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-15update udp-codec example (#1293)John Doneth
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-14Re-export tokio-fs (#1287)Gurwinder Singh
2019-07-11tokio: re-export correct tokio-uds version (#1286)Carl Lerche
2019-07-11fs: update to use `std::future` (#1269)andy finch
2019-07-10tokio: update echo example (#1283)Carl Lerche
2019-07-10tokio: re-export tokio-uds (#1282)Carl Lerche
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-07-09tokio: add AsyncReadExt::read_to_end (#1279)Carl Lerche
2019-07-09tokio: add AsyncWriteExt::write_all (#1277)Carl Lerche
2019-07-09tokio: rewrite examples with `async`. (#1228)Ruben De Smet
2019-07-08udp: UdpSocket split support (#1226)Yin Guanhao
2019-07-08chore: update examples link in README (#1274)Carl Lerche
2019-07-08Use Sink trait from futures-sink-preview (#1244)Aaron Hill
2019-07-03Remove usage of deprecated std::error::Error methods (#1206) (#1245)Steffen Butzer
2019-07-03Add missing links in README.md (#1233)Thomas Lacroix
2019-07-01io: fix documents (#1231)Taiki Endo
2019-07-01tokio: re-enable timer in runtimes (#1237)Carl Lerche
2019-06-28TcpSocket specialized split (#1217)Yin Guanhao
2019-06-28chore: remove `tokio-trace`, add "Related Projects" to README (#1221)Eliza Weisman
2019-06-27macros: allow configuring runtime used by main macro (#1185)Douman
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: re-export sync::{lock,mpsc} (#1208)Carl Lerche
2019-06-26tokio: move I/O helpers to ext traits (#1204)Carl Lerche
2019-06-26Update tokio-udp to use std-future (#1199)Yin Guanhao
2019-06-26tokio: add read_exact method (#1202)Bhargav
2019-06-25macros: re-export `main` macro from `tokio` (#1198)Carl Lerche
2019-06-25tokio: Add io copy, read, and write (#1187)Lucio Franco
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-06-24chore: fix url in docs (#1173)Takanori Ishibashi
2019-06-21runtime: better error message in block_on_all on panics (#1166)Max Bruckner
2019-06-10Make threadpool::Runtime methods take &self (#1140)Steven Fackler
2019-06-10Use ThreadPool's impl of spawn (#1139)yanjhk
2019-06-05Merge branch 'v0.1.x' into merge-0.1Carl Lerche
2019-05-30Bump `tokio` version to v0.1.21. (#1113)Carl Lerche
2019-05-30Update tokio-trace-core to 0.2 (#1111)Lucio Franco
2019-05-14Merge branch 'v0.1.x'Carl Lerche
2019-05-14Release tokio v0.1.20, tokio-timer v0.2.21, and remove async-await-preview fe...Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-30async-await: add `current_thread::Runtime::block_on_async` (#1072)Carl Lerche
2019-04-25Fix threadpool dependency (#1061)Carl Lerche