1. 094ac2f clang-format: re-format for clang-19 by Patrick Williams · 3 days ago master
  2. 6d12acf Fix spelling mistakes using codespell by Manojkiran Eda · 6 months ago
  3. 923a908 clang-format: re-format for clang-18 by Patrick Williams · 4 months ago
  4. e3d2ddc OWNERS: Remove Vishwa by Gunnar Mills · 9 months ago
  5. b078478 meson_options.txt: Support for reading options from meson.options by George Liu · 1 year, 4 months ago
  6. 5c42370 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  7. 6072942 build: upgrade to C++23 by Patrick Williams · 1 year, 5 months ago
  8. 6ac6a34 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  9. d1b1e79 main: Leverage common function for loop by William A. Kennington III · 2 years, 1 month ago
  10. abae97a build: Fixups for local building by William A. Kennington III · 2 years, 1 month ago
  11. fcc0039 phosphor-watchdog: Send Signal None for timout by selvaganapathi · 2 years, 1 month ago
  12. 107e320 clang-ignore: remove unneeded file by Patrick Williams · 2 years, 1 month ago
  13. d6bc8e8 MAINTAINERS: remove file by Patrick Williams · 2 years, 5 months ago
  14. 0f843a8 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 5 months ago
  15. 73bd527 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 5 months ago
  16. 90b4009 meson: simplify dependencies by Patrick Williams · 2 years, 9 months ago
  17. 6f80f80 mainapp: Fix potential bus leak by William A. Kennington III · 3 years ago
  18. 658527b mainapp: Terminate cleanly for TERM and INT by William A. Kennington III · 3 years ago
  19. cf4ce3c phosphor-watchdog: Cleanup CodeChecker Errors by Willy Tu · 3 years ago
  20. 6a54155 Add OWNERS file by Manojkiran Eda · 3 years, 2 months ago
  21. 120bc4c catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  22. 15c5bd1 exception: switch to public sdbus exception by Patrick Williams · 3 years, 4 months ago
  23. 9ef0d0f watchdog: Add signal for timeout event by Willy Tu · 3 years, 6 months ago
  24. 61bc6cd Fix klocwork issues by Jae Hyun Yoo · 3 years, 6 months ago
  25. 86e09d7 build: Subproject support by William A. Kennington III · 3 years, 6 months ago
  26. afc369a watchdog: support a default interval parameter by Andrew Geissler · 3 years, 7 months ago
  27. 459b6c7 mainapp: Fix postcode path by William A. Kennington III · 3 years, 7 months ago
  28. 4250639 Move source into src directory by William A. Kennington III · 3 years, 8 months ago
  29. 287105c test/watchdog: Remove separate header by William A. Kennington III · 3 years, 8 months ago
  30. 0d7e3d7 meson: Move to c++20 by William A. Kennington III · 3 years, 8 months ago
  31. b76d5e2 meson: Add missing CLI11 check and subproject support by William A. Kennington III · 3 years, 8 months ago
  32. a8f5911 meson: Use subprojects where possible by William A. Kennington III · 3 years, 8 months ago
  33. 080ffd7 meson: Propagate watchdog library dependencies by William A. Kennington III · 3 years, 8 months ago
  34. 8f608ba meson: Remove explicit werror override by William A. Kennington III · 3 years, 8 months ago
  35. 0b3c389 meson: Fixup formatting by William A. Kennington III · 3 years, 8 months ago
  36. 18d3e65 MAINTAINERS: Remove Deepak by Deepak Kodihalli · 4 years, 1 month ago
  37. 1859eeb test/watchdog: Fix multi-object acquisition by William A. Kennington III · 3 years, 8 months ago
  38. 0868375 Fix minInterval option by Kun Yi · 5 years ago
  39. e8e11c6 Test min interval is used when setting remaining time by Kun Yi · 5 years ago
  40. ef82470 Fix setting remaining time lower than minInterval by Kun Yi · 5 years ago
  41. 50cc956 Add a test for the fallback reset timer case by Kun Yi · 5 years ago
  42. 2e09bb0 Add vishwa as Maintainer by Vishwanatha Subbanna · 5 years ago
  43. c35135d Implementation of minimum watchdog interval. by Ofer Yehielli · 6 years ago
  44. 9062ed1 autotools: Remove by William A. Kennington III · 6 years ago
  45. 47a9ec4 watchdog: Log timer use during expiration by William A. Kennington III · 6 years ago
  46. 26eef26 mainapp: Add an option for watching post codes by William A. Kennington III · 6 years ago
  47. 8c8072a build: install into bin instead of sbin by Patrick Venture · 6 years ago
  48. 50ae4b1 Set expiredTimerUse when timer expired by Yong Li · 6 years ago
  49. b933771 meson: Add alternate build system by William A. Kennington III · 6 years ago
  50. 9767641 build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
  51. 5e35079 test/watchdog: Change the time quantum to 0.1s instead of 1s by William A. Kennington III · 6 years ago
  52. 3964f00 test/watchdog: Define a time quantum type by William A. Kennington III · 6 years ago
  53. 8cf5f64 test/watchdog: Don't use designated initializers by William A. Kennington III · 6 years ago
  54. af60e63 test: Rename watchdog_test to watchdog by William A. Kennington III · 6 years ago
  55. 8d8bc46 mainapp: Fix missing includes by William A. Kennington III · 6 years ago
  56. 1eb97d9 Convert to standard CLI11 argument parser by William A. Kennington III · 6 years ago
  57. f505fc0 Convert to using sdeventplus by William A. Kennington III · 6 years ago
  58. 7036c56 watchdog: Handle systemd StartUnit errors by William A. Kennington III · 6 years ago
  59. d4cbc5a test/watchdog: Test interval update by William A. Kennington III · 6 years ago
  60. c2c26ce mainapp: Detect duplicate action targets by William A. Kennington III · 6 years ago
  61. 3bb2f40 Standardize Action -> Target Map Type by William A. Kennington III · 6 years ago
  62. 73c2cfb Switch to C++17 by William A. Kennington III · 6 years ago
  63. 8f6c515 add .clang-format by Patrick Venture · 6 years ago
  64. d535308 Add MAINTAINERS file by Andrew Jeffery · 7 years ago
  65. 1726df6 Implement ResetTimeRemaining Method by William A. Kennington III · 7 years ago
  66. 7512a12 Spelling fixes by Gunnar Mills · 7 years ago
  67. 2235219 Implement a flag to enable fallback always by William A. Kennington III · 7 years ago
  68. d133108 Implement a fallback watchdog option by William A. Kennington III · 7 years ago
  69. 825f498 watchdog: Rewrite timeoutHandler() to make disabling part of the timeout by William A. Kennington III · 7 years ago
  70. 8cd3839 tests/watchdog: Cleanup our use of durations by William A. Kennington III · 7 years ago
  71. 25c1b20 tests/watchdog: Make sure the watchdog can be configured while disabled by William A. Kennington III · 7 years ago
  72. 99c69de tests/watchdog: Add a helper for counting down with the watchdog by William A. Kennington III · 7 years ago
  73. 0650a3f watchdog: Add a function to tell us if the timer is running by William A. Kennington III · 7 years ago
  74. 5e3f877 watchdog: Refactor timeRemaining by William A. Kennington III · 7 years ago
  75. 1c9515f watchdog: timeRemaining doesn't need to check enabled by William A. Kennington III · 7 years ago
  76. ab17520 tests: Make private members protected by William A. Kennington III · 7 years ago
  77. f0fe2d6 test/watchdog: Use a unique_ptr for the watchdog by William A. Kennington III · 7 years ago
  78. d5d1483 tests: Convert EXPECT_EQ(bool -> EXPECT_{TRUE,FALSE} by William A. Kennington III · 7 years ago
  79. 1292643 argument: Fix alignment of help text by William A. Kennington III · 7 years ago
  80. 7df4b5d argument: Fix missing action_target by William A. Kennington III · 7 years ago
  81. 180b690 argument: Fix help output spacing by William A. Kennington III · 7 years ago
  82. be9bec1 timer: Add missing functional include by Brad Bishop · 7 years ago
  83. 27df4b5 mainapp: Parse action -> target mappings on the command line by William A. Kennington III · 7 years ago
  84. 9397526 mainapp: Print out the action -> target map at startup by William A. Kennington III · 7 years ago
  85. 1232a15 watchdog: Support multiple timeout actions by William A. Kennington III · 7 years ago
  86. 41d63a0 test/Makefile: Build test sources using automake targets by William A. Kennington III · 7 years ago
  87. 5d30718 argument: Support multiple arguments by William A. Kennington III · 7 years ago
  88. 63eeef1 Revert "watchdog: Log watchdog updates for debug" by William A. Kennington III · 7 years ago
  89. e335ed9 argument: Implement test cases by William A. Kennington III · 7 years ago
  90. 6c094a2 argument: Clean up argv types to match standard definitions by William A. Kennington III · 7 years ago
  91. e2aab94 configure/make: Allow googletest from pkg-config by William A. Kennington III · 7 years ago
  92. a55c725 argument: Fix use of optarg by William A. Kennington III · 7 years ago
  93. 36a318c argument: Continue doesn't take an argument by William A. Kennington III · 7 years ago
  94. 955629d argument: Fix flag typo by William A. Kennington III · 7 years ago
  95. 539f560 watchdog: Log watchdog updates for debug by William A. Kennington III · 7 years ago
  96. 8728491 argument: Reset optind before using getopt by William A. Kennington III · 7 years ago
  97. bfe5cb8 Spelling fixes by Gunnar Mills · 7 years ago
  98. 9681634 Don't set Interval by setting TimeRemaining by Patrick Venture · 7 years ago
  99. 09eebe3 Add option for daemon to continue running after timeout by Patrick Venture · 7 years ago
  100. 50c3094 Remove logging Watchdog reset request by Vishwanatha Subbanna · 8 years ago