summaryrefslogtreecommitdiffstats
path: root/examples/udp-codec.rs
AgeCommit message (Expand)Author
2020-12-01example: add back udp-codec example (#3205)cssivision
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-02-11Fixed typos in examples (#2231)Christian Vallentin
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-03-22chore: Fix examples not working with `cargo run` (#998)Eliza Weisman
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-11-20tests: handle errors properly in examples (#748)Liran Ringel
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-03-12Update comment in udp-codec example (#222)Gray Olson
2018-03-06Update examples to track latest Tokio changes (#180)Carl Lerche
2018-02-07Remove `framed` fn from `UdpSocket` (#116)Carl Lerche
2018-02-06Remove UdpCodec (#109)Roman
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche
2018-02-01Track futures tokio-reform branch (#88)Carl Lerche
2018-01-16Fix UdpCodec::encode (#85)Roman
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-10-25Fix warningsTaylor Cramer
2017-01-14return implicitly (rather than both explicitly and implicitly)Patrick Barrett
2017-01-14use the 'Out' type in encode rather than copy/pastePatrick Barrett
2016-11-22Touch up examples to ensure consistencyAlex Crichton
2016-11-22Touch up codes for UDPAlex Crichton
2016-11-22changed CodecUdp::decode to return Self::In instead of Option<Self::In>Rick Richardson
2016-11-21made send_dgram move self, made FramedUdp::new private, other clean-ups and t...Rick Richardson
2016-11-20forgot a =Rick Richardson
2016-11-20moved udp test to examples, optimized buffer handlingRick Richardson