summaryrefslogtreecommitdiffstats
path: root/tokio-timer
AgeCommit message (Expand)Author
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-09-20fix deprecation warning in test for FutureExt::deadline() (#651)Sven Marnach
2018-09-19tokio-timer: reset timeout after elapsed in stream (#648)RT
2018-08-30guide: add a testing section to the contributing guide (#598)Carl Lerche
2018-08-28Fix a few typos in timer docs. (#569)Jason Davies
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-24Bump version to v0.1.8 (#566)Carl Lerche
2018-08-22Introduce `Timeout` and deprecate `Deadline`. (#558)Carl Lerche
2018-08-21timer: Reduce size of `Delay` struct (#554)Carl Lerche
2018-08-20Add DelayQueue implementation to tokio-timer (#550)Carl Lerche
2018-08-20Implement `Default` for `tokio_timer::Handle` (#553)Carl Lerche
2018-08-10Routine dependencies update (#533)Mateusz Mikuła
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-07-23Add Interval::interval shortcut for a better usability (#492)Douman
2018-07-22General rustdoc improvements (#450)David Kellum
2018-06-13Fix some broken doc links (#413)Carl Lerche
2018-06-06Bump version to v0.1.7 (#396)Carl Lerche
2018-06-06Another attempt at abstracting `Instant::now` (#381)Carl Lerche
2018-05-11timer: add sleep free function (#347)sbstp
2018-05-08Fix typos (#348)Julian Tescher
2018-05-02Bump version to v0.1.6 (#336)Carl Lerche
2018-05-01 Timer: always park nested Park (#327)Stefan Bühler
2018-04-10Add additional timer::Error docs. (#311)Carl Lerche
2018-04-02Bump tokio-timer to v0.2.1 (#287)Carl Lerche
2018-04-02Fix tokio-timer on 32bit systems (#274)Daniel Griffen
2018-03-30Bump version to v0.1.5 (#271)Carl Lerche
2018-03-30Rename `Sleep` to `Delay` (#270)Carl Lerche
2018-03-28Provide a timer implementation (#249)Carl Lerche