summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/tcp/split.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-04-23docs: make it easier to discover extension traits (#2434)Alice Ryhl
2020-04-19net: introduce owned split on TcpStream (#2270)Alice Ryhl
2020-01-22net: add `ReadHalf::{poll,poll_peak}` (#2151)Kevin Leimkuhler
2019-12-13Re-enable writev support in TcpStreams (#1956)Sean McArthur
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche