about summary refs log tree commit diff stats
path: root/internal/server
Commit message (Expand)AuthorAgeLines
* extract logging libraryAlan Pearce9 days-4/+4
* enable filtered debug logging via DEBUG="component.*"Alan Pearce10 days-33/+35
* pass logger to certmagicAlan Pearce10 days-0/+3
* set timeouts for secondary (http) serverAlan Pearce10 days-32/+32
* change error packageAlan Pearce10 days-3/+3
* rename go moduleAlan Pearce10 days-11/+15
* build outside of working directoryAlan Pearce10 days-4/+3
* add prefix to VCS configuration environment variablesAlan Pearce10 days-1/+1
* fix certificate acquisition when listen sockets are passedAlan Pearce10 days-18/+28
* move public directory out of git repositoryAlan Pearce10 days-7/+13
* tls: strip IPv6 brackets before enabling certmagicAlan Pearce10 days-1/+6
* remove unnecessary assignmentsAlan Pearce11 days-4/+2
* remove h2c supportAlan Pearce11 days-27/+1
* set server headers to be similar to certmagic's defaultsAlan Pearce11 days-1/+4
* use pointers for builder configurationAlan Pearce11 days-2/+2
* use socket passing also for TLSAlan Pearce11 days-20/+7
* log configured HTTP/S ports instead of defaultsAlan Pearce11 days-2/+2
* simplify output directory treeAlan Pearce11 days-2/+2
* use pointer to config in builder & templatesAlan Pearce12 days-1/+1
* fix redirect loops on non-standard portsAlan Pearce12 days-1/+3
* remove firewall warning on macOSAlan Pearce12 days-0/+1
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce12 days-23/+80
* require only ACME_CA for TLS in developmentAlan Pearce12 days-5/+14
* enable TLS for local development (using caddy as acme server)Alan Pearce13 days-24/+63
* default redirect to trueAlan Pearce13 days-2/+2
* reorganise server startupAlan Pearce13 days-7/+8
* fix empty initial build in devAlan Pearce13 days-7/+0
* set default TLS server nameAlan Pearce13 days-0/+1
* be quieter on fs updatesAlan Pearce14 days-1/+1
* add missing error checksAlan Pearce14 days-2/+9
* refactor server startupAlan Pearce14 days-16/+15
* build with ko instead of nixAlan Pearce2024-06-25-7/+11
* fetch and build site on server startAlan Pearce2024-06-25-12/+40
* refactor/formatAlan Pearce2024-06-25-3/+4
* don't log URL schemeAlan Pearce2024-06-25-5/+0
* make hostname-based redirection configurableAlan Pearce2024-06-24-7/+10
* log scheme directly from requestAlan Pearce2024-06-24-1/+1
* handle TLS in server with ACMEAlan Pearce2024-06-24-15/+88
* (automatically) format with golinesAlan Pearce2024-06-23-1/+3
* log origin of server listener (i.e. listenfd or not)Alan Pearce2024-06-19-0/+1
* fix dev server/live reloadAlan Pearce2024-06-19-13/+49
* extract socket passing protocol handler to packageAlan Pearce2024-06-18-3/+7
* hash style elements during build stepAlan Pearce2024-06-13-3/+17
* enable changes to styles in dev modeAlan Pearce2024-06-13-0/+1
* server: listen on socket provided by system(f)d, if availableAlan Pearce2024-06-13-1/+10
* server: automatically build, re-build and reload in devAlan Pearce2024-06-11-9/+116
* server: remove sentryAlan Pearce2024-06-11-25/+3
* fix Host weirdness on fly with h2cAlan Pearce2024-05-24-0/+6
* enable overriding base URLAlan Pearce2024-05-24-4/+10
* fix redirection to wrong hostnameAlan Pearce2024-05-24-11/+10