summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-03nslcd_systemd: whoops, missed one of the dead assignmentsLuke Shumaker
2017-05-14remove dead assignmentsLuke Shumaker
2017-05-12Have the Makefile be AutoThing friendly.Luke Shumaker
2017-01-18Update for change in sd_notify.Luke Shumaker
2017-01-14Rename packages: lukeshu.com/git/go/*.git -> git.lukeshu.com/go/*Luke Shumaker
2017-01-02Tidy: make a private var const instead of varLuke Shumaker
2017-01-01tidy MakefilesLuke Shumaker
2017-01-01Update for new libsystemd.Luke Shumaker
2016-12-19Use x/sys/unix instead of the deprecated syscall. BREAKING CHANGE.Luke Shumaker
2016-12-18Rename packages to make goimports happy. BREAKING CHANGE.Luke Shumaker
2016-12-18Adjust to the new libsystemd.git/sd_daemon interface.Luke Shumaker
2016-12-18Add BUG comments about unchecked lengths.Luke Shumaker
2016-10-15simplify Makefiles for go generateLuke Shumaker
2016-06-18go back to using plain stringsLuke Shumaker
2016-06-18revert the last commitLuke Shumaker
2016-06-18Use a pool of byte arrays to reduce GC pressure.Luke Shumaker
2016-06-18Shoot, I needed to use ReadFull, not Read. Amature mistake.Luke Shumaker
2016-06-18fix a package name in an error messageLuke Shumaker
2016-06-18goimportsLuke Shumaker
2016-06-18Write a mutable String class to avoid memory usage issues. Safer logging.Luke Shumaker
2016-06-17Correctly handle 0-length byte arrays in IO.Luke Shumaker
2016-06-17disable_nss_module is too close to Arthur's version to not mention copyrightLuke Shumaker
2016-06-15oops, fix the last commitLuke Shumaker
2016-06-15re-do the Makefile to be autothing-compatible.Luke Shumaker
2015-11-08gofmtLuke Shumaker
2015-11-08tidy MakefileLuke Shumaker
2015-11-08add readme.goLuke Shumaker
2015-11-07fix import pathsLuke Shumaker
2015-10-26dlfcn: return raw unsafe.PointerLuke Shumaker
2015-10-26go vet thinks that `panic("not reached")` isn't reachable, so remove it.Luke Shumaker
2015-09-18Only clean `generate` targets on maintainer-cleanLuke Shumaker
2015-09-18Massive documentation and copyright clean-up.Luke Shumaker