summaryrefslogtreecommitdiffstats
path: root/tokio-io
AgeCommit message (Expand)Author
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
2018-10-01io: fix minor documentation errors for Async{Read,Write} (#677)Sven Marnach
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-31Fix undesired multi-line error message (#605)ksqsf
2018-08-31Update documentation for AsyncRead and AsyncWrite (#596)Zachary Stewart
2018-08-31Fix non-terminating loop in `tokio_io::length_delimited::FramedWrite` (#576)Eliza Weisman
2018-08-25Spelling fixes (#571)Ben Boeckel
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-07-24Fix the doc of read_to_end method (#482)kohensu
2018-07-22General rustdoc improvements (#450)David Kellum
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-06-05Cleanup FramedParts in new tokio-codec (#394)Carl Lerche
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-05-22tokio-io: Fix the link to the repository (#372)Rijenkii
2018-05-08Fix typos (#348)Julian Tescher