summaryrefslogtreecommitdiffstats
path: root/tokio-reactor
AgeCommit message (Expand)Author
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