aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-04Do not crash if chmod fails on UNIX socketGrégoire Duchêne
2022-01-04Send empty response when redirecting to pkg.go.devGrégoire Duchêne
2021-10-31Migrate to the new syntax for build tagsGrégoire Duchêne
Also, upgrade dependencies.
2021-07-04Bump PKGBUILD version to v0.2.0Grégoire Duchêne
2021-07-04Use SPDX tagsv0.2.0Grégoire Duchêne
2021-07-04Reorder configuration sectionsGrégoire Duchêne
2021-07-04Add systemd socket supportGrégoire Duchêne
2021-07-04Simplify project structureGrégoire Duchêne
2021-02-19Use Git tags in PKGBUILDGrégoire Duchêne
2021-02-19Use URL.Query.Getv0.1.0Grégoire Duchêne
2021-02-19Add DockerfileGrégoire Duchêne
2021-02-19Update modulesGrégoire Duchêne
2021-02-19Use fmt.Fprint to write the body and log any errorGrégoire Duchêne
2021-02-19Use Header.Set to set headersGrégoire Duchêne
2021-02-19Redirect to pkg.go.dev instead of godoc.orgGrégoire Duchêne
See https://blog.golang.org/pkg.go.dev-2020, godoc.org is being replaced by pkg.go.dev.
2020-04-23Add Arch Linux PKGBUILDGrégoire Duchêne
2020-04-23Use golang.org/x/sys/unix instead of syscallGrégoire Duchêne
See https://golang.org/s/go1.4-syscall for more details.
2020-04-14Use multi-user.target instead of default.targetGrégoire Duchêne
2020-04-12Update dependenciesGrégoire Duchêne
2020-04-12Put both entry points in the same directoryGrégoire Duchêne
2020-04-11Add systemd service unit configurationGrégoire Duchêne
2020-04-10Merge ADDR and PORTGrégoire Duchêne
2020-04-10Allow ADDR to be a path to a UNIX socketGrégoire Duchêne
2020-04-03Gracefully shut down the serverGrégoire Duchêne
2020-04-02Reject non-GET requestsGrégoire Duchêne
2020-03-26Standardize the project layoutGrégoire Duchêne
https://github.com/golang-standards/project-layout seems sensible.
2020-03-26Add a few test cases to libGrégoire Duchêne
2020-03-26Allow listening on a specific addressGrégoire Duchêne
The address is read from the ADDR environment variable. Defaults to every address.
2019-11-11Update dependenciesGrégoire Duchêne
2019-09-09Add a version for GCP Cloud RunGrégoire Duchêne
2019-09-06Move main.go to aws/Grégoire Duchêne
2019-08-23Update go.sum after running go mod tidyGrégoire Duchêne
2019-08-23Only build Linux binariesGrégoire Duchêne
2019-08-22Add go.mod and go.sumGrégoire Duchêne
2019-08-22Add .gitignoreGrégoire Duchêne
2019-08-22First versionGrégoire Duchêne
2019-08-13First commitGrégoire Duchêne