summaryrefslogtreecommitdiffstats
path: root/tokio/tests
AgeCommit message (Expand)Author
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-16make AtomicWaker private (#1782)Carl Lerche
2019-11-16task: move blocking fns into `tokio::task` (#1781)Carl Lerche
2019-11-16runtime: set spawn context on enter (#1780)Carl Lerche
2019-11-16io: expose std{in, out, err} under io feature (#1759)Taiki Endo
2019-11-16task: return `JoinHandle` from spawn (#1777)Carl Lerche
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
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