summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/mod.rs
AgeCommit message (Expand)Author
2020-12-11net: remove empty udp module (#3260)Evan Cameron
2020-10-12meta: combine `net` and `dns`, use `parking_lot` (#2951)Carl Lerche
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-07net: add `TcpSocket` for configuring a socket (#2920)Carl Lerche
2020-09-28Seal ToSocketAddrs methods with an internal argument (#2892)Sean McArthur
2020-07-24net: ensure that unix sockets have both split and into_split (#2687)Alice Ryhl
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-21dns: provide `lookup_host` function (#1870)David Barsky
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-25doc: add more doc_cfg annotations (#1821)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)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-10-25net: move into tokio crate (#1683)Carl Lerche