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