| Commit message (Expand) | Author | Age | Lines |
* | don't munge listen address (was listenfd workaround) | Alan Pearce | 2024-12-08 | -4/+0 |
* | use more descriptive error text | Alan Pearce | 2024-11-28 | -1/+1 |
* | fix inconsistent handling of IPv6 listen address | Alan Pearce | 2024-07-02 | -1/+5 |
* | extract logging library | Alan Pearce | 2024-06-30 | -1/+1 |
* | enable filtered debug logging via DEBUG="component.*" | Alan Pearce | 2024-06-29 | -2/+2 |
* | change error package | Alan Pearce | 2024-06-29 | -1/+1 |
* | rename go module | Alan Pearce | 2024-06-29 | -2/+2 |
* | only create a tempdir in development mode | Alan Pearce | 2024-06-29 | -5/+7 |
* | fix empty initial build in dev | Alan Pearce | 2024-06-26 | -0/+7 |
* | refactor server startup | Alan Pearce | 2024-06-25 | -9/+0 |
* | remove unused variables | Alan Pearce | 2024-06-19 | -5/+0 |
* | fix/simplify server startup/shutdown | Alan Pearce | 2024-06-18 | -24/+16 |
* | server: automatically build, re-build and reload in dev | Alan Pearce | 2024-06-11 | -4/+11 |
* | log in logfmt via zap, with nicer console output in dev | Alan Pearce | 2024-05-19 | -14/+8 |
* | implement live-reloading dev server | Alan Pearce | 2024-04-27 | -304/+39 |
* | brand exe with both long and short commit hashes | Alan Pearce | 2024-04-25 | -4/+7 |
* | split code into separate files | Alan Pearce | 2024-04-24 | -142/+174 |
* | fix path canonicalisation | Alan Pearce | 2024-04-24 | -1/+2 |
* | switch to net/http | Alan Pearce | 2024-04-23 | -125/+238 |
* | split output directories into website/{public,private} | Alan Pearce | 2024-04-21 | -11/+10 |
* | move server code to cmd/server | Alan Pearce | 2024-04-21 | -0/+188 |
* | embed files | Alan Pearce | 2024-04-18 | -136/+0 |
* | use correct envvar for sentry environment | Alan Pearce | 2024-04-17 | -1/+1 |
* | implement static server | Alan Pearce | 2024-04-17 | -0/+136 |