summaryrefslogtreecommitdiffstats
path: root/tokio/src/net
AgeCommit message (Expand)Author
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-23net: Add examples to UnixDatagram (#2765)caranatar
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-08-01net: impl ToSocketAddrs for (String, u16) (#2724)南浦月
2020-07-28add: Add `UdpSocket::{try_send,try_send_to}` methods (#1979)Kevin Leimkuhler
2020-07-25net: add try_recv/from & try_send/to to UnixDatagram (#1677)jean-airoldie
2020-07-24net: ensure that unix sockets have both split and into_split (#2687)Alice Ryhl
2020-07-23net: introduce split on UnixDatagram (#2557)cssivision
2020-07-20dns: document that strings require the DNS feature (#2663)Alice Ryhl
2020-07-13doc: fix typo from "Rust langague" to "Rust language" (#2656)Antoine Murat
2020-07-12net: fix OwnedWriteHalf behavior on drop (#2597)Carl Lerche
2020-06-11net: impl ToSocketAddrs for &[SocketAddr] (#2604)Taiki Endo
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-05-28net: add note about into_split's drop (#2567)Mathspy
2020-05-11tokio: add support for illumos target (#2486)Patrick Mooney
2020-04-28net: mention that bind sets SO_REUSEADDR (#2454)Alice Ryhl
2020-04-23docs: make it easier to discover extension traits (#2434)Alice Ryhl
2020-04-23io: track rustfmt/clippy changes (#2431)Alice Ryhl
2020-04-19net: introduce owned split on TcpStream (#2270)Alice Ryhl
2020-04-13doc: fix a few broken links (#2400)xliiv
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-12docs: fix incorrect documentation links & formatting (#2332)Nikita Baksalyar
2020-02-26tcp: Update listener docs (#2276)Akshay Narayan
2020-02-26Implement Stream for Listener types (#2275)Akshay Narayan
2020-02-14UnixStream::poll_shutdown is not a no-op (#2245)Jon Gjengset
2020-01-28docs: minor fixes to `TcpStream` API docs (#2183)Vitor Enes
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-22net: add `ReadHalf::{poll,poll_peak}` (#2151)Kevin Leimkuhler
2020-01-13stream: add `StreamExt::collect()` (#2109)Carl Lerche
2020-01-06doc: document `from_std` functions panic (#2056)Stepan Koltsov
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-21dns: provide `lookup_host` function (#1870)David Barsky
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-13Re-enable writev support in TcpStreams (#1956)Sean McArthur
2019-12-06doc: fix TcpListener example to compile (#1911)Carl Lerche
2019-11-30net: expose `TcpStream::poll_peek` (#1864)Carl Lerche
2019-11-27net: fix ucred for illumos/solaris (#1772)Michael Zeller
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-26doc: fix and improve `incoming()` API doc (#1831)Carl Lerche
2019-11-25doc: add more doc_cfg annotations (#1821)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-20Fix doc links (#1799)Pen Tree
2019-11-20net: flatten `split` mod (#1797)Carl Lerche
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15net: add more impls for ToSocketAddrs (#1760)Taiki Endo