summaryrefslogtreecommitdiffstats
path: root/tokio-net/tests
AgeCommit message (Expand)Author
2019-08-31process: omit several future types in favor of async/await (#1526)Ivan Petkov
2019-08-30io: bring back `split` utility (#1521)Carl Lerche
2019-08-28net: perform DNS lookup on connect / bind. (#1499)Carl Lerche
2019-08-27net: switch from `log` to `tracing` (#1455)Eliza Weisman
2019-08-27net: rewrite TcpStream::connect with async fn (#1497)Carl Lerche
2019-08-21net: shutdown TCP write when asked to shut down (#1488)Jon Gjengset
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-19process: move into the tokio-net crate (#1475)Ivan Petkov
2019-08-18signal: remove `new()` constructors in favor of free functions (#1472)Ivan Petkov
2019-08-17signal: move into tokio-net (#1463)Carl Lerche
2019-08-16uds: move into tokio-net (#1462)Carl Lerche
2019-08-16udp: move tokio-udp into tokio-net (#1459)Carl Lerche
2019-08-15tcp: move tokio-tcp into tokio-net (#1456)Carl Lerche