summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/tcp/split_owned.rs
AgeCommit message (Expand)Author
2020-12-11net: update `TcpStream::poll_peek` to use `ReadBuf` (#3259)Lucio Franco
2020-11-18io: add vectored writes to `AsyncWrite` (#3149)Sean McArthur
2020-10-09net: switch socket methods to &self (#2934)Carl Lerche
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
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-12net: fix OwnedWriteHalf behavior on drop (#2597)Carl Lerche
2020-04-23docs: make it easier to discover extension traits (#2434)Alice Ryhl
2020-04-19net: introduce owned split on TcpStream (#2270)Alice Ryhl