summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
AgeCommit message (Expand)Author
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-02chore: prune dev-dependenciesCarl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-10-31chore: check each feature works properly (#1695)Taiki Endo
2019-10-30process: refactor OrphanQueue to use a Mutex instead fo SegQueue (#1712)Sean McArthur
2019-10-29timer: inline CachePadded type (#1706)Sean McArthur
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
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-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche
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-21fs: move into `tokio` (#1672)Carl Lerche
2019-10-19executor: rewrite the work-stealing thread pool (#1657)Carl Lerche
2019-10-11tokio: move `signal` and `process` reexports to crate root (#1643)Ivan Petkov
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-19Release 0.2.0 alpha.5 (#1576)Carl Lerche
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-27net: switch from `log` to `tracing` (#1455)Eliza Weisman
2019-08-22tokio: expose signal feature (#1491)Danny Browning
2019-08-20executor: switch from `log` to `tracing` (#1454)Eliza Weisman
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-15threadpool: move threadpool into tokio-executor (#1452)Carl Lerche
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-15executor: move current-thread into crate (#1447)Carl Lerche
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)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-07chore: enable full CI run (#1399)Carl Lerche
2019-08-06tokio: fix API doc examples (#1396)Carl Lerche
2019-08-03tokio: re-export future/stream utils (#1387)Carl Lerche
2019-08-02io: remove `util` from default features (#1379)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-25tokio: include async-trait feature for uds (#1352)Shell Chen
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-15tokio: include `async-traits` feature (#1314)Jon Gjengset