summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-29Include a manually built runtime example (#306)Michal 'vorner' Vaner
2018-05-29Unpin Rust nightly version (#379)Carl Lerche
2018-05-24Fix bug related to spawning optimization (#375)Carl Lerche
2018-05-23Fix a small typo in README.md (#373)Roman Zeyde
2018-05-22Fix Runtime::new's doc link to tokio::run (#371)Chris Pick
2018-05-22tokio-io: Fix the link to the repository (#372)Rijenkii
2018-05-14Import tokio-uds (#365)Carl Lerche
2018-05-14Remove fuchsia references as it is not supported. (#355)Carl Lerche
2018-05-14Add Gitter badge to README (#358)Carl Lerche
2018-05-14Document Handle::default() behavior (#359)main()
2018-05-14Fix typo in doc comment. (#361)Jason Davies
2018-05-11timer: add sleep free function (#347)sbstp
2018-05-11Handle::default() should lazily bind to reactor. (#350)Carl Lerche
2018-05-11Fixed broken link in tokio-fs documentation (#352)Marek Kotewicz
2018-05-08Fix typo in documentation (#346)Thijs Vermeir
2018-05-08Fix typos (#348)Julian Tescher
2018-05-04Fix typo in documentation (#341)Thijs Vermeir
2018-05-03Fix typo in documentation (#338)Thijs Vermeir
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-05-02Current thread runtime (#308)Roman
2018-05-01 Timer: always park nested Park (#327)Stefan Bühler
2018-05-01current_thread: make underlying `Park` instance accessibleStefan Bühler
2018-05-01tokio-io: require bytes-0.4.7 for Buf::get_uint_beStefan Bühler
2018-04-30Stop using deprecated bytes APIs in tests (#324) (#331)Roman
2018-04-28Stop using deprecated bytes APIs (#324)Carl Lerche
2018-04-25Make CurrentThread::turn() more fair by always parking with 0 timeout… (#313)Sebastian Dröge
2018-04-15Threadpool blocking (#317)Carl Lerche
2018-04-10Add additional timer::Error docs. (#311)Carl Lerche
2018-04-10Fix warning: variable does not need to be mutable (#309)Roman
2018-04-10Add example that prints each packet from tcp client (#301)Roman
2018-04-08Update futures2 to use the futures 0.2 release (#304)Sam Rijs
2018-04-05Refactor threadpool task types (#300)Carl Lerche
2018-04-04ThreadPool refactoring (#299)Carl Lerche
2018-04-04Add arc::Weak to tsan filter. (#298)Carl Lerche
2018-04-04Update Cargo.toml (#293)David
2018-04-04threadpool: bump minimal version of executor (#292)Igor Gnatenko
2018-04-04re-export io::{ReadHalf/WriteHalf} timer::Error (#290)Leandro Pacheco
2018-04-04Build 32/64-bit Linux and FreeBSD on Travis CI (#286)Roman
2018-04-03Threadpool refactor (#294)Carl Lerche
2018-04-02Fix typo (#275)Kam Y. Tse
2018-04-02Bump tokio-timer to v0.2.1 (#287)Carl Lerche
2018-04-02Build both x86 and x64 on Windows (#282)Roman
2018-04-02fix panic in chat example (#279)laizy
2018-04-02Fix unused variable in tokio-threadpool\tests\threadpool.rs:581:9 (#284)Roman
2018-04-02Fix tokio-timer on 32bit systems (#274)Daniel Griffen
2018-04-01Fix Appveyor badge on crates.io page (#280)Roman
2018-03-30Actually bump tokio to v0.1.5 (#273)Carl Lerche