Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Build with docker | Alan Pearce | 2023-09-15 | -1/+1 |
| | ||||
* | Log server info at startup | Alan Pearce | 2023-09-15 | -3/+9 |
| | ||||
* | Fix error in requestsByPath counter | Alan Pearce | 2023-09-15 | -0/+1 |
| | ||||
* | Collect metrics for prometheus | Alan Pearce | 2023-09-13 | -0/+38 |
| | ||||
* | Remove unused import | Alan Pearce | 2023-09-13 | -1/+0 |
| | ||||
* | Send headers with 304 responses | Alan Pearce | 2023-09-13 | -1/+1 |
| | ||||
* | Add Vary: Accept-Encoding header (only header keys are re-cased) | Alan Pearce | 2023-09-13 | -1/+4 |
| | ||||
* | Remove console.log | Alan Pearce | 2023-09-13 | -4/+0 |
| | ||||
* | Fix incorrect file existence check | Alan Pearce | 2023-09-13 | -1/+1 |
| | ||||
* | Remove defunct live-reload | Alan Pearce | 2023-09-13 | -4/+3 |
| | | | | Doesn't work when serving static files | |||
* | Use bun's builtin mime logic | Alan Pearce | 2023-09-13 | -8/+3 |
| | ||||
* | Return precompressed files, if they exist | Alan Pearce | 2023-09-13 | -8/+65 |
| | ||||
* | Inline variable | Alan Pearce | 2023-09-13 | -4/+4 |
| | ||||
* | Send 304 when file time not greater than if-modified-since header | Alan Pearce | 2023-09-13 | -3/+15 |
| | ||||
* | Send last-modified header | Alan Pearce | 2023-09-13 | -1/+4 |
| | ||||
* | Remove unused function | Alan Pearce | 2023-09-13 | -6/+0 |
| | ||||
* | Reduce memory usage by not duplicating default headers | Alan Pearce | 2023-09-13 | -3/+3 |
| | ||||
* | Send status code 404 with /404.html | Alan Pearce | 2023-09-12 | -3/+6 |
| | ||||
* | Rename variable | Alan Pearce | 2023-09-12 | -2/+2 |
| | ||||
* | Return 404 if file no longer exists | Alan Pearce | 2023-09-12 | -14/+17 |
| | ||||
* | Remove unused dependency | Alan Pearce | 2023-09-12 | -1/+0 |
| | ||||
* | wtf typescript | Alan Pearce | 2023-09-12 | -3/+3 |
| | ||||
* | Avoid duplicate registration of initial directory | Alan Pearce | 2023-09-12 | -2/+5 |
| | ||||
* | Give files map a proper type | Alan Pearce | 2023-09-12 | -1/+7 |
| | ||||
* | Use own logic for static file serving | Alan Pearce | 2023-09-12 | -6/+65 |
| | ||||
* | Read config from TOML file | Alan Pearce | 2023-09-12 | -2/+17 |
| | ||||
* | Reformat with prettier | Alan Pearce | 2023-09-12 | -5/+5 |
| | ||||
* | Serve static files | Alan Pearce | 2023-09-11 | -6/+6 |
| | ||||
* | Initial commit | Alan Pearce | 2023-09-11 | -0/+10 |