summaryrefslogtreecommitdiffstats
path: root/tokio/tests
AgeCommit message (Expand)Author
2020-12-10net: expose poll_* methods on UnixDatagram (#3223)cssivision
2020-12-08time: Fix race condition in timer drop (#3229)bdonlan
2020-12-07rt: fix deadlock in shutdown (#3228)bdonlan
2020-12-07sync: forward port 0.2 mpsc test (#3225)Carl Lerche
2020-12-06net: add TcpStream::into_std (#3189)Fuyang Liu
2020-12-03rt: fix panic in task abort when off rt (#3159)John-John Tedro
2020-12-02sync: make add_permits panic with usize::MAX >> 3 permits (#3188)Blas Rodriguez Irizar
2020-12-01process: fix the process_kill_on_drop.rs test on non-Linux systems (#3203)Alan Somers
2020-11-29runtime: test for shutdown_timeout(0) (#3196)Kyle Kosic
2020-11-23time: use intrusive lists for timer tracking (#3080)bdonlan
2020-11-17net: add SO_LINGER get/set to TcpStream (#3143)Zeki Sherif
2020-11-16net: add UdpSocket readiness and non-blocking ops (#3138)Carl Lerche
2020-11-16sync: add `Notify::notify_waiters` (#3098)Zahari Dichev
2020-11-16net: restore TcpStream::{poll_read_ready, poll_write_ready} (#2743)masnagam
2020-11-12net: add TcpStream::ready and non-blocking ops (#3130)Carl Lerche
2020-11-11time: document maximum sleep duration (#3126)Alice Ryhl
2020-11-10io: update AsyncFd to use Registration (#3113)Carl Lerche
2020-11-07async_fd: make into_inner() deregister the fd (#3104)bdonlan
2020-10-27Revert "util: upgrade tokio-util to bytes 0.6 (#3052)" (#3060)Carl Lerche
2020-10-27util: upgrade tokio-util to bytes 0.6 (#3052)Dirkjan Ochtman
2020-10-22io: Add AsyncFd, fix io::driver shutdown (#2903)bdonlan
2020-10-22tokio: add back poll_* for udp (#2981)Evan Cameron
2020-10-21io: add `AsyncReadExt::read_buf` (#3003)Carl Lerche
2020-10-20fs: flush on shutdown (#3009)Zahari Dichev
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-10-11net: make UCred fields private (#2936)Taiki Endo
2020-10-09sync: move broadcast error types into broadcast::error module (#2937)Taiki Endo
2020-10-09fs: future proof `File` (#2930)Carl Lerche
2020-10-09net: switch socket methods to &self (#2934)Carl Lerche
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-08chore: Fix clippy lints (#2931)bdonlan
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-07net: add `TcpSocket` for configuring a socket (#2920)Carl Lerche
2020-10-05time: move DelayQueue to tokio-util (#2897)bdonlan
2020-10-06io, stream: assert !Unpin for ext trait futures (#2913)Taiki Endo
2020-10-05stream: remove bytes from public API (#2908)Alice Ryhl
2020-10-05sync: broadcast channel API tweaks (#2898)Alice Ryhl
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-25Fix readiness future eagerly consuming entire socket readiness (#2887)Sean McArthur
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-23rt: Allow concurrent `block_on`'s with basic_scheduler (#2804)Lucio Franco
2020-09-23macros: add #[allow(unused_mut)] to select! (#2858)Alice Ryhl
2020-09-21sync: fix missing notification during mpsc close (#2854)Carl Lerche
2020-09-11sync: tweak `watch` API (#2814)Carl Lerche