Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-22 | sd_daemon/log.go: Shave off a byte, fix a comment. | Luke Shumaker | |
2016-12-19 | Improve documentation. | Luke Shumaker | |
2016-12-19 | Whoops, methods need to be on *Logger, not Logger | Luke Shumaker | |
2016-12-18 | sd_daemon/log: cheapen WriteString/WriteBytes. | Luke Shumaker | |
2016-12-18 | gofmt | Luke Shumaker | |
2016-12-18 | Implement almost all of sd-daemon. BREAKING CHANGES.v0.2.0 | Luke 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. |