summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07sync: track upstream loom changes (#1407)Carl Lerche
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-08-07codec: move length delimited codec to tokio-codec (#1401)Gurwinder Singh
2019-08-06tokio: fix API doc examples (#1396)Carl Lerche
2019-08-06sync: polish and update API doc examples (#1398)Carl Lerche
2019-08-05udp: remove poll_* fns in favor of async fns (#1393)Carl Lerche
2019-08-04fs: use async fn instead of custom futures (#1381)Carl Lerche
2019-08-03tokio: re-export future/stream utils (#1387)Carl Lerche
2019-08-02io: remove `util` from default features (#1379)Carl Lerche
2019-08-02tokio: add async io traits to prelude (#1378)Carl Lerche
2019-08-02tokio: update tinyhttp example to async/await (#1372)Lucio Franco
2019-08-02io: move io helpers back into `tokio-io` (#1377)Lucio Franco
2019-08-02io: Add `AsyncWriteExt::flush` (#1376)Lucio Franco
2019-08-02tokio: update connect to async/await (#1375)Lucio Franco
2019-08-01tokio: Update proxy to async/await (#1373)Lucio Franco
2019-07-30chore: Fix spelling mistake (#1359)Gurwinder Singh
2019-07-30tokio: re-enable StreamExt (#1362)Taiki Endo
2019-07-25Update chat example to async/await (#1349)John Doneth
2019-07-25Update examples to return `Result` (#1305)John Doneth
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-25tokio: include async-trait feature for uds (#1352)Shell Chen
2019-07-24Export `LinesCodecError` (#1350)John Doneth
2019-07-20chore: remove redundant field names in struct literals (#1334)Taiki Endo
2019-07-19tokio: remove `Send + 'static` requirement from `block_on` (#1329)Carl Lerche
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-19fs: add `remove_dir_all` and `RemoveDirAllFuture` (#1325)Dylan Frankland
2019-07-19tokio: add AsyncReadExt::read_to_string (#1326)Taiki Endo
2019-07-16Get rid of Enter for with_default (#1315)Jon Gjengset
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