summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/tcp/mod.rs
AgeCommit message (Expand)Author
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-07net: add `TcpSocket` for configuring a socket (#2920)Carl Lerche
2020-04-19net: introduce owned split on TcpStream (#2270)Alice Ryhl
2019-11-25doc: add more doc_cfg annotations (#1821)Carl Lerche
2019-11-20Fix doc links (#1799)Pen Tree
2019-11-20net: flatten `split` mod (#1797)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche