summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-28net: replace RwLock<Slab> with a lock free slab (#1625)Eliza Weisman
2019-10-27Fix docs links: Redux (#1698)Geoff Shannon
2019-10-26chore: use argument position impl trait (#1690)Linus Färnstrand
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche
2019-10-24Make blocking pool non-static and use for thread pool (#1678)Jon Gjengset
2019-10-23chore: remove tracing. (#1680)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-10-21net: Eagerly bind resources to reactors (#1666)Kevin Leimkuhler
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-10-21io: `Take` struct re-export to main crate (#1670)madmaxio
2019-10-21runtime: update doc regarding `runtime::run` function helper (#1671)Jonathas Conceição
2019-10-19executor: rewrite the work-stealing thread pool (#1657)Carl Lerche
2019-10-16fs: add read_to_string (#1664)Steven Fackler
2019-10-11tokio: move `signal` and `process` reexports to crate root (#1643)Ivan Petkov
2019-10-07io: add missing utility functions (#1632)Eliza Weisman
2019-10-02tcp: export Incoming type (#1602)Vojtech Kral
2019-10-02chore: annotate prelude re-exports as `doc(no_inline)` (#1601)Jonathan Bastien-Filiatrault
2019-09-30Prepare for release of 0.2.0-alpha.6 (#1617)Jon Gjengset
2019-09-30chore: update futures-preview to 0.3.0-alpha.19 (#1610)Taiki Endo
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