summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
AgeCommit message (Expand)Author
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)Carl Lerche
2019-08-27net: switch from `log` to `tracing` (#1455)Eliza Weisman
2019-08-22tokio: expose signal feature (#1491)Danny Browning
2019-08-20executor: switch from `log` to `tracing` (#1454)Eliza Weisman
2019-08-18docs: add docs.rs metadata to build with all features (#1471)Ivan Petkov
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-16uds: move into tokio-net (#1462)Carl Lerche
2019-08-16udp: move tokio-udp into tokio-net (#1459)Carl Lerche
2019-08-15tcp: move tokio-tcp into tokio-net (#1456)Carl Lerche
2019-08-15threadpool: move threadpool into tokio-executor (#1452)Carl Lerche
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)Taiki Endo
2019-08-08update (dev dep) env_logger to latest 0.6 (#1390)David Kellum
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-08-06tokio: fix API doc examples (#1396)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-02io: move io helpers back into `tokio-io` (#1377)Lucio Franco
2019-07-30tokio: re-enable StreamExt (#1362)Taiki Endo
2019-07-25tokio: include async-trait feature for uds (#1352)Shell Chen
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-15tokio: include `async-traits` feature (#1314)Jon Gjengset
2019-07-15tokio: add AsyncBufReadExt::linesTaiki Endo
2019-07-15tokio: add AsyncBufReadExt::read_untilTaiki 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: re-export tokio-uds (#1282)Carl Lerche
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-07-08Use Sink trait from futures-sink-preview (#1244)Aaron Hill
2019-07-03Add missing links in README.md (#1233)Thomas Lacroix
2019-07-01tokio: re-enable timer in runtimes (#1237)Carl Lerche
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-26Update tokio-udp to use std-future (#1199)Yin Guanhao
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-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-25Fix threadpool dependency (#1061)Carl Lerche