summaryrefslogtreecommitdiffstats
path: root/tokio-reactor
AgeCommit message (Expand)Author
2018-08-27add experimental async/await support. (#582)Carl Lerche
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-08-09Use a scalable RW lock in tokio-reactor (#517)Stjepan Glavina
2018-08-07Implement Error for a few error types (#511)Stjepan Glavina
2018-08-07Fix more rustdoc links (#518)David Kellum
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-07-30Small fixes (#508)Stjepan Glavina
2018-06-13Bump version of a number of sub crates (#414)Carl Lerche
2018-06-13Fix some broken doc links (#413)Carl Lerche
2018-06-12Fix a deadlock that can happen when shutting down (#409)Carl Lerche
2018-06-11Fix typo in comment (#402)Alyssa Ross
2018-05-14Remove fuchsia references as it is not supported. (#355)Carl Lerche
2018-05-14Document Handle::default() behavior (#359)main()
2018-05-11Handle::default() should lazily bind to reactor. (#350)Carl Lerche
2018-05-08Fix typos (#348)Julian Tescher
2018-05-02Remove `futures2` feature from Cargo.toml files (#334)Carl Lerche
2018-03-27Fix unstable-futures feature flag propagation (#261)Sam Rijs
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-22Fix a typo in tokio_reactor::PollEvented (#250)Denis
2018-03-22Fix race condition related bugs (#243)Carl Lerche
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-13Reduce AtomicTask spurious notifications (#227)Carl Lerche
2018-03-13Add LICENSE file to all sub crates (#226)Carl Lerche
2018-03-09Relicense Tokio exclusively under the MIT license. (#215)Carl Lerche
2018-03-09tokio-reactor: bump mio to 0.6.14 (#204)Igor Gnatenko
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-03-07Improve `poll_read_ready` implementation (#193)Carl Lerche
2018-03-06Explicitly deregister I/O resources on drop (#189)Carl Lerche
2018-03-02Extract the reactor to a dedicated crate. (#169)Carl Lerche