summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Expand)Author
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-09-17Update README.md (#1545)yjh
2019-09-13chore: add stability note to readme. (#1554)Carl Lerche
2019-08-30chore: fix compile error on latest nightly (#1512)kellerkindt
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
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: remove files left over from moving tokio-udp (#1461)Carl Lerche
2019-08-15tcp: move tokio-tcp into tokio-net (#1456)Carl Lerche
2019-08-15threadpool: move threadpool into tokio-executor (#1452)Carl Lerche
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-06tokio: fix API doc examples (#1396)Carl Lerche
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-15chore: indicate the master branch docs are old. (#1304)Carl Lerche
2019-07-09chore: Add link to docs (#1276)Gurwinder Singh
2019-07-08chore: update examples link in README (#1274)Carl Lerche
2019-07-03Add missing links in README.md (#1233)Thomas Lacroix
2019-06-29docs: add note in the readme about the master branch (#1230)Lucio Franco
2019-06-28chore: remove `tokio-trace`, add "Related Projects" to README (#1221)Eliza Weisman
2019-05-14Merge branch 'v0.1.x'Carl Lerche
2019-05-14Release tokio v0.1.20, tokio-timer v0.2.21, and remove async-await-preview fe...Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-27Fix an error in the mit-url in the README.md (#1068)Ian Hamlin
2019-04-25Async/await polish (#1058)Carl Lerche
2019-04-22Bump `tokio` to 0.1.19. (#1053)Carl Lerche
2019-03-22chore: Fix examples not working with `cargo run` (#998)Eliza Weisman
2019-03-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-13Bump Tokio to v0.1.17 (#983)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-03-01trace: Fix tokio-trace documentation url in the README (#939)Lucio Franco
2019-03-01Set up CI with Azure Pipelines (#926)Carl Lerche
2019-01-25Bump Tokio to v0.1.15. (#869)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-09-26async-await: track nightly changes (#661)Carl Lerche
2018-08-30readme: fix section ordering (#600)Carl Lerche
2018-08-29Bump minimum supported version & document support policy (#599)Eliza Weisman
2018-08-24draft initial CONTRIBUTING guide (#567)Carl Lerche
2018-07-22General rustdoc improvements (#450)David Kellum
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-05-23Fix a small typo in README.md (#373)Roman Zeyde
2018-05-14Import tokio-uds (#365)Carl Lerche
2018-05-14Add Gitter badge to README (#358)Carl Lerche
2018-05-02Bump version to v0.1.6 (#336)Carl Lerche
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs
2018-03-09Relicense Tokio exclusively under the MIT license. (#215)Carl Lerche
2018-03-07Update readme (#196)Carl Lerche
2018-03-05Fix typos (#176)Philip Munksgaard
2018-03-02Extract the reactor to a dedicated crate. (#169)Carl Lerche