summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2019-09-24tokio: add `rt-current-thread` optional featureSean McArthur
2019-09-19tokio: add process feature (#1561)Kirill Mironov
2019-09-19Export sync::Barrier from tokio::sync (#1577)Jon Gjengset
2019-09-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
2019-09-19timer: delay_for should use tokio_timer::clock::now (#1572)Markus Westerlind
2019-09-19sync: Make Lock more similar to std::sync::Mutex (#1573)Jon Gjengset
2019-09-19chore: deny warnings for doc tests (#1539)Taiki Endo
2019-09-13Add broken feature to old benchmarks (#1555)Lucio Franco
2019-09-13chore: fix docs links (#1523)Geoff Shannon
2019-08-30io: bring back `split` utility (#1521)Carl Lerche
2019-08-30timer: Rename `sleep` to `delay_for`, reexport from tokio (#1518)Benjamin Saunders
2019-08-29prepare v0.2.0-alpha.4 (#1509)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-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-22tokio: expose signal feature (#1491)Danny Browning
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-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
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-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-15threadpool: move threadpool into tokio-executor (#1452)Carl Lerche
2019-08-15runtime: refactor thread-local setters (#1449)Douman
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-15tokio: rewrite print_each_packet example using async/await (#1446)Jakub Beránek
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
2019-08-14udp: update `tokio_udp::UdpFramed` to std::future (#1370)John Doneth
2019-08-14io: add async BufReader/BufWriter (#1438)Taiki Endo
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)Taiki Endo
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
2019-08-09uds: implement split and split_mut for UnixStream (#1395)Tomasz Miąsko
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08update (dev dep) env_logger to latest 0.6 (#1390)David Kellum
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-07sync: track upstream loom changes (#1407)Carl Lerche
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-08-07codec: move length delimited codec to tokio-codec (#1401)Gurwinder Singh
2019-08-06tokio: fix API doc examples (#1396)Carl Lerche
2019-08-06sync: polish and update API doc examples (#1398)Carl Lerche
2019-08-05udp: remove poll_* fns in favor of async fns (#1393)Carl Lerche
2019-08-04fs: use async fn instead of custom futures (#1381)Carl Lerche
2019-08-03tokio: re-export future/stream utils (#1387)Carl Lerche
2019-08-02io: remove `util` from default features (#1379)Carl Lerche