summaryrefslogtreecommitdiffstats
path: root/src/udp.rs
AgeCommit message (Expand)Author
2016-09-07Reorganize the entire crate:Alex Crichton
2016-09-02Update with Poll/Async changesAlex Crichton
2016-09-01Be sure to call poll before doing I/OAlex 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-17Re-work I/OAlex Crichton
2016-08-17Remove Future::scheduleAlex Crichton
2016-08-15Implement UDS bindingsAlex 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 UDP socketsAlex Crichton