summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
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
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
2016-11-18Deprecate the `channel` moduleAlex Crichton
2016-11-09This works only for IPv4 addressesKartik Singhal
2016-11-09Correct client invocation exampleKartik Singhal
2016-11-05No more need for lazy in chat exampleAlex Crichton
2016-11-05Simply echo example: split() can now happen on the main task.David Renshaw
2016-11-02Touch up the echo examplesAlex Crichton
2016-11-02Add UDP echo server example.Dawid Ciężarkiewicz
2016-10-14fix(examples): Fix typos in chat exampleoberien
2016-10-13Touch up the chat exampleAlex Crichton
2016-10-11ref(examples): Minor refactoring in chat exampleoberien
2016-10-07ref(chat): Make code more readableoberien
2016-10-06fix(chat): Implement alexcrichton's suggestionsoberien
2016-10-04Add Chat exampleoberien
2016-09-20Instead of calling handle() a second time in line 26, I used a reference to t...xenor
2016-09-09Add a simple "hello" exampleAlex Crichton