aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/caddyhttp
AgeCommit message (Expand)Author
2024-06-19fileserver: Remove newline characters from precomputed etags (#6394)Aziz Rmadi
2024-06-18caddyhttp: Convert IDNs to ASCII when provisioning Host matcherMatthew Holt
2024-06-15reverseproxy: add Max-Age option to sticky cookie (#6398)Jason Yuan
2024-06-07caddyhttp: Write header if needed in responseRecorder.WriteResponse (#6380)Andreas Kohn
2024-06-04caddyhttp: Add test cases to corpus (#6374)Matt Holt
2024-06-02caddyhttp: properly sanitize requests for root path (#6360)Will Norris
2024-05-30caddyhttp: Fix merging consecutive `client_ip` or `remote_ip` matchers (#6350)v2.8.1Francis Lavoie
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-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-13caddyhttp: New experimental handler for intercepting responses (#6232)Kévin Dunglas
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-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-07reverseproxy: Implement health_follow_redirects (#6302)Ali Asgar
2024-05-06reverseproxy: HTTP transport: fix PROXY protocol initialization (#6301)Mohammed Al Sahaf
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-26reverseproxy: handle buffered data during hijack (#6274)WeidiDeng
2024-04-24replacer: Implement `file.*` global replacements (#5463)Francis Lavoie
2024-04-24caddyhttp: Address some Go 1.20 features (#6252)Matt Holt
2024-04-23reverse_proxy: Add grace_period for SRV upstreams to Caddyfile (#6264)Aziz Rmadi
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
2024-04-22logging: Fix default access logger (#6251)Francis Lavoie
2024-04-19fileserver: Improve Vary handling (#5849)Matthew Holt
2024-04-18staticresp: Use the evaluated response body for sniffing JSON content-type (#...Mohammed Al Sahaf
2024-04-17encode: Slight fix for the previous commitMatthew Holt
2024-04-17encode: Improve Etag handling (fix #5849)Matthew Holt
2024-04-17caddyfile: Populate regexp matcher names by default (#6145)Francis Lavoie
2024-04-17caddyhttp: record num. bytes read when response writer is hijacked (#6173)WeidiDeng
2024-04-16caddyhttp: Support multiple logger names per host (#6088)Francis Lavoie
2024-04-16chore: fix some typos in comments (#6243)coderwander
2024-04-16encode: Configurable compression level for zstd (#6140)dev-polymer
2024-04-15reverseproxy: Wait for both ends of websocket to close (#6175)WeidiDeng
2024-04-13caddytls: Upgrade ACMEz to v2; support ZeroSSL API; various fixes (#6229)Matt Holt
2024-04-13fileserver: read etags from precomputed files (#6222)Aziz Rmadi
2024-04-12fileserver: Escape # and ? in img src (fix #6237)Matthew Holt
2024-04-12reverseproxy: Implement modular CA provider for TLS transport (#6065)Aziz Rmadi
2024-04-12caddyhttp: Apply auto HTTPS redir to all interfaces (fix #6226)Matthew Holt
2024-04-10caddyhttp: remove duplicate strings.Count in path matcher (fixes #6233) (#6234)Hugues Lismonde
2024-04-04chore: Upgrade some dependencies (#6221)Francis Lavoie