summaryrefslogtreecommitdiffstats
path: root/tokio/tests
AgeCommit message (Expand)Author
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-11-04executor: switch some APIs to crate private. (#1731)Carl Lerche
2019-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-11-03impl AsyncWrite for std::io::Cursor (#1730)Sebastian Dröge
2019-11-02tests: fix bug + reorganize tests. (#1726)Carl Lerche
2019-11-02chore: prune dev-dependenciesCarl Lerche
2019-11-01executor: remove Executor & TypedExecutor traits (#1724)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-10-31runtime: test creating a single-threaded runtime. (#1717)Carl Lerche
2019-10-30thread-pool: in-place blocking with new scheduler (#1681)Jon Gjengset
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)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-19executor: rewrite the work-stealing thread pool (#1657)Carl Lerche
2019-09-19timer: delay_for should use tokio_timer::clock::now (#1572)Markus Westerlind
2019-08-28net: perform DNS lookup on connect / bind. (#1499)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-20timer: introduce delay function shortcut (#1440)Jakub Beránek
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
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-07chore: enable full CI run (#1399)Carl Lerche
2019-08-06tokio: fix API doc examples (#1396)Carl Lerche
2019-08-02io: move io helpers back into `tokio-io` (#1377)Lucio Franco
2019-07-30tokio: re-enable StreamExt (#1362)Taiki Endo
2019-07-19tokio: remove `Send + 'static` requirement from `block_on` (#1329)Carl Lerche
2019-07-19tokio: add AsyncReadExt::read_to_string (#1326)Taiki Endo
2019-07-15tokio: add AsyncBufReadExt::linesTaiki Endo
2019-07-15tokio: add AsyncBufReadExt::read_lineTaiki Endo
2019-07-15tokio: add AsyncBufReadExt::read_untilTaiki Endo
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-07-09tokio: add AsyncReadExt::read_to_end (#1279)Carl Lerche
2019-07-09tokio: add AsyncWriteExt::write_all (#1277)Carl Lerche
2019-07-01tokio: re-enable timer in runtimes (#1237)Carl Lerche
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26tokio: rewrite io_read.rs test to use async/await (#1207)Carl Lerche
2019-06-26tokio: move I/O helpers to ext traits (#1204)Carl Lerche
2019-06-26tokio: add read_exact method (#1202)Bhargav
2019-06-25tokio: Add io copy, read, and write (#1187)Lucio Franco
2019-06-10Make threadpool::Runtime methods take &self (#1140)Steven Fackler
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche