summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-13Bump Tokio to v0.1.17 (#983)Carl Lerche
2019-03-13tokio: Enable trace subscriber propagation in the runtime (#966)Eliza Weisman
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-01-25Bump Tokio to v0.1.15. (#869)Carl Lerche
2019-01-24Add enumerate combinator to Stream (#832)Zahari Dichev
2019-01-22Introduce tokio-sync crate containing synchronization primitives. (#839)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2019-01-04Provide optional features on tokio crate (#808)Sean McArthur
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-10-02runtime: create reactor per worker (#660)Stjepan Glavina
2018-09-28Bump version to v0.1.11 (#675)Carl Lerche
2018-09-27Bump version to v0.1.10, fixing minimal versions (#671)Carl Lerche
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-26split facade modules into separate files (#665)Carl Lerche
2018-09-26async-await: track nightly changes (#661)Carl Lerche
2018-09-07StreamExt: add a trait for additional Stream methods (#573)Ben Boeckel
2018-08-30Refactor `codec::length_delimited` (#575)Eliza Weisman
2018-08-24Move `tokio_io::codec::length_delimited` module to `tokio::codec` (#568)Eliza Weisman
2018-08-15Expose tokio_uds from the root crate (#526)Martin Chaine
2018-08-15tokio::codec docs + additional exports (#546)Carl Lerche
2018-08-14Reexport Encoder, Decoder, Framed* from tokio::codec (#499)Roman
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-07-22General rustdoc improvements (#450)David Kellum
2018-06-12tokio-current-thread crate (#370)jpbriquet
2018-06-06Another attempt at abstracting `Instant::now` (#381)Carl Lerche
2018-05-02Filesystem manipulation APIs. (#323)Carl Lerche
2018-04-04re-export io::{ReadHalf/WriteHalf} timer::Error (#290)Leandro Pacheco
2018-03-30Actually bump tokio to v0.1.5 (#273)Carl Lerche
2018-03-30Integrate timers with runtime. (#266)Carl Lerche
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-15Add top-level tests for futures 0.2 integration (#231)Aaron Turon
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-09Bump version to v0.1.3 (#213)Carl Lerche
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-03-04Switch TCP/UDP fns to poll_ -> Poll<...> style (#175)Carl Lerche
2018-03-02Extract the reactor to a dedicated crate. (#169)Carl Lerche
2018-03-01Add `io` facade and update `reactor` docs (#166)Carl Lerche
2018-02-28I/O resources lazily bind to reactor. (#160)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche
2018-02-09Bump version to v0.1.1 (#131)Carl Lerche
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche
2018-01-30Add CHANGELOG stub.Carl Lerche
2018-01-30Change `net::Incoming` signature to match std. (#89)Carl Lerche
2018-01-26Uncomment `deny(warnings)`Carl Lerche
2018-01-16Fix UdpCodec::encode (#85)Roman
2017-12-12Remove `Handle` argument from I/O constructors (#61)Alex Crichton