summaryrefslogtreecommitdiffstats
path: root/tokio-signal
AgeCommit message (Expand)Author
2019-08-17signal: move into tokio-net (#1463)Carl Lerche
2019-08-15signal: rename SignalKind methods (#1457)Ivan Petkov
2019-08-15net: reorganize crate in anticipation of #1264 (#1453)Carl Lerche
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-13signal: Add SignalKind for registering signals more easily (#1430)Ivan Petkov
2019-08-13signal: remove driver task for Windows event implementation (#1429)Ivan Petkov
2019-08-10chore: update futures-preview to 0.3.0-alpha.18 (#1427)Taiki Endo
2019-08-11chore: apply unreachable_pub and missing_debug_implementations to all crates ...Taiki Endo
2019-08-11chore: bump to newer nightly (#1426)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-07chore: enable full CI run (#1399)Carl Lerche
2019-07-30signal: Change constructors to return a result instead of lazy future (#1340)Ivan Petkov
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-20signal: change unix::Signal to return () instead of signum (#1330)Ivan Petkov
2019-07-20signal: replace `windows::Event` with `windows::CtrlBreak` (#1331)Ivan Petkov
2019-07-20chore: remove redundant field names in struct literals (#1334)Taiki Endo
2019-07-10tokio: update threaded runtime to std::future (#1280)Carl Lerche
2019-07-10chore: remove usage of deprecated ONCE_INIT (#1281)Taiki Endo
2019-07-09signal: Replace `ctrl_c` with a `CtrlC` struct (#1273)Ivan Petkov
2019-07-07signal: update instructions in Ctrl-C example (#1270)Thomas Lacroix
2019-07-04chore: Update futures-preview to 0.3.0-alpha.17 (#1267)Taiki Endo
2019-07-03signal: migrate to std::futures (#1218)Ivan Petkov
2019-06-25signal: factor out event delivery into its own module to share between Unix a...Ivan Petkov
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-28signal: Smaller dependency (#1069)Michal 'vorner' Vaner
2019-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-01Replace try! macro with ? operator (#1024)Taiki Endo
2019-04-01signal: refactor Windows registrations to be lazy (#1001)Ivan Petkov
2019-03-22Bump Tokio version to v0.1.18 (#997)Carl Lerche
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-13signal: Fix deprecated use of `Handle::current` (#981)Lucio Franco
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2018-11-21Bump version to v0.1.13 (#771)Carl Lerche
2018-11-20tests: handle errors properly in examples (#748)Liran Ringel
2018-11-16signal: miscellaneous tweaks and improvements (#751)Ivan Petkov
2018-10-23Bump version to 0.1.12 (#718)Carl Lerche
2018-10-23signal: Bump version to 0.2.6 (#714)Ivan Petkov
2018-09-14signal: Remove Apache licenseMichal 'vorner' Vaner
2018-09-14signal: Fix tests after importing & linkingMichal 'vorner' Vaner
2018-09-14signal: Link tokio-signal and tokio cratesMichal 'vorner' Vaner
2018-09-14signal: Move to tokio-signal subdirectoryMichal 'vorner' Vaner