Age | Commit message (Expand) | Author |
2023-02-06 | caddyhttp: Pluggable trusted proxy IP range sources (#5328) | Francis Lavoie |
2023-01-27 | httpcaddyfile: Add persist_config global option (#5339) | Y.Horie |
2023-01-27 | caddyfile: Allow overriding server names (#5323) | Francis Lavoie |
2023-01-18 | httpcaddyfile: Fix `handle` grouping inside `route` (#5315) | WeidiDeng |
2023-01-10 | caddyhttp: Add server-level `trusted_proxies` config (#5103) | Francis Lavoie |
2023-01-09 | caddytls: Add test cases for Caddyfile `tls` options (#5293) | Yannick Ihmels |
2023-01-06 | caddytls: Add `dns_ttl` config, improve Caddyfile `tls` options (#5287) | Yannick Ihmels |
2022-12-06 | acme_server: Configurable default lifetime for issued certificates (#5232) | Kyle McCullough |
2022-12-05 | caddytest: internalize init config into '.go' file (#5230) | Mohammed Al Sahaf |
2022-10-13 | httpcaddyfile: Improve detection of indistinguishable TLS automation policies... | Matt Holt |
2022-10-12 | httpcaddyfile: Wrap site block in subroute if host matcher used (#5130) | Matt Holt |
2022-10-05 | logging: Fix `skip_hosts` with wildcards (#5102) | Francis Lavoie |
2022-10-05 | caddytest: Revise sleep durations | Matthew Holt |
2022-10-04 | httpcaddyfile: Skip `automate` when `auto_https off` is specified (#5110) | Francis Lavoie |
2022-09-28 | Merge pull request #5076 from caddyserver/fastcgi-redir | Matt Holt |
2022-09-24 | ci: fix integration tests (#5079) | Mohammed Al Sahaf |
2022-09-23 | Fix tests | Matthew Holt |
2022-09-20 | httpcaddyfile: Fix `protocols` global option parsing (#5054) | Francis Lavoie |
2022-09-19 | caddyhttp: Honor grace period in background (#5043) | Matt Holt |
2022-09-15 | caddyhttp: Add 'skip_log' var to omit request from logs (#4691) | Francis Lavoie |
2022-09-01 | Fix failing test | Matthew Holt |
2022-09-01 | httpcaddyfile: Add shortcut for expression matchers (#4976) | Francis Lavoie |
2022-08-29 | Minor cleanup, resolve a couple lint warnings | Matthew Holt |
2022-08-24 | httpcaddyfile: Add ocsp_interval global option (#4980) | Ben Burkert |
2022-08-15 | caddyhttp: Enable HTTP/3 by default (#4707) | Matt Holt |
2022-08-12 | reverseproxy: Add `unix+h2c` Caddyfile network shortcut (#4953) | Francis Lavoie |
2022-08-03 | httpserver: Configurable shutdown delay (#4906) | Matt Holt |
2022-07-25 | httpcaddyfile: Detect ambiguous site definitions (fix #4635) | Matthew Holt |
2022-07-13 | reverseproxy: Implement retry count, alternative to try_duration (#4756) | Francis Lavoie |
2022-07-08 | reverseproxy: Adjust new TLS Caddyfile directive names (#4872) | Francis Lavoie |
2022-06-22 | reverseproxy: Fix double headers in response handlers (#4847) | Francis Lavoie |
2022-06-20 | reverseproxy: Skip TLS for certain configured ports (#4843) | Kiss Károly Pál |
2022-06-16 | forwardauth: Support renaming copied headers, block support (#4783) | Francis Lavoie |
2022-06-10 | reverseproxy: Add renegotiation param in TLS client (#4784) | Yaacov Akiba Slama |
2022-05-08 | httpcaddyfile: Support multiple values for `default_bind` (#4774) | Francis Lavoie |
2022-05-06 | reverseproxy: Support performing pre-check requests (#4739) | Francis Lavoie |
2022-05-04 | caddyfile: Shortcut for `remote_ip` for private IP ranges (#4753) | Francis Lavoie |
2022-05-02 | reverseproxy: Fix Caddyfile support for `replace_status` (#4754) | Francis Lavoie |
2022-04-28 | httpcaddyfile: Fix duplicate access log when debug is on (#4746) | Francis Lavoie |
2022-04-25 | httpcaddyfile: Add `{vars.*}` placeholder shortcut, reverse `vars` sort order... | Francis Lavoie |
2022-04-22 | caddytls: Add `propagation_delay`, support `propagation_timeout -1` (#4723) | Francis Lavoie |
2022-04-07 | staticfiles: Expand placeholder for index files (#4679) | Y.Horie |
2022-03-24 | httpcaddyfile: Fix #4640 (auto-HTTPS edgecase) (#4661) | Francis Lavoie |
2022-03-24 | chore: Clean up adapt test line endings (#4660) | Francis Lavoie |
2022-03-22 | httpcaddyfile: Add 'vars' directive | Matthew Holt |
2022-03-18 | caddyfile: Support for raw token values; improve `map`, `expression` (#4643) | Francis Lavoie |
2022-03-09 | reverseproxy: copy_response and copy_response_headers for handle_response rou... | Francis Lavoie |
2022-03-08 | tracing: New OpenTelemetry module (#4361) | Andrii Kushch |
2022-03-06 | reverseproxy: Dynamic upstreams (with SRV and A/AAAA support) (#4470) | Matt Holt |
2022-03-06 | reverseproxy: Implement trusted proxies for `X-Forwarded-*` headers (#4507) | Francis Lavoie |