about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
* Add request_duration_seconds histogram HEAD mainAlan Pearce2023-09-15-7/+16
* Add namespace to prometheus metricsAlan Pearce2023-09-15-2/+2
* Catch errors and log to sentryAlan Pearce2023-09-15-36/+47
* Deploy to fly.ioAlan Pearce2023-09-15-0/+21
* Build with dockerAlan Pearce2023-09-15-1/+233
* Log server info at startupAlan Pearce2023-09-15-3/+9
* Fix error in requestsByPath counterAlan Pearce2023-09-15-0/+1
* Collect metrics for prometheusAlan Pearce2023-09-13-0/+39
* Remove unused importAlan Pearce2023-09-13-1/+0
* Add testsAlan Pearce2023-09-13-0/+71
* Send headers with 304 responsesAlan Pearce2023-09-13-1/+1
* Add Vary: Accept-Encoding header (only header keys are re-cased)Alan Pearce2023-09-13-1/+4
* Remove console.logAlan Pearce2023-09-13-4/+0
* Fix incorrect file existence checkAlan Pearce2023-09-13-1/+1
* Remove defunct live-reloadAlan Pearce2023-09-13-5/+3
* Use bun's builtin mime logicAlan Pearce2023-09-13-10/+3
* Return precompressed files, if they existAlan Pearce2023-09-13-8/+67
* Inline variableAlan Pearce2023-09-13-4/+4
* Send 304 when file time not greater than if-modified-since headerAlan Pearce2023-09-13-3/+15
* Send last-modified headerAlan Pearce2023-09-13-1/+4
* Remove unused functionAlan Pearce2023-09-13-6/+0
* Reduce memory usage by not duplicating default headersAlan Pearce2023-09-13-3/+3
* Send status code 404 with /404.htmlAlan Pearce2023-09-12-3/+6
* Rename variableAlan Pearce2023-09-12-2/+2
* Return 404 if file no longer existsAlan Pearce2023-09-12-14/+17
* Remove unused dependencyAlan Pearce2023-09-12-4/+1
* wtf typescriptAlan Pearce2023-09-12-3/+3
* Avoid duplicate registration of initial directoryAlan Pearce2023-09-12-2/+5
* Give files map a proper typeAlan Pearce2023-09-12-1/+7
* Use own logic for static file servingAlan Pearce2023-09-12-14/+72
* Read config from TOML fileAlan Pearce2023-09-12-3/+19
* Reformat with prettierAlan Pearce2023-09-12-21/+21
* Init flakeAlan Pearce2023-09-12-0/+59
* Serve static filesAlan Pearce2023-09-11-10/+18
* Initial commitAlan Pearce2023-09-11-0/+259