summaryrefslogtreecommitdiffstats
path: root/tokio-reactor/Cargo.toml
AgeCommit message (Expand)Author
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)Taiki Endo
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-14reactor: bump parking_lot dependency (#1298)Alex Gaynor
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-06-21chore: Update parking_lot to 0.8 (#1078)Igor Gnatenko
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-02-14reactor: replace AtomicTask with that from tokio-syncSean McArthur
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-11-28reactor: update to parking_lot 0.7 (#778)David Kellum
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-11-10Bumped crossbeam-utils version (#746)Alex Gaynor
2018-10-03threadpool: spawn new tasks onto a random worker (#683)Stjepan Glavina
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-26async-await: track nightly changes (#661)Carl Lerche
2018-09-26reactor: turn bench-poll into a proper benchmark (#662)Stjepan Glavina
2018-08-27add experimental async/await support. (#582)Carl Lerche
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-08-09Use a scalable RW lock in tokio-reactor (#517)Stjepan Glavina
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-05-02Remove `futures2` feature from Cargo.toml files (#334)Carl Lerche
2018-03-27Fix unstable-futures feature flag propagation (#261)Sam Rijs
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-09Relicense Tokio exclusively under the MIT license. (#215)Carl Lerche
2018-03-09tokio-reactor: bump mio to 0.6.14 (#204)Igor Gnatenko
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-03-02Extract the reactor to a dedicated crate. (#169)Carl Lerche