summaryrefslogtreecommitdiffstats
path: root/tokio-reactor/src/lib.rs
AgeCommit message (Expand)Author
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-08-08chore: prepare for v0.2.0-alpha.1 release (#1410)Lucio Franco
2019-08-06sync: polish and update API doc examples (#1398)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-20chore: remove redundant field names in struct literals (#1334)Taiki Endo
2019-07-16Get rid of Enter for with_default (#1315)Jon Gjengset
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-03-01Bump Tokio to 0.1.16. (#941)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-19tokio-reactor: impl AsRawFd for reactor for unix (#890)Paul Osborne
2019-02-19chore: move doc comments inside macro invocations (#901)Andy Russell
2019-02-14reactor: release write lock before register syscallSean McArthur
2019-02-14reactor: replace AtomicTask with that from tokio-syncSean McArthur
2019-02-09reactor: replace ATOMIC_USIZE_INIT with AtomicUsize::new(0) (#889)Yilin Chen
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-12-28tokio-reactor: deprecates `Handle::current()` (#805)Sean McArthur
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-11-07reactor: reduce log level of loop process (#734)Josh Leverette
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-26async-await: track nightly changes (#661)Carl Lerche
2018-09-26reactor: turn bench-poll into a proper benchmark (#662)Stjepan Glavina
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-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-12Fix a deadlock that can happen when shutting down (#409)Carl Lerche
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-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-22Fix race condition related bugs (#243)Carl Lerche
2018-03-13Simultaneous futures compat (#172)Aaron Turon
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