summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
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
2017-10-30Remove deprecated code.Carl Lerche
2017-10-30Rename crate to tokioCarl Lerche
2017-10-25Fix warningsTaylor Cramer
2017-09-23Add a `tinydb` example sharing stateAlex Crichton
2017-09-11Add an example of compressing on a CPU poolAlex Crichton
2017-09-11Add a README for the examplesAlex Crichton
2017-09-11Touch up a few examplesAlex Crichton
2017-09-11Add a UDP mode to the `connect` exampleAlex Crichton
2017-09-11Recommend the `connect` example over `nc`Alex Crichton
2017-09-10Add a "tiny" HTTP exampleAlex Crichton
2017-09-10Add a multithreaded echo server exampleAlex Crichton
2017-08-24Update futures dependencyAlex Crichton
2017-03-15Add the proxy example from #100Alex Crichton
2017-03-15Migrate to using tokio-ioAlex Crichton
2017-03-07comment rewordingking6cong
2017-02-19Rename sender in connect exampleJustin Mayhew
2017-01-24Fix typosJulian Tescher
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
2017-01-04Fix typo.Holger Rapp
2016-12-20Fix connect exampleAlex Crichton
2016-12-20Touch up comments on echo, add connect exampleAlex Crichton