about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeLines
* bye bye bunAlan Pearce2024-04-17-667/+0
* wip: render feedsAlan Pearce2024-04-16-283/+0
* wip: render posts and listsAlan Pearce2024-04-16-6/+187
* wip: read postsAlan Pearce2024-04-16-0/+102
* disable auto-sleep (fly will charge for stopped machines soon)Alan Pearce2024-04-16-20/+0
* disallow fetching pre-compressed files directlyAlan Pearce2024-04-16-0/+2
* make GET 404.html return 404, not 200Alan Pearce2024-04-16-1/+5
* fix possible redirect loopAlan Pearce2024-04-16-1/+4
* allow 404 errors to be cachedAlan Pearce2024-04-16-6/+2
* send textual 404 if not accepting text/htmlAlan Pearce2024-04-15-0/+5
* send 404 status...Alan Pearce2024-04-15-0/+1
* sort tagsAlan Pearce2024-04-15-2/+5
* format dates without millisecondsAlan Pearce2024-04-15-5/+9
* Fix tag URI in tagged feedsAlan Pearce2024-04-15-1/+1
* Keep awake for longerAlan Pearce2024-04-12-1/+1
* Simplify metricsAlan Pearce2024-04-12-26/+1
* Remove access loggingAlan Pearce2024-04-12-7/+0
* Remove Sentry tracing (keep error logging)Alan Pearce2024-04-11-23/+0
* Clean up according to TS hintsAlan Pearce2024-04-11-5/+5
* Enable ETag-based browser cachingAlan Pearce2024-04-11-7/+21
* fly: stop running in secondary regions if no meaningful requestsAlan Pearce2024-04-10-2/+24
* Add startup performance metricAlan Pearce2024-04-10-0/+11
* Use log methods instead of consoleAlan Pearce2024-04-09-5/+5
* Fix TypeScript warning about `env` accessAlan Pearce2024-04-09-3/+3
* Normalise case of Host headerAlan Pearce2024-04-07-1/+1
* Record metrics for redirectsAlan Pearce2024-04-07-1/+8
* Make prometheus metric labels strongly typedAlan Pearce2024-04-07-2/+2
* Fix content-encoding checkAlan Pearce2024-04-06-1/+1
* Use console.info for permanent logsAlan Pearce2024-04-06-1/+1
* Purge CSS on a per-template basisAlan Pearce2024-04-04-10/+25
* Log content encoding in all casesAlan Pearce2024-04-04-1/+4
* Add hostname to logging and metricsAlan Pearce2024-04-04-4/+23
* Remove unused importAlan Pearce2024-04-02-1/+0
* posts: "fix" type errorAlan Pearce2024-04-01-1/+1
* templates: don't escape HTML for Atom feed; it's not necessaryAlan Pearce2024-04-01-1/+1
* Replace Bun fs calls with node-compatible moduleAlan Pearce2024-04-01-25/+32
* config: override base_url in developmentAlan Pearce2024-04-01-1/+5
* Use import.meta instead of Bun to get envvarsAlan Pearce2024-04-01-4/+6
* Enable bun watch mode via `bun dev`Alan Pearce2024-04-01-0/+2
* Redirect existing index.html filesAlan Pearce2024-04-01-0/+11
* Merge redirect information into standard log lineAlan Pearce2024-04-01-3/+4
* Simplify walkDirectory by using recursive readdirAlan Pearce2024-04-01-15/+9
* Print served URL via Server.urlAlan Pearce2024-04-01-1/+1
* Add headings to tag pagesAlan Pearce2024-02-09-0/+5
* Log errorsAlan Pearce2023-11-23-0/+1
* Log accessAlan Pearce2023-11-23-16/+23
* Template "elsewhere on the internet" linksAlan Pearce2023-11-10-0/+10
* Tweak menu configuration structureAlan Pearce2023-11-10-3/+3
* De-duplicate content-encoding handlingAlan Pearce2023-11-10-37/+14
* Fix metrics of redirects and /healthAlan Pearce2023-11-08-13/+13