summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-11-01tracing: replace future names with spawn locations in task spans (#3074)Eliza Weisman
2020-10-31net: add pid to tokio::net::unix::UCred (#2633)Finn Behrens
2020-10-29runtime: block_on should NOT be called from async context (#3070)Naja Melan
2020-10-28tokio: remove unused dependency (#3063)Tom Kaitchuck
2020-10-27chore: prepare v0.3.2 release (#3059)Carl Lerche
2020-10-27Revert "util: upgrade tokio-util to bytes 0.6 (#3052)" (#3060)Carl Lerche
2020-10-27net: change mention of net2 (#3056)Zahari Dichev
2020-10-27util: upgrade tokio-util to bytes 0.6 (#3052)Dirkjan Ochtman
2020-10-26sync: make oneshot::Sender::poll_closed public again (#3032)Sean McArthur
2020-10-26udp: add UdpSocket::take_error (#3051)Alice Ryhl
2020-10-26oneshot: update closed() docs to use tokio::select! (#3050)Alice Ryhl
2020-10-26readme: update the MSRV to 1.45 (#3048)nickelc
2020-10-24io: expand on de-initialization of ReadBuf (#3035)Alice Ryhl
2020-10-24docs: update docs for `from_std` functions (#3016)Zahari Dichev
2020-10-23sync: add mem::forget to RwLockWriteGuard::downgrade. (#2957)Zahari Dichev
2020-10-22io: Add AsyncFd, fix io::driver shutdown (#2903)bdonlan
2020-10-22tokio: add back poll_* for udp (#2981)Evan Cameron
2020-10-22net: fix typo (#3023)Zhang Jingqiang
2020-10-21chore: prepare v0.3.1 release (#3021)Carl Lerche
2020-10-21sync: revert Clone impl for broadcast::Receiver (#3020)Carl Lerche
2020-10-21net: fix use-after-free in slab compaction (#3019)Carl Lerche
2020-10-21io: add `AsyncReadExt::read_buf` (#3003)Carl Lerche
2020-10-21tokio: deduplicate spawn_blocking (#3017)Marc-Antoine Perennou
2020-10-21sync: add is_closed method to watch sender (#2991)Nikolai Kuklin
2020-10-21io: explain how to determine number of bytes read in AsyncRead (#3011)Zahari Dichev
2020-10-21sync: remove extra clone in Semaphore::[try_]acquire_owned (#3015)Philip Kannegaard Hayes
2020-10-20fs: flush on shutdown (#3009)Zahari Dichev
2020-10-19docs: adjust TcpListener::from_std documentation to match behavior (#3002)pluth
2020-10-19runtime: remove unneeded #[cfg(feature = "rt")] (#2996)Alice Ryhl
2020-10-19tokio: add Runtime::spawn_blocking (#2980)Marc-Antoine Perennou
2020-10-19docs: fix typo in runtime module documentation (#2992)nickelc
2020-10-19io: add copy_buf (#2884)Zahari Dichev
2020-10-19sync: implement Clone for broadcast::Receiver (#2933)Zephyr Shannon
2020-10-17docs: fix typos on UdpSocket (#2979)Evan Cameron
2020-10-16doc: update version to 0.3 in module documentation (#2974)messense
2020-10-16Fix doc typo (#2967)Alice Ryhl
2020-10-16Update documentation of AsyncRead to reflect use of ReadBufJohn-John Tedro
2020-10-15chore: prepare for v0.3.0 release (#2960)Carl Lerche
2020-10-13rt: update docs for `0.3` changes (#2956)Lucio Franco
2020-10-13rt: tweak spawn_blocking docs (#2955)Carl Lerche
2020-10-13rt: switch `enter` to an RAII guard (#2954)Carl Lerche
2020-10-13process: update docs regarding zombie processes (#2952)Ivan Petkov
2020-10-12meta: combine `net` and `dns`, use `parking_lot` (#2951)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12chore: refactor runtime driver usage of `Either` (#2918)Ivan Petkov
2020-10-12rt: `worker_threads` must be non-zero (#2947)Lucio Franco
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-12time: move error types into `time::error` (#2938)Juan Alvarez
2020-10-12time: Clean up `Instant` docs to align with `std` (#2946)Lucio Franco