summaryrefslogtreecommitdiffstats
path: root/tokio-io
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-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-31io: add Send / Sync impls for ReadHalf / WriteHalf (#1525)Carl Lerche
2019-08-30io: bring back `split` utility (#1521)Carl Lerche
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-21chore: two async_await feature remained (#1486)Gurwinder Singh
2019-08-20io: add AsyncReadExt::{chain, take} (#1484)Taiki Endo
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
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-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08io: implement AsyncWrite for Vec<u8> (#1409)tmiasko
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07io: implement AsyncBufRead for &[u8] and Cursor (#1397)tmiasko
2019-08-05tcp: update API documentation (#1392)Carl Lerche
2019-08-03Add AsyncWriteExt::shutdown (#1382)Steven Fackler
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-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-15io: Minor adjustments to tokio-test IO (#1306)Sean McArthur
2019-07-15io: add AsyncBufRead traitTaiki Endo
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-03Add missing links in README.md (#1233)Thomas Lacroix
2019-07-01io: fix documents (#1231)Taiki Endo
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
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-04-01Replace try! macro with ? operator (#1024)Taiki Endo
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-02-22tokio-io: Add `unsplit`. (#807)Toralf Wittner
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-12-17docs: fix warnings for nightly docs (#792)Roman
2018-12-13Minor change in documentation of Decoder::decode (#797)Christian Bourjau
2018-11-19io: allow deprecated code in length_delimited test (#759)Carl Lerche
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-10-06io: expose underlying codec (#686)Nikolay Kim
2018-10-04io: implement prepare_uninitialized_buffer for Take and Chain (#678)Sven Marnach