summaryrefslogtreecommitdiff
path: root/sd_daemon/listen_fds.go
AgeCommit message (Collapse)Author
2023-12-17sd_daemon.ListenFds: Update the doc commentmainLuke T. Shumaker
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-19Use golang.org/x/sys/unix instead of the deprecated syscall.Luke Shumaker
2016-12-18gofmtLuke 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.
2016-07-22oopsLuke Shumaker
2016-07-22ListenFds: Detect file names from LISTEN_FDNAMES.Luke Shumaker
2015-11-23gometalinterLuke Shumaker
2015-11-03*sigh* avoid reliance on systemd headers.Luke Shumaker
What I'd really like to do is have `go generate` download the headers if they aren't on the system. But, that will have to be a later commit.
2015-09-18Massive documentation and copyright clean-up.Luke Shumaker
2015-08-26clean upLuke Shumaker