summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-11-19Expose `after_start` and `before_stop` in `runtime::Builder` (#756)Bastian Köcher
2018-10-25rt: fix `Runtime::reactor()` as used by tokio-core (#721)Carl Lerche
2018-10-17runtime: check Enter in more places when blocking (#708)Sean McArthur
2018-10-04codec: Fix panic in `LengthDelimitedCodec::encode` (#682)Eliza Weisman
2018-09-20fix deprecation warning in test for FutureExt::deadline() (#651)Sven Marnach
2018-09-18Make `tokio::run` panic if called from inside `tokio::run` (#646)Eliza Weisman
2018-09-17Add some missing future::Executor implementations (#563)Carl Lerche
2018-08-31Fix non-terminating loop in `tokio_io::length_delimited::FramedWrite` (#576)Eliza Weisman
2018-08-30Refactor `codec::length_delimited` (#575)Eliza Weisman
2018-08-10Routine dependencies update (#533)Mateusz Mikuła
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-07-24Count in-transit spawned futures to current thread executor as pending (#478)Jon Gjengset
2018-07-11Add free block_on_all in current thread Runtime (#477)Jon Gjengset
2018-06-21Fix unneeded mut and some deprecated api (#442)Roman
2018-06-14runtime: add block_on_all (#398)Marc-Antoine Perennou
2018-06-12tokio-current-thread crate (#370)jpbriquet
2018-06-12Fix a deadlock that can happen when shutting down (#409)Carl Lerche
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-04Create tokio-codec (#360)Bryan Burgers
2018-06-04Implement Runtime::block_on using oneshot (#391)Jon Gjengset
2018-05-02Current thread runtime (#308)Roman
2018-04-25Make CurrentThread::turn() more fair by always parking with 0 timeout… (#313)Sebastian Dröge
2018-03-30Rename `Sleep` to `Delay` (#270)Carl Lerche
2018-03-30Integrate timers with runtime. (#266)Carl Lerche
2018-03-29Remove println from tests (#267)Carl Lerche
2018-03-29Fix permissions (#268)Carl Lerche
2018-03-23Change hammer test consts (#255)Carl Lerche
2018-03-22Fix race condition related bugs (#243)Carl Lerche
2018-03-21Update to futures 0.2.0-beta (#246)Aaron Turon
2018-03-15Add top-level tests for futures 0.2 integration (#231)Aaron Turon
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-11Remove uses of futures_cpupool (#220)Jeehoon Kang
2018-03-07Improve `poll_read_ready` implementation (#193)Carl Lerche
2018-03-04Switch TCP/UDP fns to poll_ -> Poll<...> style (#175)Carl Lerche
2018-03-02Tweak the `tokio::spawn` function (#171)Carl Lerche
2018-03-01Fix deprecation warnings in tests (#167)Carl Lerche
2018-02-28I/O resources lazily bind to reactor. (#160)Carl Lerche
2018-02-28Improve current thread tests (#161)Roman
2018-02-27Support current_thread::spawn from task drop (#157)Carl Lerche
2018-02-26Fix race condition in CurrentThread. (#156)Carl Lerche
2018-02-23Fix bug with CurrentThread::turn (#152)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche
2018-02-07Make `Handle::wakeup` private (#117)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-01Track futures tokio-reform branch (#88)Carl Lerche
2018-01-31Poll evented mutability (#37)Carl Lerche