summaryrefslogtreecommitdiff
path: root/sd_daemon/booted.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.
2016-12-27Documentation improvements.Luke Shumaker
Also, I renamed a couple of the sd_id128 functions for better clarity. But since I haven't pushed since originally implementing them, I'm not labeling it as a breaking change.
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.