about summary refs log tree commit diff stats
path: root/server.go
Commit message (Expand)AuthorAgeLines
* move server code to cmd/serverAlan Pearce11 days-188/+0
* serve site from filesystem rather than embeddingAlan Pearce11 days-7/+2
* stop macOS firewall prompts in developmentAlan Pearce11 days-1/+1
* support IPv6Alan Pearce11 days-0/+2
* allow listen address to be configuredAlan Pearce11 days-1/+3
* oopsAlan Pearce12 days-1/+1
* send headers from config.tomlAlan Pearce12 days-11/+24
* Brand executable with commit hash for server headerAlan Pearce12 days-1/+3
* server: configure with flags/envvars instead of tomlAlan Pearce13 days-5/+20
* use abstracted FS to get 404 pageAlan Pearce13 days-3/+3
* use unbuffered logs in developmentAlan Pearce13 days-1/+8
* fix logging logicAlan Pearce13 days-1/+1
* disable fiber startup message in productionAlan Pearce14 days-1/+3
* disable logging of healthcheck requestsAlan Pearce14 days-1/+4
* prettify HTMLAlan Pearce14 days-1/+0
* embed filesAlan Pearce14 days-0/+148