summaryrefslogtreecommitdiffstats
path: root/src/tcp.rs
AgeCommit message (Expand)Author
2016-09-07Reorganize the entire crate:Alex Crichton
2016-09-07Remove unnecessary `return` statements.Corey Farwell
2016-09-02Update with Poll/Async changesAlex Crichton
2016-09-01Update to mio 0.6Alex Crichton
2016-09-01Be sure to call poll before doing I/OAlex Crichton
2016-08-27Update to mio masterAlex Crichton
2016-08-26Rename to tokio-core, add in futures-ioAlex Crichton
2016-08-20Don't store an Arc in ReadinessStreamAlex Crichton
2016-08-18Update docs of futures-mioAlex Crichton
2016-08-17Update futures-minihttpAlex Crichton
2016-08-17Re-work I/OAlex Crichton
2016-08-17Remove Future::scheduleAlex Crichton
2016-08-12Remove Send from Future/StreamAlex Crichton
2016-08-04Add AsRawFd where possibleAlex Crichton
2016-08-02Add a simple UDP testAlex Crichton
2016-08-02Add a few more TCP methodsAlex Crichton
2016-08-01Finish docs on futures-mioAlex Crichton
2016-07-30Let's rename everything!Alex Crichton