summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2018-04-25Make CurrentThread::turn() more fair by always parking with 0 timeout… (#313)Sebastian Dröge
2018-04-04re-export io::{ReadHalf/WriteHalf} timer::Error (#290)Leandro Pacheco
2018-03-30Actually bump tokio to v0.1.5 (#273)Carl Lerche
2018-03-30Rename `Sleep` to `Delay` (#270)Carl Lerche
2018-03-30Integrate timers with runtime. (#266)Carl Lerche
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-21Runtime builder (#234)Roman
2018-03-15Add top-level tests for futures 0.2 integration (#231)Aaron Turon
2018-03-15set Runtime thread pool name prefix (#232)Sean McArthur
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-13Shutdown the runtime on drop (#214)Carl Lerche
2018-03-13Fix docs markup (#225)hcpl
2018-03-13Fix build on FreeBSD (#218)Wesley Moore
2018-03-09Bump version to v0.1.3 (#213)Carl Lerche
2018-03-09CurrentThread::turn should block on idle. (#212)Carl Lerche
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-03-08Add an explicit spawn fn to TaskExecutor (#200)Carl Lerche
2018-03-08Remove premature French translation of "current" (#197)Jake Goulding
2018-03-07Improve `poll_read_ready` implementation (#193)Carl Lerche
2018-03-06Explicitly deregister I/O resources on drop (#189)Carl Lerche