summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2018-08-15tokio::codec docs + additional exports (#546)Carl Lerche
2018-08-14Reexport Encoder, Decoder, Framed* from tokio::codec (#499)Roman
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-08-07Fix more rustdoc links (#518)David Kellum
2018-07-31tokio-fs: Add async versions of most of std::fs (#494)Brian Olsen
2018-07-30Small fixes (#508)Stjepan Glavina
2018-07-24tokio: expose tokio_fs::metadata (#479)Laurențiu Nicola
2018-07-24RunError and few more error types implements Error (#501)Michal 'vorner' Vaner
2018-07-22General rustdoc improvements (#450)David Kellum
2018-07-11Add free block_on_all in current thread Runtime (#477)Jon Gjengset
2018-06-14runtime: add block_on_all (#398)Marc-Antoine Perennou
2018-06-13Fix some broken doc links (#413)Carl Lerche
2018-06-12Deprecate executor re-exports (#412)Carl Lerche
2018-06-12Add OpenOptions to tokio-fs (#390)Mat Sadler
2018-06-12tokio-current-thread crate (#370)jpbriquet
2018-06-11Duplicated word in documentation. (#405)pravic
2018-06-06Another attempt at abstracting `Instant::now` (#381)Carl Lerche
2018-06-05Implement a Send Handle for the single-threaded Runtime (#340)Sebastian Dröge
2018-06-04Implement Runtime::block_on using oneshot (#391)Jon Gjengset
2018-05-22Fix Runtime::new's doc link to tokio::run (#371)Chris Pick
2018-05-14Remove fuchsia references as it is not supported. (#355)Carl Lerche
2018-05-08Fix typos (#348)Julian Tescher
2018-05-02Filesystem manipulation APIs. (#323)Carl Lerche
2018-05-02Current thread runtime (#308)Roman
2018-05-01current_thread: make underlying `Park` instance accessibleStefan Bühler