summaryrefslogtreecommitdiffstats
path: root/tokio/src/net
AgeCommit message (Expand)Author
2020-12-11net: update `TcpStream::poll_peek` to use `ReadBuf` (#3259)Lucio Franco
2020-12-11net: remove empty udp module (#3260)Evan Cameron
2020-12-10net: Pass SocketAddr by value (#3125)Nylonicious
2020-12-10net: expose poll_* methods on UnixDatagram (#3223)cssivision
2020-12-06net: add TcpStream::into_std (#3189)Fuyang Liu
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-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-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-11io: driver internal cleanup (#3124)Carl Lerche
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-02net: add get/set reuseport, reuseaddr, localaddr for TcpSocket (#3083)Zeki Sherif
2020-10-31net: add pid to tokio::net::unix::UCred (#2633)Finn Behrens
2020-10-27net: change mention of net2 (#3056)Zahari Dichev
2020-10-26udp: add UdpSocket::take_error (#3051)Alice Ryhl
2020-10-24docs: update docs for `from_std` functions (#3016)Zahari Dichev
2020-10-22tokio: add back poll_* for udp (#2981)Evan Cameron
2020-10-22net: fix typo (#3023)Zhang Jingqiang
2020-10-19docs: adjust TcpListener::from_std documentation to match behavior (#3002)pluth
2020-10-17docs: fix typos on UdpSocket (#2979)Evan Cameron
2020-10-12meta: combine `net` and `dns`, use `parking_lot` (#2951)Carl Lerche
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-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-10-11net: make UCred fields private (#2936)Taiki Endo
2020-10-09net: switch socket methods to &self (#2934)Carl Lerche
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-06docs: more docs for UdpSocket (#2883)Evan Cameron
2020-10-05net: implement AsRawSocket on Windows (#2911)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-09-28Seal ToSocketAddrs methods with an internal argument (#2892)Sean McArthur
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-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-23net: change `UnixListener::poll_accept` to public (#2845)kalcutter
2020-09-13doc: fix some links (#2834)Alice Ryhl
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