summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-10-12sync: change chan `closed(&mut self)` to `closed(&self)` (#2939)Zahari Dichev
2020-10-12chore: remove use of doc_alias feature (#2944)Taiki Endo
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-09io: make Seek and Copy private (#2935)Taiki Endo
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-08fs: add os::windows::OpenOptionsExt (#2923)Taiki Endo
2020-10-08io: remove Poll from the AsyncSeek::start_seek return value (#2885)Zahari Dichev
2020-10-07net: add `TcpSocket` for configuring a socket (#2920)Carl Lerche
2020-10-08fs: switch to our own DirEntryExt trait (#2921)Taiki Endo
2020-10-06docs: more docs for UdpSocket (#2883)Evan Cameron
2020-10-06time: clean time driver (#2905)greenwoodcm
2020-10-06process: add ProcessDriver to handle orphan reaping (#2907)Ivan Petkov
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-05io, stream: make ext trait futures !Unpin (#2910)Taiki Endo
2020-10-05net: implement AsRawSocket on Windows (#2911)Taiki Endo
2020-10-05sync: broadcast channel API tweaks (#2898)Alice Ryhl
2020-10-05io: optimize writing large buffers to windows stdio (#2888)Mikail Bagishov
2020-10-05fs: seal OpenOptionsExt and DirBuilderExt (#2909)Taiki Endo
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-10-02task: remove deprecated JoinError constructors (#2900)Alice Ryhl
2020-10-02Fix new clippy warning (#2899)Alice Ryhl
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-29Seal FromStream methods with an internal argument (#2894)Sean McArthur
2020-09-29stream: add iter and iter_mut methods to StreamMap (#2890)Linus Behrbohm
2020-09-28Seal ToSocketAddrs methods with an internal argument (#2892)Sean McArthur
2020-09-28sync: Add `is_closed` method to mpsc senders (#2726)Mikail Bagishov
2020-09-25Fix readiness future eagerly consuming entire socket readiness (#2887)Sean McArthur
2020-09-25sync: add `mpsc::Sender::closed` future (#2840)Zahari Dichev
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
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-24chore: Use IoSlice's Copy impl to clean up some repetitive code (#2875)bdonlan
2020-09-24chore: remove internal io-driver cargo feature (#2881)Ivan Petkov
2020-09-24chore: remove internal io-readiness cargo feature (#2878)Ivan Petkov
2020-09-24process: do not publicly turn on `signal` when enabled (#2871)Ivan Petkov
2020-09-24rt: Allow concurrent `Shell:block_on` calls (#2868)Lucio Franco
2020-09-24docs: use #[doc(no_inline)] on re-exports (#2874)Taiki Endo
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-23sync: add `get_mut()` for `Mutex,RwLock` (#2856)Daniel Henry-Mantilla
2020-09-23net: change `UnixListener::poll_accept` to public (#2845)kalcutter