about summary refs log tree commit diff stats
path: root/internal/server/mux.go
Commit message (Expand)AuthorAgeLines
* refactor: rename go moduleAlan Pearce2024-06-29-5/+5
* refactor: use encoding/xml for OpenSearchDescriptionAlan Pearce2024-06-21-27/+25
* refactor: switch to templ for HTML templatesAlan Pearce2024-06-21-54/+39
* feat: add detail pages for packages/optionsAlan Pearce2024-06-08-0/+62
* feat: use stale-while-revalidate instead of immutable asset pathsAlan Pearce2024-06-03-4/+4
* feat: serve assets via immutable pathsAlan Pearce2024-05-31-3/+10
* build: re-enable asset reloading in devAlan Pearce2024-05-31-1/+7
* feat: enable sub-resource integrity for assetsAlan Pearce2024-05-30-0/+4
* build: just use nix version as internal versionAlan Pearce2024-05-25-14/+0
* fix: check for nil pointers in NewMuxAlan Pearce2024-05-24-0/+6
* fix: missing last page of search resultsAlan Pearce2024-05-17-1/+2
* feat: support searching packagesAlan Pearce2024-05-17-102/+106
* refactor: use interface to unify Options and PackagesAlan Pearce2024-05-16-3/+3
* feat: add caching header (except on error pages)Alan Pearce2024-05-15-1/+10
* feat: monitor import jobs via sentryAlan Pearce2024-05-15-12/+1
* feat: add browser search engines via opensearch descriptionAlan Pearce2024-05-15-0/+36
* style: use consistent naming for config valueAlan Pearce2024-05-15-21/+21
* feat: render HTML error pagesAlan Pearce2024-05-15-12/+18
* refactor(templates): render partials with less hackinessAlan Pearce2024-05-15-3/+3
* 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