summaryrefslogtreecommitdiff
path: root/sd_daemon/watchdog.go
AgeCommit message (Collapse)Author
2019-08-14License auditLuke Shumaker
- Add comments about what versions things reference. This is not needed for compliance, but it makes auditing easier. - notify.go erroneously mentioned 2014 in the list of years for Docker's copyright. - Docker's required NOTICE for notify.go was missing.
2018-12-07sd_daemon.WatchdogEnabled: Update example in doc commentLuke Shumaker
The docs still used the used the pre-da323d620 (2017-01-18) notify function signature.
2016-12-19Improve documentation.Luke Shumaker
2016-12-18Implement almost all of sd-daemon. BREAKING CHANGES.v0.2.0Luke Shumaker
This does not include the sd_is_* utility functions. BREAKING CHANGES: - The import name is now "sd_daemon" instead of "sd". - The logger interface is now entirely different. - Notify now takes more arguments.