summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2018-08-24Move `tokio_io::codec::length_delimited` module to `tokio::codec` (#568)Eliza Weisman
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-08-15Expose tokio_uds from the root crate (#526)Martin Chaine
2018-08-14Reexport Encoder, Decoder, Framed* from tokio::codec (#499)Roman
2018-08-10Routine dependencies update (#533)Mateusz MikuĊ‚a
2018-08-08Move tokio-tls into workspace (#529)Sean McArthur
2018-06-12tokio-current-thread crate (#370)jpbriquet
2018-06-08Remove `tokio-codec` dependency from `tokio` (#397)Carl Lerche
2018-06-06Bump version to v0.1.7 (#396)Carl Lerche
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-05-29Remove futures2 crate (#380)Carl Lerche
2018-05-14Import tokio-uds (#365)Carl Lerche
2018-05-02Fix some dependency versions (#337)Carl Lerche
2018-05-02Bump version to v0.1.6 (#336)Carl Lerche
2018-05-02Filesystem manipulation APIs. (#323)Carl Lerche
2018-05-02Remove `futures2` feature from Cargo.toml files (#334)Carl Lerche
2018-04-04Update Cargo.toml (#293)David
2018-04-01Fix Appveyor badge on crates.io page (#280)Roman
2018-03-30Actually bump tokio to v0.1.5 (#273)Carl Lerche
2018-03-30Fix tokio dependency versions (#272)Carl Lerche
2018-03-30Integrate timers with runtime. (#266)Carl Lerche
2018-03-28Provide a timer implementation (#249)Carl Lerche
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-09Relicense Tokio exclusively under the MIT license. (#215)Carl Lerche
2018-03-09Bump version to v0.1.3 (#213)Carl Lerche
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-03-08Depend on latest release of Mio (#198)Carl Lerche
2018-03-07Improve `poll_read_ready` implementation (#193)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-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche
2018-02-09Bump version to v0.1.1 (#131)Carl Lerche
2018-02-07Update the required Mio point release. (#120)Carl Lerche
2018-02-07Prepare for tokio 0.1 release (#119)Carl Lerche
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche
2018-02-01Track futures tokio-reform branch (#88)Carl Lerche
2018-01-31Move tokio-io into the git repository. (#96)Carl Lerche
2018-01-30Add CHANGELOG stub.Carl Lerche
2018-01-30Remove &addr arg from TcpListener::from_std (#92)Carl Lerche
2018-01-26Merge remote-tracking branch 'core/master' into new-crateCarl Lerche
2018-01-18Add debug logs for how long dispatch takes (#81)Alex Crichton
2018-01-08Bump to 0.1.12Alex Crichton
2018-01-08add TcpStream::peek (#291)Sean McArthur
2018-01-02Bump dependencies (#289)Bastien Orivel
2017-12-11Bump to v0.1.11Carl Lerche
2017-12-05Add TcpListener::accept_std as a methodAlex Crichton
2017-11-17Make Handle `Send + Sync`. (#35)Carl Lerche
2017-11-16bump futures to 0.1.16Alan Somers