summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/tcp/stream.rs
AgeCommit message (Expand)Author
2020-12-11net: update `TcpStream::poll_peek` to use `ReadBuf` (#3259)Lucio Franco
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: restore TcpStream::{poll_read_ready, poll_write_ready} (#2743)masnagam
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: add set_nonblocking to doc (#3100)Alice Ryhl
2020-10-24docs: update docs for `from_std` functions (#3016)Zahari Dichev
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-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
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-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-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-07-24net: ensure that unix sockets have both split and into_split (#2687)Alice Ryhl
2020-07-20dns: document that strings require the DNS feature (#2663)Alice Ryhl
2020-07-12net: fix OwnedWriteHalf behavior on drop (#2597)Carl Lerche
2020-05-28net: add note about into_split's drop (#2567)Mathspy
2020-04-23docs: make it easier to discover extension traits (#2434)Alice Ryhl
2020-04-19net: introduce owned split on TcpStream (#2270)Alice Ryhl
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-12docs: fix incorrect documentation links & formatting (#2332)Nikita Baksalyar
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-06doc: document `from_std` functions panic (#2056)Stepan Koltsov
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-13Re-enable writev support in TcpStreams (#1956)Sean McArthur
2019-11-30net: expose `TcpStream::poll_peek` (#1864)Carl Lerche
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-25doc: add more doc_cfg annotations (#1821)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-20Fix doc links (#1799)Pen Tree
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche