summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
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-12-29examples: single-threaded chat combinator example (#794)jq-rs
2018-11-28examples: remove reference to tokio-core (#780)Carl Lerche
2018-11-20tests: handle errors properly in examples (#748)Liran Ringel
2018-10-12tokio: change hello world to new, simpler example (#690)Ryan Levick
2018-09-26tinydb: Update doc to reflect change from `RefCell` to `Mutex` (#663)Andrew Tunnell-Jones
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-14Reexport Encoder, Decoder, Framed* from tokio::codec (#499)Roman
2018-06-13Typo (#415)Sylwek
2018-06-12Deprecate executor re-exports (#412)Carl Lerche
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-05-29Include a manually built runtime example (#306)Michal 'vorner' Vaner
2018-05-14Fix typo in doc comment. (#361)Jason Davies
2018-05-08Fix typos (#348)Julian Tescher
2018-04-10Add example that prints each packet from tcp client (#301)Roman
2018-04-02fix panic in chat example (#279)laizy
2018-03-22Fix `connect` example for UDP (#241)Denis
2018-03-22Add UDP client example (send/recv_dgram) (#239)Denis
2018-03-15Fix condition for updating the current date buffer (#230)Hiroaki Nakamura
2018-03-12Update comment in udp-codec example (#222)Gray Olson
2018-03-09Fix wrong file link in examples readme.md (#208)Tosil Velkov
2018-03-08Improve the chat example, making it more robust (#199)Carl Lerche
2018-03-07Update readme (#196)Carl Lerche
2018-03-06Fix some comments in the examples. (#187)Carl Lerche
2018-03-06Update examples to track latest Tokio changes (#180)Carl Lerche
2018-03-04Switch TCP/UDP fns to poll_ -> Poll<...> style (#175)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche
2018-02-08Fix example doc comment (#124)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-05Add a chat example (#112)Carl Lerche
2018-02-01Track futures tokio-reform branch (#88)Carl Lerche
2018-01-31Poll evented mutability (#37)Carl Lerche
2018-01-30Change `net::Incoming` signature to match std. (#89)Carl Lerche
2018-01-26Merge remote-tracking branch 'core/master' into new-crateCarl Lerche
2018-01-16Fix UdpCodec::encode (#85)Roman
2018-01-02Bump dependencies (#289)Bastien Orivel
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-12-05Rename networking constructors with `_std`Alex Crichton
2017-12-01Remove unused code (#44)Thomas de Zeeuw
2017-11-06Merge remote-tracking branch 'core/master' into new-crateCarl Lerche
2017-11-06Don't unwrap accepted connectionsAlex Crichton
2017-11-01Remove executor from reactor.Carl Lerche