summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2020-12-07Add stress test (#3222)Blas Rodriguez Irizar
2020-05-06Remove `tokio-tls` from master (#2497)Lucio Franco
2019-12-24chore: move benches to separate crate (#2028)Carl Lerche
2019-11-22ci: bring back build tests (#1813)Carl Lerche
2019-11-01compat: extract crate to a dedicated git repo (#1723)Carl Lerche
2019-11-01compat: add a compat runtime (#1663)Eliza Weisman
2019-10-31chore: check each feature works properly (#1695)Taiki Endo
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-09-19chore: rm tokio-buf (#1574)Carl Lerche
2019-08-19process: move into the tokio-net crate (#1475)Ivan Petkov
2019-08-17signal: move into tokio-net (#1463)Carl Lerche
2019-08-16uds: move into tokio-net (#1462)Carl Lerche
2019-08-16chore: rename ui-tests -> build-tests (#1460)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-07-29Update process to use std::future (#1343)andy finch
2019-07-25buf: Inital pass at updating BufStream (#1355)Lucio Franco
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-16tls: update to std-future (#1224)João Oliveira
2019-07-11fs: update to use `std::future` (#1269)andy finch
2019-07-08uds: update to std-future (#1227)Yin Guanhao
2019-07-03signal: migrate to std::futures (#1218)Ivan Petkov
2019-06-28chore: remove `tokio-trace`, add "Related Projects" to README (#1221)Eliza Weisman
2019-06-27threadpool: update to std::future (#1219)Carl Lerche
2019-06-27codec: update to use std-future (#1214)jesskfullwood
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-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-04-25Async/await polish (#1058)Carl Lerche
2019-04-23Introduce `tokio-test` crate (#1030)Lucio Franco
2019-03-22chore: fix Cargo.toml filesCarl Lerche
2019-03-21executor: add TypedExecutor (#993)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-13Bump Tokio to v0.1.17 (#983)Carl Lerche
2019-03-13tokio: Enable trace subscriber propagation in the runtime (#966)Eliza Weisman
2019-03-13tokio: fix dependency versions (#944)南浦月
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-02-24Fix rustfmt check (#927)Carl Lerche
2019-02-21chore: remove patch statements in Cargo.toml (#914)Carl Lerche
2019-02-19Introduce `tokio-trace` (#827)Eliza Weisman
2019-01-25Bump Tokio to v0.1.15. (#869)Carl Lerche