summaryrefslogtreecommitdiffstats
path: root/tests/tcp.rs
AgeCommit message (Expand)Author
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs
2018-03-07Improve `poll_read_ready` implementation (#193)Carl Lerche
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-10-30Rename crate to tokioCarl Lerche
2016-09-07Swap Handle/PinnedAlex Crichton
2016-09-07Reorganize the entire crate:Alex Crichton
2016-08-26Rename to tokio-core, add in futures-ioAlex Crichton
2016-08-17Relax the 'static bound on Loop::runAlex Crichton
2016-07-30Let's rename everything!Alex Crichton