aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddyhttp/reverseproxy
AgeCommit message (Expand)Author
2024-03-29reverseproxy: Use xxhash instead of fnv32 for LB (#6203)Hayder
2024-03-21caddyhttp: Allow `header` replacement with empty string (#6163)Francis Lavoie
2024-03-20reverseproxy: configurable active health_passes and health_fails (#6154)Sam Ottenhoff
2024-03-18reverseproxy: Configurable forward proxy URL (#6114)Justin Angel
2024-03-06fix struct names (#6151)huajin tong
2024-03-05reverseproxy: SRV dynamic upstream failover (#5832)Matt Holt
2024-02-23reverseproxy: cookie should be Secure and SameSite=None when TLS (#6115)Sam Ottenhoff
2024-02-19reverseproxy: use context.WithoutCancel (#6116)WeidiDeng
2024-01-25chore: enabling a few more linters (#5961)Yolan Romailler
2024-01-23caddyfile: Normalize & flatten all unmarshalers (#6037)Francis Lavoie
2024-01-23cmd: reverseproxy: log: use caddy logger (#6042)Mohammed Al Sahaf
2024-01-13reverseproxy: Add `tls_curves` option to HTTP transport (#5851)Bas Westerbaan
2024-01-13filesystem: Globally declared filesystems, `fs` directive (#5833)a
2024-01-09reverseproxy: Only change Content-Length when full request is buffered (#5830)Fred Cox
2023-12-18logging: Add `zap.Option` support (#5944)Francis Lavoie
2023-12-13proxyprotocol: use github.com/pires/go-proxyproto (#5915)Mohammed Al Sahaf
2023-11-23panic when reading from backend failed to propagate stream error (#5952)WeidiDeng
2023-10-11reverseproxy: Add more debug logs (#5793)Matt Holt
2023-10-11reverseproxy: Fix `least_conn` policy regression (#5862)Francis Lavoie
2023-10-11reverseproxy: Add logging for dynamic A upstreams (#5857)Francis Lavoie
2023-10-11reverseproxy: Replace health header placeholders (#5861)Francis Lavoie
2023-10-11reverseproxy: fix parsing Caddyfile fails for unlimited request/response buff...Fred Cox
2023-10-10reverseproxy: Fix retries on "upstreams unavailable" error (#5841)Francis Lavoie
2023-10-05reverseproxy: Allow fallthrough for response handlers without routes (#5780)Patrick Koenig
2023-09-10reverseproxy: fix nil pointer dereference in AUpstreams.GetUpstreams (#5811)Pascal Vorwerk
2023-08-23chore: Appease gosec linter (#5777)Matt Holt
2023-08-19httpcaddyfile: Stricter errors for site and upstream address schemes (#5757)Karun Agarwal
2023-08-17reverseproxy: Always return new upstreams (fix #5736) (#5752)Matt Holt
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-08-05reverseproxy: do not parse upstream address too early if it contains replaceb...Mohammed Al Sahaf
2023-08-03reverseproxy: Fix hijack ordering which broke websockets (#5679)v2.7.2WeidiDeng
2023-08-02caddyhttp: Make use of `http.ResponseController` (#5654)v2.7.0Francis Lavoie
2023-08-01reverseproxy: Connection termination cleanup (#5663)mmm444
2023-07-25reverseproxy: Export ipVersions type (#5648)Omar Ramadan
2023-07-21go.mod: Update quic-go to v0.37.0, bump to Go 1.20 minimum (#5644)Marten Seemann
2023-07-11caddytls: Reuse certificate cache through reloads (#5623)Matt Holt
2023-07-08reverseproxy: Pointer receiverMatthew Holt
2023-06-22reverseproxy: Honor `tls_except_port` for active health checks (#5591)Francis Lavoie
2023-06-20reverseproxy: weighted_round_robin load balancing policy (#5579)Saber Haj Rabiee
2023-06-19reverseproxy: Experimental streaming timeouts (#5567)mmm444
2023-06-12reverseproxy: Fix parsing of source IP in case it's an ipv6 address (#5569)Corin Langosch
2023-05-15reverseproxy: Expand port ranges to multiple upstreams in CLI + Caddyfile (#5...Francis Lavoie
2023-05-05reverseproxy: Optimize base case for least_conn and random_choose policies (#...Francis Lavoie
2023-05-05reverseproxy: Fix active health check header canonicalization, refactor (#5446)Francis Lavoie
2023-05-05reverseproxy: Add `fallback` for some policies, instead of always random (#5488)Francis Lavoie
2023-05-04fastcgi: Fix `capture_stderr` (#5515)eanavitarte
2023-05-03acmeserver: Configurable `resolvers`, fix smallstep deprecations (#5500)Francis Lavoie
2023-04-27logging: Add traceID field to access logs when tracing is active (#5507)Dave Henderson
2023-04-25reverseproxy: Fix reinitialize upstream healthy metrics (#5498)Y.Horie