summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-11-27signal: expose CtrlC stream on windows (#3186)Niklas Fiekas
2020-11-24time: replace 'ouClockTimeide' in internal docs with 'outside' (#3171)Max Sharnoff
2020-11-23time: use intrusive lists for timer tracking (#3080)bdonlan
2020-11-18chore: prepare v0.3.4 release (#3152)Carl Lerche
2020-11-18io: add vectored writes to `AsyncWrite` (#3149)Sean McArthur
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: Add send/recv buf size methods to `TcpSocket` (#3145)Eliza Weisman
2020-11-16net: restore TcpStream::{poll_read_ready, poll_write_ready} (#2743)masnagam
2020-11-13chore: update pin-project-lite to 0.2.0 (#3139)Taiki Endo
2020-11-13net: add missing doc cfg on TcpSocket (#3137)Carl Lerche
2020-11-12net: add TcpStream::ready and non-blocking ops (#3130)Carl Lerche
2020-11-12fs: small documentation fixes (#3133)Nylonicious
2020-11-11ci: minimal version check (#3131)Alice Ryhl
2020-11-11time: document maximum sleep duration (#3126)Alice Ryhl
2020-11-11stream: add docs regarding futures' StreamExt (#3128)Alice Ryhl
2020-11-11process: fix potential file descriptor leak (#3129)Ivan Petkov
2020-11-11io: driver internal cleanup (#3124)Carl Lerche
2020-11-10Minor cleanup of parking_lot feature, now in full (#3119)David Kellum
2020-11-10io: update AsyncFd to use Registration (#3113)Carl Lerche
2020-11-10sync: add acquire_many and try_acquire_many to `Sempahore` (#3067)Darius Carrier
2020-11-08chore: update proptest and nix (#3110)Taiki Endo
2020-11-07async_fd: make into_inner() deregister the fd (#3104)bdonlan
2020-11-06net: report PID in UCred for Solaris and Illumos. (#3085)Maarten de Vries
2020-11-06net: add set_nonblocking to doc (#3100)Alice Ryhl
2020-11-05rt: remove last slab dependency (#2917)bdonlan
2020-11-05rt: bring back a public Handle type (#3076)Marc-Antoine Perennou
2020-11-03chore: update CI badge (#3091)Carl Lerche
2020-11-03stream: fix StreamMap Default bound (#3093)Artem Vorotnikov
2020-11-02chore: prepare v0.3.3 release (#3090)Carl Lerche
2020-11-02rt: add missing Send bound (#3089)Alice Ryhl
2020-11-02net: add get/set reuseport, reuseaddr, localaddr for TcpSocket (#3083)Zeki Sherif
2020-11-02doc: add from_std change to CHANGELOG (#3075)Alice Ryhl
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