summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-24Merge branch 'release' into release.tmpHEADv0.6.0releaseLuke Shumaker
2021-08-24Generate artifactsLuke Shumaker
2021-08-24empty commitLuke Shumaker
2021-08-24Add meta-files to work with Go modulesmasterLuke Shumaker
2018-04-25Improve godocLuke Shumaker
2017-12-19nslcd_{systemd,server}: log more thingsLuke Shumaker
2017-12-18nslcd_systemd: make the connection a param in the handler closureLuke Shumaker
2017-12-18nslcd_systemd: give each connection a unique ID prefix for loggingLuke Shumaker
2017-12-18use contexts for loggingLuke Shumaker
2017-12-18nslcd_{server,systemd}: BREAKING CHANGE: use contextsLuke Shumaker
2017-12-18gofmt nslcd_systemd/misc_test.goLuke Shumaker
2017-12-18nslcd_systemd: return EXIT_NETWORK for network errorsLuke Shumaker
2017-12-18nslcd_systemd: don't call err.Error() unnecessarilyLuke Shumaker
2017-12-18type_nilbackend.go.gen: use variables to shorten crazy-long lineLuke Shumaker
2017-12-18nslcd_server: respect all values if limits.Timeout < limits.ReadTimeout + lim...Luke Shumaker
2017-09-08nslcd_systemd: add `import "os"` to the example in the docsLuke Shumaker
2017-09-08nslcd_server: Add a request size limitLuke Shumaker
2017-09-08add a test for tricking the server into allocating huge buffersLuke Shumaker
2017-09-08test: clean up, create a parameterized testDriver()Luke Shumaker
2017-09-08nslcd_{server,systemd}: FIX, BREAKING CHANGE: add limitsLuke Shumaker
2017-09-08nslcd_systemd: FIX: avoid a race conditionLuke Shumaker
2017-09-08nslcd_server: FIX: HandleRequest(): error handlingLuke Shumaker
2017-09-08add testsLuke Shumaker
2017-09-08nslcd_proto: BREAKING CHANGE: Rethink the panic strategyLuke Shumaker
2017-09-08nslcd_systemd: say "temporary error" when logging a temporary net errorLuke Shumaker
2017-09-08nslcd_systemd: backoff on temporary net errorsLuke Shumaker
2017-09-08nslcd_systemd: Don't spew errors about "closed network socket" while stoppingLuke Shumaker
2017-09-08nslcd_systemd: Allow permanent network errors to make us exitLuke Shumaker
2017-09-08nslcd_systemd: Use go 1.9 syscall.RawConn to implement getpeercred()Luke Shumaker
2017-09-08nslcd_systemd: log a notice when reloadingLuke Shumaker
2017-09-08nslcd_proto: Add some doc commentsLuke Shumaker
2017-09-04add canonical import pathsLuke Shumaker
2017-09-03nslcd_proto: fix typo in package descriptionLuke Shumaker
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