summaryrefslogtreecommitdiffstats
path: root/tokio-io
AgeCommit message (Expand)Author
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
2018-05-01tokio-io: require bytes-0.4.7 for Buf::get_uint_beStefan Bühler
2018-04-30Stop using deprecated bytes APIs in tests (#324) (#331)Roman
2018-04-28Stop using deprecated bytes APIs (#324)Carl Lerche
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-13Add LICENSE file to all sub crates (#226)Carl Lerche
2018-03-09Relicense Tokio exclusively under the MIT license. (#215)Carl Lerche
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-03-06Fixup docs for AllowStdIo (#184)Colin Rofls
2018-03-02Add AsyncRead::poll_read, AsyncWrite::poll_write. (#170)Carl Lerche
2018-03-02Extract the reactor to a dedicated crate. (#169)Carl Lerche
2018-03-01Add `io` facade and update `reactor` docs (#166)Carl Lerche
2018-02-26length_delimited: add a native_endian builder method (#144)Ben Boeckel
2018-02-12Split io code (#129)Roman
2018-02-12Split codec code (#128)Roman
2018-02-07Prepare for tokio 0.1 release (#119)Carl Lerche
2018-02-06Fix: struct shoutdown ignore Async::NotReady (#114)cssivision
2018-01-31Move tokio-io into the git repository. (#96)Carl Lerche