1. 1eb97d9 Convert to standard CLI11 argument parser by William A. Kennington III · 6 years ago
  2. f505fc0 Convert to using sdeventplus by William A. Kennington III · 6 years ago
  3. 7036c56 watchdog: Handle systemd StartUnit errors by William A. Kennington III · 6 years ago
  4. d4cbc5a test/watchdog: Test interval update by William A. Kennington III · 6 years ago
  5. c2c26ce mainapp: Detect duplicate action targets by William A. Kennington III · 6 years ago
  6. 3bb2f40 Standardize Action -> Target Map Type by William A. Kennington III · 6 years ago
  7. 73c2cfb Switch to C++17 by William A. Kennington III · 6 years ago
  8. 8f6c515 add .clang-format by Patrick Venture · 6 years ago
  9. d535308 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  10. 1726df6 Implement ResetTimeRemaining Method by William A. Kennington III · 6 years ago
  11. 7512a12 Spelling fixes by Gunnar Mills · 6 years ago
  12. 2235219 Implement a flag to enable fallback always by William A. Kennington III · 6 years ago
  13. d133108 Implement a fallback watchdog option by William A. Kennington III · 6 years ago
  14. 825f498 watchdog: Rewrite timeoutHandler() to make disabling part of the timeout by William A. Kennington III · 6 years ago
  15. 8cd3839 tests/watchdog: Cleanup our use of durations by William A. Kennington III · 6 years ago
  16. 25c1b20 tests/watchdog: Make sure the watchdog can be configured while disabled by William A. Kennington III · 6 years ago
  17. 99c69de tests/watchdog: Add a helper for counting down with the watchdog by William A. Kennington III · 6 years ago
  18. 0650a3f watchdog: Add a function to tell us if the timer is running by William A. Kennington III · 6 years ago
  19. 5e3f877 watchdog: Refactor timeRemaining by William A. Kennington III · 6 years ago
  20. 1c9515f watchdog: timeRemaining doesn't need to check enabled by William A. Kennington III · 6 years ago
  21. ab17520 tests: Make private members protected by William A. Kennington III · 6 years ago
  22. f0fe2d6 test/watchdog: Use a unique_ptr for the watchdog by William A. Kennington III · 6 years ago
  23. d5d1483 tests: Convert EXPECT_EQ(bool -> EXPECT_{TRUE,FALSE} by William A. Kennington III · 6 years ago
  24. 1292643 argument: Fix alignment of help text by William A. Kennington III · 6 years ago
  25. 7df4b5d argument: Fix missing action_target by William A. Kennington III · 6 years ago
  26. 180b690 argument: Fix help output spacing by William A. Kennington III · 6 years ago
  27. be9bec1 timer: Add missing functional include by Brad Bishop · 6 years ago
  28. 27df4b5 mainapp: Parse action -> target mappings on the command line by William A. Kennington III · 6 years ago
  29. 9397526 mainapp: Print out the action -> target map at startup by William A. Kennington III · 6 years ago
  30. 1232a15 watchdog: Support multiple timeout actions by William A. Kennington III · 6 years ago
  31. 41d63a0 test/Makefile: Build test sources using automake targets by William A. Kennington III · 6 years ago
  32. 5d30718 argument: Support multiple arguments by William A. Kennington III · 6 years ago
  33. 63eeef1 Revert "watchdog: Log watchdog updates for debug" by William A. Kennington III · 6 years ago
  34. e335ed9 argument: Implement test cases by William A. Kennington III · 6 years ago
  35. 6c094a2 argument: Clean up argv types to match standard definitions by William A. Kennington III · 6 years ago
  36. e2aab94 configure/make: Allow googletest from pkg-config by William A. Kennington III · 6 years ago
  37. a55c725 argument: Fix use of optarg by William A. Kennington III · 6 years ago
  38. 36a318c argument: Continue doesn't take an argument by William A. Kennington III · 6 years ago
  39. 955629d argument: Fix flag typo by William A. Kennington III · 6 years ago
  40. 539f560 watchdog: Log watchdog updates for debug by William A. Kennington III · 6 years ago
  41. 8728491 argument: Reset optind before using getopt by William A. Kennington III · 6 years ago
  42. bfe5cb8 Spelling fixes by Gunnar Mills · 7 years ago
  43. 9681634 Don't set Interval by setting TimeRemaining by Patrick Venture · 7 years ago
  44. 09eebe3 Add option for daemon to continue running after timeout by Patrick Venture · 7 years ago
  45. 50c3094 Remove logging Watchdog reset request by Vishwanatha Subbanna · 7 years ago
  46. f2309dd Update Interval when timeRemaining is updated by Vishwanatha Subbanna · 7 years ago
  47. f00d0db Add .gitignore file by Vishwanatha Subbanna · 7 years ago
  48. 4d5ef3f Commit error and exit the application on error scenarios by Vishwanatha Subbanna · 7 years ago
  49. 00bd377 Add Gtest to test watchdog by Vishwanatha Subbanna · 7 years ago
  50. 3473d70 Call systemd target on timer expiration by Vishwanatha Subbanna · 7 years ago
  51. 8c5a229 Invoke optional callback function on timer expiration by Vishwanatha Subbanna · 7 years ago
  52. d7a3f13 Implement Watchdog interface by Vishwanatha Subbanna · 7 years ago
  53. 7e14655 Add timer class support by Vishwanatha Subbanna · 7 years ago
  54. 15b1dc1 Add code to accept command line arguments by Vishwanatha Subbanna · 7 years ago
  55. 7815425 Initial commit by Patrick Williams · 7 years ago