summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/unix
AgeCommit message (Expand)Author
2020-12-10net: expose poll_* methods on UnixDatagram (#3223)cssivision
2020-11-18io: add vectored writes to `AsyncWrite` (#3149)Sean McArthur
2020-11-11io: driver internal cleanup (#3124)Carl Lerche
2020-11-06net: report PID in UCred for Solaris and Illumos. (#3085)Maarten de Vries
2020-11-06net: add set_nonblocking to doc (#3100)Alice Ryhl
2020-10-31net: add pid to tokio::net::unix::UCred (#2633)Finn Behrens
2020-10-24docs: update docs for `from_std` functions (#3016)Zahari Dichev
2020-10-22net: fix typo (#3023)Zhang Jingqiang
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-10-11net: make UCred fields private (#2936)Taiki Endo
2020-10-09net: switch socket methods to &self (#2934)Carl Lerche
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-23net: change `UnixListener::poll_accept` to public (#2845)kalcutter
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-23net: Add examples to UnixDatagram (#2765)caranatar
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-07-25net: add try_recv/from & try_send/to to UnixDatagram (#1677)jean-airoldie
2020-07-24net: ensure that unix sockets have both split and into_split (#2687)Alice Ryhl
2020-07-23net: introduce split on UnixDatagram (#2557)cssivision
2020-05-11tokio: add support for illumos target (#2486)Patrick Mooney
2020-04-23io: track rustfmt/clippy changes (#2431)Alice Ryhl
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-24docs: use third form in API docs (#2027)Oleg Nosov
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-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-27net: fix ucred for illumos/solaris (#1772)Michael Zeller
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-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche