aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddyhttp
AgeCommit message (Expand)Author
2024-12-04fileserver: Fix policy `Validate()` oversight (#6727)Francis Lavoie
2024-12-03fileserver: Add `first_exist_fallback` strategy for `try_files` (#6699)Kévin Dunglas
2024-12-02caddyhttp: Add `{?query}` placeholder (#6714)Francis Lavoie
2024-11-22requestbody: Type-based error handling for `MaxBytesError` (#6701)Rishita Shaw
2024-11-21fastcgi: remove dir redirection when useless in php_fastcgi (#6698)Kévin Dunglas
2024-11-19caddyhttp: Set default ReadHeaderTimeout (1 min)Matthew Holt
2024-11-13core: Implement FastAbs to avoid repeated os.Getwd calls (#6687)Francis Lavoie
2024-11-12reverseproxy: Revert #4952 - don't ignore context cancellation in stream modeMatthew Holt
2024-11-07reverseproxy: Allow `0` as weights for `weighted_round_robin` (#6681)Sucipto
2024-11-05rewrite: Don't add / in Caddyfile, do it after replacer (#6662)Francis Lavoie
2024-11-05fileserver: Add `file_limit` option for browse (to be experimental) (#6648)Atakan Yenel
2024-11-04caddyhttp: Add `MatchWithError` to replace SetVar hack (#6596)Francis Lavoie
2024-11-04forwardauth: Skip copying missing response headers (#6608)Francis Lavoie
2024-10-31fileserver: Fix Caddyfile parsingMatthew Holt
2024-10-22reverseproxy: Sync changes from stdlib for 1xx handling (#6656)Francis Lavoie
2024-10-21reverseproxy: Fix log messageMatthew Holt
2024-10-21tracing: Add `spanID` field to access logs and `http.vars.span_id` placeholde...Yifan Yang
2024-10-20fileserver: fix try_policy when instantiating file matcher from CEL (#6624)Logan Fleur
2024-10-18metrics: move `metrics` up, outside `servers` (#6606)Mohammed Al Sahaf
2024-10-15caddyhttp: Close http3 server gracefully (#6213)WeidiDeng
2024-10-15chore: update quic-go to v0.48.0 (#6627)Marten Seemann
2024-10-11reverseproxy: Use correct cases for websocket related headers (#6621)WeidiDeng
2024-10-10docs: expand proxy protocol docs (#6620)Mohammed Al Sahaf
2024-10-04caddyhttp: Use internal issuer for IPs when no APs configuredMatthew Holt
2024-10-02metrics: scope metrics to active config, add optional per-host metrics (#6531)v2.9.0-beta.1Mohammed Al Sahaf
2024-10-02caddyhttp: Implement `auto_https prefer_wildcard` option (#6146)Francis Lavoie
2024-10-02caddyhttp: Escaping placeholders in CEL, add `vars` and `vars_regexp` (#6594)Francis Lavoie
2024-10-01cmd: Better error handling when reloading (#6601)Matt Holt
2024-10-01http: ReponseWriter prefer ReadFrom if available (#6565)WeidiDeng
2024-10-01chore: Adjust incorrect `reverse_proxy` Caddyfile comment (#6598)Francis Lavoie
2024-10-01caddyhttp: Fix listener wrapper regression from #6573 (#6599)Aaron Paterson
2024-09-30core: Implement socket activation listeners (#6573)Aaron Paterson
2024-09-26caddyhttp: Optimize logs using zap's WithLazy() (#6590)Alexander Stecher
2024-09-25chore: Use slices package where possible (#6585)Francis Lavoie
2024-09-21caddyhttp: enable qlog, controlled by QLOGDIR env (#6581)Marten Seemann
2024-09-16ci: update the linter action version (#6575)Mohammed Al Sahaf
2024-09-13perf: use zap's Check() to prevent useless allocs (#6560)Kévin Dunglas
2024-09-13rewrite: Avoid panic on bad arg count for `uri` (#6571)mister-turtle
2024-09-03caddyhttp: Make route provisioning idempotent (#6558)Jesper Brix Rosenkilde
2024-08-30reverse_proxy: add placeholder http.reverse_proxy.retries (#6553)Steffen Busch
2024-08-30fileserver: browse: Configurable default sort (#6502)lollipopkit🏳️‍⚧️
2024-08-30rewrite: Only serialize request if necessary (#6541)Alexander Stecher
2024-08-23ci: build and test with Go 1.23 (#6526)Kévin Dunglas
2024-08-22reverseproxy: allow user to define source address (#6504)Mohammed Al Sahaf
2024-08-22caddyhttp: run `error` (msg) through replacer (#6536)Mohammed Al Sahaf
2024-08-22chore: Fix a typo (#6534)Cuckoo Chickoo
2024-08-21reverseproxy: Change errors writing the response to warning. (#6532)Jens-Uwe Mager
2024-08-19reverseproxy: Active health checks request body option (#6520)Jesper Brix Rosenkilde
2024-08-12Move PrivateRangesCIDR() back: add a pass-through function (#6514)vnxme
2024-08-08reverseproxy: Disable keep alive for h2c requests (#6343)WeidiDeng