| Commit message (Expand) | Author | Age | Lines |
... | |
| * | Remove unused import | Alan Pearce | 2023-09-13 | -1/+0 |
| * | Add tests | Alan Pearce | 2023-09-13 | -0/+71 |
| * | 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 | -5/+3 |
| * | Use bun's builtin mime logic | Alan Pearce | 2023-09-13 | -10/+3 |
| * | Return precompressed files, if they exist | Alan Pearce | 2023-09-13 | -8/+67 |
| * | 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 | -4/+1 |
| * | 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 | -14/+72 |
| * | Read config from TOML file | Alan Pearce | 2023-09-12 | -3/+19 |
| * | Reformat with prettier | Alan Pearce | 2023-09-12 | -21/+21 |
| * | Init flake | Alan Pearce | 2023-09-12 | -0/+59 |
| * | Serve static files | Alan Pearce | 2023-09-11 | -10/+18 |
| * | Initial commit | Alan Pearce | 2023-09-11 | -0/+259 |
* | Improve CSP setup | Alan Pearce | 2023-09-11 | -1/+2 |
* | Hide favicon if not set | Alan Pearce | 2023-09-11 | -1/+3 |
* | Merge commit 'a961bc284bb130e44468c07aaaa028652c151e08' | Alan Pearce | 2023-09-09 | -15/+51 |
|\ |
|
| * | Squashed 'themes/bear/' changes from fe37fcf..d10630d | Alan Pearce | 2023-09-09 | -17/+52 |
* | | Allow site to be displayed in an iframe | Alan Pearce | 2023-09-08 | -3/+3 |
* | | Beautify make output | Alan Pearce | 2023-09-05 | -4/+18 |
* | | Send security headers with redirects, too | Alan Pearce | 2023-09-05 | -1/+6 |
* | | Add content-security-policy headers | Alan Pearce | 2023-09-05 | -0/+2 |
* | | Update caddy to v2.7.4 | Alan Pearce | 2023-08-30 | -1/+1 |
* | | Add Bluesky to contact menu | Alan Pearce | 2023-08-30 | -0/+3 |
* | | Update kernel setup | Alan Pearce | 2023-08-02 | -1/+2 |
* | | Fix html -> md dependencies | Alan Pearce | 2023-08-01 | -13/+14 |
* | | Add device tree override | Alan Pearce | 2023-08-01 | -0/+2 |
* | | Fix formatting | Alan Pearce | 2023-08-01 | -4/+4 |
* | | Minor text fixes | Alan Pearce | 2023-08-01 | -4/+4 |
* | | Add new post about getting NixOS running on NanoPi R5S | Alan Pearce | 2023-07-30 | -0/+139 |
* | | Fix indentation of code blocks | Alan Pearce | 2023-07-30 | -1/+1 |
* | | Add redirect for status page | Alan Pearce | 2023-07-26 | -0/+1 |
* | | Remove GPG key info from homepage | Alan Pearce | 2023-07-21 | -3/+0 |
* | | Remove unnecessary install target | Alan Pearce | 2023-07-09 | -3/+1 |
* | | Make `make deploy` do nothing unless sources are updated | Alan Pearce | 2023-07-09 | -3/+8 |
* | | Increase fly connection limits | Alan Pearce | 2023-07-08 | -2/+2 |
* | | Make: avoid re-running format/compress targets | Alan Pearce | 2023-07-08 | -10/+14 |