summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-09-13chore: add stability note to readme. (#1554)Carl Lerche
2019-09-11tls: fix new temporary lifetime rustc error [E0597] (#1547)Kirill Mironov
2019-09-04tls: Add get_ref and get_mut (#1537)Jon Gjengset
2019-08-31process: omit several future types in favor of async/await (#1526)Ivan Petkov
2019-08-31io: add Send / Sync impls for ReadHalf / WriteHalf (#1525)Carl Lerche
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-30test: fix assert format args (#1520)Geoff Shannon
2019-08-30timer: Rename `sleep` to `delay_for`, reexport from tokio (#1518)Benjamin Saunders
2019-08-30tls: bump to v0.3.0-alpha.4 (#1515)Carl Lerche
2019-08-30chore: fix compile error on latest nightly (#1512)kellerkindt
2019-08-30executor: shut down idle threads in the blocking pool (#1514)Jarred Nicholls
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-27tokio: export RunError in tokio::runtime::current_thread (#1487)Ömer Sinan Ağacan
2019-08-27implement `spawn_with_handle` in tokio_executor (#1492)Jacob Pratt
2019-08-27fs: add support for non-threadpool executors (#1495)Carl Lerche
2019-08-27net: rewrite TcpStream::connect with async fn (#1497)Carl Lerche
2019-08-26codec: fix infinite loop in tokio_codec::LinesCodec (#1489)Newton Ni
2019-08-22tokio: expose signal feature (#1491)Danny Browning
2019-08-21net: shutdown TCP write when asked to shut down (#1488)Jon Gjengset
2019-08-21chore: two async_await feature remained (#1486)Gurwinder Singh
2019-08-20io: add AsyncReadExt::{chain, take} (#1484)Taiki Endo
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-20executor: switch from `log` to `tracing` (#1454)Eliza Weisman
2019-08-20timer: introduce delay function shortcut (#1440)Jakub Beránek
2019-08-19process: move into the tokio-net crate (#1475)Ivan Petkov
2019-08-19Implement FusedStream and FusedFuture for Interval and Delay (#1476)John-John Tedro
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-18ci: ensure all tests are run for each feature (#1470)Ivan Petkov
2019-08-18tokio-process: change CommandExt to a fully asynchronous Command struct (#1448)Jakub Beránek
2019-08-17chore: prepare 0.2.0-alpha.2 release (#1465)Carl Lerche
2019-08-17sync: fix fuzz_oneshot test by using instrumented `loom::sync::Arc` (#1464)Philip Kannegaard Hayes
2019-08-17signal: move into tokio-net (#1463)Carl Lerche
2019-08-16uds: move into tokio-net (#1462)Carl Lerche
2019-08-16udp: remove files left over from moving tokio-udp (#1461)Carl Lerche
2019-08-16chore: rename ui-tests -> build-tests (#1460)Carl Lerche
2019-08-16udp: move tokio-udp into tokio-net (#1459)Carl Lerche
2019-08-15signal: rename SignalKind methods (#1457)Ivan Petkov
2019-08-15tcp: move tokio-tcp into tokio-net (#1456)Carl Lerche
2019-08-15net: reorganize crate in anticipation of #1264 (#1453)Carl Lerche