summaryrefslogtreecommitdiffstats
path: root/tokio-io
AgeCommit message (Expand)Author
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