about summary refs log tree commit diff stats
path: root/internal/server/mux.go
Commit message (Expand)AuthorAgeLines
* perf: move scripts to head to enable fetching in parallelAlan Pearce2024-05-15-5/+5
* build: bake git hash into build for headers and --versionAlan Pearce2024-05-14-0/+14
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-10/+7
* refactor(config): simplify configurationAlan Pearce2024-05-13-41/+24
* feat: allow adding extra HTML to the body via configurationAlan Pearce2024-05-12-17/+18
* refactor: merge search and results pagesAlan Pearce2024-05-12-88/+77
* build: optimise and fix handing of csp headers in dev modeAlan Pearce2024-05-12-3/+4
* refactor: split http.Server and http.ServeMux creationAlan Pearce2024-05-11-0/+292