summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/tcp
AgeCommit message (Expand)Author
2019-12-13Re-enable writev support in TcpStreams (#1956)Sean McArthur
2019-12-06doc: fix TcpListener example to compile (#1911)Carl Lerche
2019-11-30net: expose `TcpStream::poll_peek` (#1864)Carl Lerche
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-26doc: fix and improve `incoming()` API doc (#1831)Carl Lerche
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-20net: flatten `split` mod (#1797)Carl Lerche
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