summaryrefslogtreecommitdiffstats
path: root/tokio/src/net
AgeCommit message (Expand)Author
2020-06-11net: impl ToSocketAddrs for &[SocketAddr] (#2604)Taiki Endo
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-05-28net: add note about into_split's drop (#2567)Mathspy
2020-05-11tokio: add support for illumos target (#2486)Patrick Mooney
2020-04-28net: mention that bind sets SO_REUSEADDR (#2454)Alice Ryhl
2020-04-23docs: make it easier to discover extension traits (#2434)Alice Ryhl
2020-04-23io: track rustfmt/clippy changes (#2431)Alice Ryhl
2020-04-19net: introduce owned split on TcpStream (#2270)Alice Ryhl
2020-04-13doc: fix a few broken links (#2400)xliiv
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-12docs: fix incorrect documentation links & formatting (#2332)Nikita Baksalyar
2020-02-26tcp: Update listener docs (#2276)Akshay Narayan
2020-02-26Implement Stream for Listener types (#2275)Akshay Narayan
2020-02-14UnixStream::poll_shutdown is not a no-op (#2245)Jon Gjengset
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-13stream: add `StreamExt::collect()` (#2109)Carl Lerche
2020-01-06doc: document `from_std` functions panic (#2056)Stepan Koltsov
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-21dns: provide `lookup_host` function (#1870)David Barsky
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
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-27net: fix ucred for illumos/solaris (#1772)Michael Zeller
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-21runtime: cleanup and add config options (#1807)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-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15net: add more impls for ToSocketAddrs (#1760)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-11-04chore: unify all mocked `loom` files (#1732)Carl Lerche
2019-11-01compat: add a compat runtime (#1663)Eliza Weisman
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-28net: replace RwLock<Slab> with a lock free slab (#1625)Eliza Weisman
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche