summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-03-01async-await: fix build for latest nightly (#940)Carl Lerche
2019-02-22sync: Add watch, a single value broadcast channel (#922)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-20Read write helpers (#896)Linus Färnstrand
2019-02-20Fix summary of tokio::util::StreamExt (#861)David Wilemski
2019-01-25Bump Tokio to v0.1.15. (#869)Carl Lerche
2019-01-24Add enumerate combinator to Stream (#832)Zahari Dichev
2019-01-22Introduce tokio-sync crate containing synchronization primitives. (#839)Carl Lerche
2019-01-20docs: deal with Result instead of using unwrap (#860)rmcteggart-r7
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2019-01-06Revert "util: implement stream debounce combinator (#747)" (#834)Carl Lerche
2019-01-05util: implement stream debounce combinator (#747)Moritz Gunz
2019-01-05docs: fix link to ThreadPool (#830)Ryan Huang
2019-01-04Provide optional features on tokio crate (#808)Sean McArthur
2019-01-02Allow deprecated Error::cause (#818)Taiki Endo
2018-12-17docs: fix warnings for nightly docs (#792)Roman
2018-11-23net: export UnixDatagram and UnixDatagramFramed (#772)luben karavelov
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-11-20threadpool: rename inner to something more descriptive (#768)Stjepan Glavina
2018-11-19Implement throttle combinator (#736)Moritz Gunz
2018-11-19Expose `after_start` and `before_stop` in `runtime::Builder` (#756)Bastian Köcher
2018-11-16rt: fix Builder docs to no longer use deprecated methods (#749)Brian Myers
2018-10-25rt: fix `Runtime::reactor()` as used by tokio-core (#721)Carl Lerche
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-10-17runtime: check Enter in more places when blocking (#708)Sean McArthur
2018-10-09re-export tokio_io::read in tokio::io (#689)David Ross
2018-10-04codec: Fix panic in `LengthDelimitedCodec::encode` (#682)Eliza Weisman
2018-10-02runtime: create reactor per worker (#660)Stjepan Glavina
2018-09-28Expose keep_alive on the Runtime builder (#676)Steven Fackler
2018-09-28Bump version to v0.1.11 (#675)Carl Lerche
2018-09-27Bump version to v0.1.10, fixing minimal versions (#671)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-26split facade modules into separate files (#665)Carl Lerche
2018-09-26async-await: track nightly changes (#661)Carl Lerche
2018-09-19Reexport TaskExecutor from tokio_current_thread (#652)Alexander Polakov
2018-09-19tokio: deprecate and replace runtime::threadpool_builder (#645)Eliza Weisman
2018-09-18Make `tokio::run` panic if called from inside `tokio::run` (#646)Eliza Weisman
2018-09-18tokio-executor: hide deprecated tokio-threadpool reexports (#644)Eliza Weisman
2018-09-17Add some missing future::Executor implementations (#563)Carl Lerche
2018-09-07StreamExt: add a trait for additional Stream methods (#573)Ben Boeckel
2018-08-31Document that timeout-ed futures will be polled at least once (#603)Léo Gaspard
2018-08-30Refactor `codec::length_delimited` (#575)Eliza Weisman
2018-08-28net: rework tokio_tcp and tokio_udp re-exports (#548)Martin Chaine
2018-08-25re-export tokio-current-thread::spawn (#579)Michal 'vorner' Vaner
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-24Move `tokio_io::codec::length_delimited` module to `tokio::codec` (#568)Eliza Weisman
2018-08-22Introduce `Timeout` and deprecate `Deadline`. (#558)Carl Lerche
2018-08-20Add DelayQueue implementation to tokio-timer (#550)Carl Lerche
2018-08-15Expose tokio_uds from the root crate (#526)Martin Chaine