summaryrefslogtreecommitdiffstats
path: root/watchdog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert to using sdeventplusWilliam A. Kennington III2018-10-051-34/+10
* watchdog: Handle systemd StartUnit errorsWilliam A. Kennington III2018-10-041-6/+24
* Standardize Action -> Target Map TypeWilliam A. Kennington III2018-09-171-2/+2
* add .clang-formatPatrick Venture2018-09-111-23/+19
* Implement ResetTimeRemaining MethodWilliam A. Kennington III2018-04-271-0/+9
* Implement a flag to enable fallback alwaysWilliam A. Kennington III2018-03-071-1/+1
* Implement a fallback watchdog optionWilliam A. Kennington III2018-03-071-7/+36
* watchdog: Rewrite timeoutHandler() to make disabling part of the timeoutWilliam A. Kennington III2018-03-071-33/+51
* watchdog: Add a function to tell us if the timer is runningWilliam A. Kennington III2018-03-071-2/+2
* watchdog: Refactor timeRemainingWilliam A. Kennington III2018-03-071-15/+9
* watchdog: timeRemaining doesn't need to check enabledWilliam A. Kennington III2018-03-071-17/+14
* watchdog: Support multiple timeout actionsWilliam A. Kennington III2018-02-151-10/+19
* Revert "watchdog: Log watchdog updates for debug"William A. Kennington III2018-02-061-3/+0
* watchdog: Log watchdog updates for debugWilliam A. Kennington III2018-01-291-0/+3
* Don't set Interval by setting TimeRemainingPatrick Venture2017-09-121-3/+0
* Add option for daemon to continue running after timeoutPatrick Venture2017-08-231-0/+1
* Remove logging Watchdog reset requestVishwanatha Subbanna2017-06-151-3/+0
* Update Interval when timeRemaining is updatedVishwanatha Subbanna2017-06-081-0/+3
* Add Gtest to test watchdogVishwanatha Subbanna2017-06-061-3/+3
* Call systemd target on timer expirationVishwanatha Subbanna2017-06-051-3/+17
* Invoke optional callback function on timer expirationVishwanatha Subbanna2017-06-021-1/+8
* Implement Watchdog interfaceVishwanatha Subbanna2017-06-021-0/+96
OpenPOWER on IntegriCloud