summaryrefslogtreecommitdiffstats
path: root/tokio-io/Cargo.toml
AgeCommit message (Expand)Author
2019-09-25io: remove unsafe pin-projections and remove manual Unpin implementations (#1...Taiki Endo
2019-09-23chore: update pin-project to 0.4.0-beta.1 (#1586)Taiki Endo
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19Enable buffering both reads and writes (#1558)Jon Gjengset
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-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-14io: add async BufReader/BufWriter (#1438)Taiki Endo
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-08-05tcp: update API documentation (#1392)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-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
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-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-21io: ensure ReadHalf/WriteHalf do not return WouldBlock directly (#655)Toby Lawrence
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-05-22tokio-io: Fix the link to the repository (#372)Rijenkii
2018-05-01tokio-io: require bytes-0.4.7 for Buf::get_uint_beStefan Bühler
2018-03-27fix(cargo): Bump dependencies so that Tokio compiles with minimal versions (#...Klaus Purer
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-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-02-07Prepare for tokio 0.1 release (#119)Carl Lerche
2018-01-31Move tokio-io into the git repository. (#96)Carl Lerche