summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/udp/socket.rs
AgeCommit message (Expand)Author
2020-12-11net: remove empty udp module (#3260)Evan Cameron
2020-12-10net: Pass SocketAddr by value (#3125)Nylonicious
2020-11-16net: add UdpSocket readiness and non-blocking ops (#3138)Carl Lerche
2020-11-11io: driver internal cleanup (#3124)Carl Lerche
2020-11-06net: add set_nonblocking to doc (#3100)Alice Ryhl
2020-10-27net: change mention of net2 (#3056)Zahari Dichev
2020-10-26udp: add UdpSocket::take_error (#3051)Alice Ryhl
2020-10-24docs: update docs for `from_std` functions (#3016)Zahari Dichev
2020-10-22tokio: add back poll_* for udp (#2981)Evan Cameron
2020-10-17docs: fix typos on UdpSocket (#2979)Evan Cameron
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-06docs: more docs for UdpSocket (#2883)Evan Cameron
2020-10-05net: implement AsRawSocket on Windows (#2911)Taiki Endo
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-09-28Seal ToSocketAddrs methods with an internal argument (#2892)Sean McArthur
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-13doc: fix some links (#2834)Alice Ryhl
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-07-28add: Add `UdpSocket::{try_send,try_send_to}` methods (#1979)Kevin Leimkuhler
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-04-12docs: fix incorrect documentation links & formatting (#2332)Nikita Baksalyar
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-06doc: document `from_std` functions panic (#2056)Stepan Koltsov
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-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-25net: move into tokio crate (#1683)Carl Lerche