summaryrefslogtreecommitdiffstats
path: root/tokio-net
AgeCommit message (Expand)Author
2019-09-22net: use Box::pin instead of Pin::new(Box::new) (#1587)Taiki Endo
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19net: fix build with only process (#1575)Carl Lerche
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-31process: omit several future types in favor of async/await (#1526)Ivan Petkov
2019-08-31tokio-process: Implement From<StdCommand> for Command (#1513)Fenhl
2019-08-30io: bring back `split` utility (#1521)Carl Lerche
2019-08-30Add platform-specific methods to Command (#1516)Fenhl
2019-08-29prepare v0.2.0-alpha.4 (#1509)Sean McArthur
2019-08-29Re-add temporarily TcpStream::connect_std (#1508)Sean McArthur
2019-08-28prepare v0.2.0-alpha.3 release (#1505)Carl Lerche
2019-08-28net: perform DNS lookup on connect / bind. (#1499)Carl Lerche
2019-08-28docs: fix wording in tokio_process::Child documentation (#1502)Jakub Beránek
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-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
2019-08-18signal: remove `new()` constructors in favor of free functions (#1472)Ivan Petkov
2019-08-18net: make default reactor guard public (#1468)Douman
2019-08-18docs: add docs.rs metadata to build with all features (#1471)Ivan Petkov
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
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
2019-08-15net: reorganize crate in anticipation of #1264 (#1453)Carl Lerche
2019-08-15runtime: refactor thread-local setters (#1449)Douman
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche