about summary refs log tree commit diff stats
path: root/internal
Commit message (Collapse)AuthorAgeLines
* fix typo in listenfdAlan Pearce10 days-1/+1
|
* remove h2c supportAlan Pearce10 days-27/+1
|
* set server headers to be similar to certmagic's defaultsAlan Pearce10 days-1/+4
|
* use pointers for builder configurationAlan Pearce10 days-3/+3
|
* use socket passing also for TLSAlan Pearce10 days-21/+36
|
* log configured HTTP/S ports instead of defaultsAlan Pearce10 days-2/+2
|
* make goatcounter URL configurableAlan Pearce10 days-0/+1
|
* run `git clean` after updatingAlan Pearce10 days-1/+19
|
* simplify output directory treeAlan Pearce10 days-31/+21
|
* use pointer to config in builder & templatesAlan Pearce11 days-14/+17
|
* fix redirect loops on non-standard portsAlan Pearce11 days-1/+3
|
* remove firewall warning on macOSAlan Pearce11 days-0/+1
|
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce12 days-25/+82
|
* require only ACME_CA for TLS in developmentAlan Pearce12 days-5/+14
| | | | | It makes sense to add the CA root certificate to the system trust store so that user agents don't produce warnings
* enable TLS for local development (using caddy as acme server)Alan Pearce12 days-24/+63
|
* default redirect to trueAlan Pearce12 days-2/+2
|
* reorganise server startupAlan Pearce12 days-7/+8
|
* fix empty initial build in devAlan Pearce12 days-7/+0
|
* set default TLS server nameAlan Pearce12 days-0/+1
|
* fix missing cssAlan Pearce12 days-0/+1
|
* make error pages dynamicAlan Pearce13 days-15/+12
|
* fix repository not updatingAlan Pearce13 days-15/+23
|
* use remote-tracking branch for mergeAlan Pearce13 days-10/+7
|
* update worktree after fetching updatesAlan Pearce13 days-0/+15
|
* be quieter on fs updatesAlan Pearce13 days-1/+1
|
* add missing error checksAlan Pearce13 days-2/+9
|
* use a normal filename for homepageAlan Pearce13 days-1/+1
|
* remove clean step in builderAlan Pearce13 days-7/+0
|
* refactor server startupAlan Pearce13 days-26/+16
|
* fix early panicAlan Pearce13 days-0/+1
|
* build with ko instead of nixAlan Pearce13 days-7/+11
|
* fetch and build site on server startAlan Pearce13 days-12/+105
|
* fix missing spacing in feed previewAlan Pearce14 days-19/+11
|
* refactor/formatAlan Pearce14 days-49/+54
|
* don't log URL schemeAlan Pearce14 days-5/+0
|
* make hostname-based redirection configurableAlan Pearce2024-06-24-7/+10
|
* make 404 page dynamicAlan Pearce2024-06-24-5/+17
|
* move templ templates into separate packageAlan Pearce2024-06-24-293/+13
|
* move 404.html back to private directoryAlan Pearce2024-06-24-1/+1
|
* log scheme directly from requestAlan Pearce2024-06-24-1/+1
|
* handle TLS in server with ACMEAlan Pearce2024-06-24-16/+90
|
* (automatically) format with golinesAlan Pearce2024-06-23-1/+3
|
* fix and simplify content-encoding negotiationAlan Pearce2024-06-23-9/+15
|
* serve pre-compressed files according to accept-encodingAlan Pearce2024-06-23-20/+49
|
* pre-compress static filesAlan Pearce2024-06-23-5/+30
|
* pre-compress generated files in productionAlan Pearce2024-06-23-9/+98
|
* fix feed contentAlan Pearce2024-06-23-1/+1
|
* log origin of server listener (i.e. listenfd or not)Alan Pearce2024-06-19-0/+1
|
* log: enable setting log level from environment variableAlan Pearce2024-06-19-1/+14
|
* style external nav menu linksAlan Pearce2024-06-19-3/+12
|