about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeLines
...
* 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-1/+0
* 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-6/+65
* Read config from TOML fileAlan Pearce2023-09-12-2/+17
* Reformat with prettierAlan Pearce2023-09-12-5/+5
* Serve static filesAlan Pearce2023-09-11-6/+6
* Initial commitAlan Pearce2023-09-11-0/+10