summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
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
2019-01-22Introduce tokio-sync crate containing synchronization primitives. (#839)Carl Lerche
2019-01-07tokio: update tokio-threadpool minimum version (#838)Sean McArthur
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2019-01-04Provide optional features on tokio crate (#808)Sean McArthur
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-10-29Add tokio-buf and a `BufStream` trait (#611)Carl Lerche
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-10-03threadpool: spawn new tasks onto a random worker (#683)Stjepan Glavina
2018-10-02runtime: create reactor per worker (#660)Stjepan Glavina
2018-09-28Bump version to v0.1.11 (#675)Carl Lerche
2018-09-27Bump version to v0.1.10, fixing minimal versions (#671)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-26async-await: track nightly changes (#661)Carl Lerche
2018-09-14signal: Link tokio-signal and tokio cratesMichal 'vorner' Vaner
2018-08-28Fix tokio-uds version (#580)Josef Brandl
2018-08-27add experimental async/await support. (#582)Carl Lerche
2018-08-24Move `tokio_io::codec::length_delimited` module to `tokio::codec` (#568)Eliza Weisman
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-08-15Expose tokio_uds from the root crate (#526)Martin Chaine
2018-08-14Reexport Encoder, Decoder, Framed* from tokio::codec (#499)Roman
2018-08-10Routine dependencies update (#533)Mateusz Mikuła
2018-08-08Move tokio-tls into workspace (#529)Sean McArthur
2018-06-12tokio-current-thread crate (#370)jpbriquet
2018-06-08Remove `tokio-codec` dependency from `tokio` (#397)Carl Lerche
2018-06-06Bump version to v0.1.7 (#396)Carl Lerche
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-05-29Remove futures2 crate (#380)Carl Lerche
2018-05-14Import tokio-uds (#365)Carl Lerche
2018-05-02Fix some dependency versions (#337)Carl Lerche
2018-05-02Bump version to v0.1.6 (#336)Carl Lerche
2018-05-02Filesystem manipulation APIs. (#323)Carl Lerche
2018-05-02Remove `futures2` feature from Cargo.toml files (#334)Carl Lerche
2018-04-04Update Cargo.toml (#293)David
2018-04-01Fix Appveyor badge on crates.io page (#280)Roman
2018-03-30Actually bump tokio to v0.1.5 (#273)Carl Lerche
2018-03-30Fix tokio dependency versions (#272)Carl Lerche
2018-03-30Integrate timers with runtime. (#266)Carl Lerche