summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
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
2017-10-30Rename crate to tokioCarl Lerche
2017-10-05Bump to 0.1.10Alex Crichton
2017-09-11Add an example of compressing on a CPU poolAlex Crichton
2017-09-10Add a "tiny" HTTP exampleAlex Crichton
2017-09-10Add a multithreaded echo server exampleAlex Crichton
2017-09-07bump slab to 0.4.0Travis Bischel
2017-08-24Update futures dependencyAlex Crichton
2017-07-31[fuchsia] Config changes to build on FuchsiaRaph Levien
2017-07-24Bump to 0.1.9Alex Crichton
2017-06-16bump env_logger to 0.4Igor Gnatenko
2017-06-07Bump to 0.1.8Alex Crichton
2017-05-30Update tokio-core with new task systemAlex Crichton
2017-05-27Expose TCP socket optionsCarl Lerche
2017-05-19Update to latest mio versionAlex Crichton
2017-05-08Bump to 0.1.7Alex Crichton
2017-03-15Bump to 0.1.6Alex Crichton
2017-03-15Bump to 0.1.5Alex Crichton
2017-03-15Migrate to using tokio-ioAlex Crichton
2017-01-24Touch up TcpStream::from_streamAlex Crichton
2017-01-23Update crates.io metadataAlex Crichton
2017-01-23Bump to 0.1.4Alex Crichton
2017-01-23Remove extraneous `clone` in RemoteAlex Crichton
2017-01-11Update docs/homepage linkAlex Crichton
2017-01-09Update docs to docs.rsAlex Crichton
2017-01-06Bump to 0.1.3Alex Crichton
2016-12-19Bump to 0.1.2Alex Crichton