summaryrefslogtreecommitdiffstats
path: root/tests/line-frames.rs
AgeCommit message (Expand)Author
2018-08-10Routine dependencies update (#533)Mateusz MikuĊ‚a
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-03-11Remove uses of futures_cpupool (#220)Jeehoon Kang
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche
2018-02-01Track futures tokio-reform branch (#88)Carl Lerche
2018-01-30Change `net::Incoming` signature to match std. (#89)Carl Lerche
2017-12-12Remove `Handle` argument from I/O constructors (#61)Alex Crichton
2017-12-11Remove the `Reactor::run` method (#58)Alex Crichton
2017-12-05Blanket rename `Core` to `Reactor`Alex Crichton
2017-11-01Remove executor from reactor.Carl Lerche
2017-10-30Rename crate to tokioCarl Lerche
2017-03-15Migrate to using tokio-ioAlex Crichton
2016-11-22Fixup Result-returning encode methodAlex Crichton
2016-11-21Remove `Framed::split` because it's now in futuresPaul Colomiets
2016-11-15Reintroduce "decoder" and "encoder" for Decode and Encode, and merge theAaron Turon
2016-11-08Fix line-frames testAlex Crichton
2016-11-08Refactor framing to use Streams and SinksAaron Turon
2016-10-25Polish tokio-core in prep for overall 0.1 releaseAaron Turon
2016-10-21Fix testsAlex Crichton
2016-10-21Move Framed from tokio-proto to coreAlex Crichton