summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-20autohttps: Move log WARN to INFO, reduce confusion (#6185)v2.8.0-rc.1Francis Lavoie
2024-05-20reverseproxy: Support HTTP/3 transport to backend (#6312)Matt Holt
2024-05-20context: AppIfConfigured returns error; consider not-yet-provisioned modules ...Francis Lavoie
2024-05-20Fix lint error about deprecated method in smallstep/certificates/authorityMatthew Holt
2024-05-20go.mod: Upgrade dependenciesMatthew Holt
2024-05-20caddytls: fix permission requirement with AutomationPolicy (#6328)Will Norris
2024-05-18caddytls: remove ClientHelloSNICtxKey (#6326)Will Norris
2024-05-18caddyhttp: Trace individual middleware handlers (#6313)Matt Holt
2024-05-18templates: Add `pathEscape` template function and use it in file browser (#6278)deneb
2024-05-18caddytls: set server name in context (#6324)Will Norris
2024-05-15chore: downgrade minimum Go version in go.mod (#6318)Mohammed Al Sahaf
2024-05-14caddytest: normalize the JSON config (#6316)Mohammed Al Sahaf
2024-05-13caddyhttp: New experimental handler for intercepting responses (#6232)Kévin Dunglas
2024-05-11httpcaddyfile: Set challenge ports when http_port or https_port are usedMatthew Holt
2024-05-11logging: Add support for additional logger filters other than hostname (#6082)Aziz Rmadi
2024-05-10caddyhttp: Log 4xx as INFO; 5xx as ERROR (close #6106)Matthew Holt
2024-05-10Second half of 6dce493Matthew Holt
2024-05-10caddyhttp: Alter log message when request is unhandled (close #5182)Matthew Holt
2024-05-10chore: Bump Go version in CI (#6310)Francis Lavoie
2024-05-10go.mod: go 1.22.3Matthew Holt
2024-05-10Fix typos (#6311)Viktor Szépe
2024-05-08reverseproxy: Pointer to struct when loading modules; remove LazyCertPool (#6...WeidiDeng
2024-05-08tracing: add trace_id var (`http.vars.trace_id` placeholder) (#6308)Matthew Penner
2024-05-07go.mod: CertMagic v0.21.0v2.8.0-beta.2Matthew Holt
2024-05-07reverseproxy: Implement health_follow_redirects (#6302)Ali Asgar
2024-05-07caddypki: Allow use of root CA without a key. Fixes #6290 (#6298)Florian Apolloner
2024-05-06go.mod: Upgrade to quic-go v0.43.1Matthew Holt
2024-05-06reverseproxy: HTTP transport: fix PROXY protocol initialization (#6301)Mohammed Al Sahaf
2024-05-06caddytls: Ability to drop connections (close #6294)Matthew Holt
2024-05-02build(deps): bump golangci/golangci-lint-action from 4 to 5 (#6289)dependabot[bot]
2024-05-01httpcaddyfile: Fix expression matcher shortcut in snippets (#6288)Francis Lavoie
2024-04-30caddytls: Evict internal certs from cache based on issuer (#6266)v2.8.0-beta.1Matt Holt
2024-04-27chore: add warn logs when using deprecated fields (#6276)Mohammed Al Sahaf
2024-04-27caddyhttp: Fix linter warning about deprecationMatthew Holt
2024-04-27go.mod: Upgrade to quic-go v0.43.0Matthew Holt
2024-04-26fileserver: Set "Vary: Accept-Encoding" header (see #5849)Matthew Holt
2024-04-26events: Add debug logMatthew Holt
2024-04-26reverseproxy: handle buffered data during hijack (#6274)WeidiDeng
2024-04-24ci: remove `android` and `plan9` from cross-build workflow (#6268)Mohammed Al Sahaf
2024-04-24run `golangci-lint run --fix --fast` (#6270)Mohammed Al Sahaf
2024-04-24caddytls: Option to configure certificate lifetime (#6253)clauverjat
2024-04-24replacer: Implement `file.*` global replacements (#5463)Francis Lavoie
2024-04-24caddyhttp: Address some Go 1.20 features (#6252)Matt Holt
2024-04-23Quell linter (false positive)Matthew Holt
2024-04-23reverse_proxy: Add grace_period for SRV upstreams to Caddyfile (#6264)Aziz Rmadi
2024-04-23doc: add `verifier` in `ClientAuthentication` caddyfile marshaler doc (#6263)Mohammed Al Sahaf
2024-04-22caddytls: Add Caddyfile support for on-demand permission module (close #6260)Matthew Holt
2024-04-22reverseproxy: Remove long-deprecated buffering propertiesMatthew Holt
2024-04-22reverseproxy: Reuse buffered request body even if partially drainedMatthew Holt
2024-04-22reverseproxy: Accept EOF when bufferingMatthew Holt