Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-18 | sd_daemon: Update a comment. | Luke Shumaker | |
2017-01-18 | Fix sd_daemon.Notify | Luke Shumaker | |
I was working with net.UnixConn.WriteMsgUnix() incorrectly. Literally the only example of this I can find in the wild is in CoreOS go-systemd, which does the same thing I did. Unfortunately go-systemd only hits that codepath as a fall-back if the primary code path errors... and the test suite only hits the primary code path. | |||
2016-12-19 | Improve documentation. | Luke Shumaker | |
2016-12-19 | Use golang.org/x/sys/unix instead of the deprecated syscall. | 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. | |||
2015-11-23 | gometalinter | Luke Shumaker | |
2015-09-18 | Massive documentation and copyright clean-up. | Luke Shumaker | |
2015-08-26 | work | Luke Shumaker | |