summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-12-01example: add back udp-codec example (#3205)cssivision
2020-10-30chore: prepare tokio-util v0.5.0 release (#3078)Carl Lerche
2020-10-29util: update to bytes 0.6 (#3071)Dirkjan Ochtman
2020-10-27Revert "util: upgrade tokio-util to bytes 0.6 (#3052)" (#3060)Carl Lerche
2020-10-27util: upgrade tokio-util to bytes 0.6 (#3052)Dirkjan Ochtman
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-07-22doc: fix links to new website (#2674)Alice Ryhl
2020-07-13task: add Tracing instrumentation to spawned tasks (#2655)Eliza Weisman
2020-07-12example: close pending connection on proxy exemple (#2590)alborq
2020-06-07chore: fix ci failure on master (#2593)Taiki Endo
2020-04-15chore: link mini-redis in examples (#2407)Carl Lerche
2020-04-02examples: add comment about dependency gotcha (#2355)Alice Ryhl
2020-03-04codec: change Encoder to take &Item (#1746)Lucio Franco
2020-02-11Fixed typos in examples (#2231)Christian Vallentin
2020-01-07doc: fix old notes regarding examples and async/await (#2071)Alice Ryhl
2019-12-18update connect example (#1787)João Oliveira
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-12-03remove io workarounds from example (#1891)Juan Alvarez
2019-12-02examples: fix tinyhttp (#1884)baizhenxuan
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-23docs: improve tokio::io API documentation (#1815)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-20net: flatten `split` mod (#1797)Carl Lerche
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