about summary refs log tree commit diff stats
path: root/internal/website
Commit message (Expand)AuthorAgeLines
* extract logging libraryAlan Pearce2024-06-30-2/+2
* enable filtered debug logging via DEBUG="component.*"Alan Pearce2024-06-29-6/+8
* change error packageAlan Pearce2024-06-29-2/+2
* rename go moduleAlan Pearce2024-06-29-5/+6
* simplify output directory treeAlan Pearce2024-06-28-4/+2
* use pointer to config in builder & templatesAlan Pearce2024-06-27-1/+1
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce2024-06-27-2/+2
* make error pages dynamicAlan Pearce2024-06-26-10/+5
* fix early panicAlan Pearce2024-06-25-0/+1
* refactor/formatAlan Pearce2024-06-25-3/+7
* make 404 page dynamicAlan Pearce2024-06-24-5/+17
* fix and simplify content-encoding negotiationAlan Pearce2024-06-23-9/+15
* serve pre-compressed files according to accept-encodingAlan Pearce2024-06-23-20/+49
* refactor: lint with golangci-lintAlan Pearce2024-05-22-3/+12
* refactor: split server and muxAlan Pearce2024-05-22-0/+196