Age | Commit message (Expand) | Author |
2021-07-01 | acmeserver: Don't set host for directory links by default | Matthew Holt |
2021-06-25 | fileserver: Clarify docs about canonicalization | Matthew Holt |
2021-06-25 | caddytls: Remove "IssuerRaw" field | Matthew Holt |
2021-06-25 | httpcaddyfile: Don't put localhost in public APs (fix #4220) | Matthew Holt |
2021-06-21 | acmeserver: Trim slashes from path prefix | Matthew Holt |
2021-06-18 | go.mod: Update dependencies (close #4216) | Matthew Holt |
2021-06-18 | encode: Tweak compression settings (#4215) | Klaus Post |
2021-06-17 | caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207) | Matt Holt |
2021-06-17 | fileserver: Only redirect if filename not rewritten (fix #4205) | Matthew Holt |
2021-06-16 | Some misc. cleanup | Matthew Holt |
2021-06-16 | fileserver: Don't persist parsed template (fix #4202) | Matthew Holt |
2021-06-15 | reverseproxy: Adjust test related to #4201 | Matthew Holt |
2021-06-15 | reverseproxy: Fix overwriting of max_idle_conns_per_host (closes #4201) | Matthew Holt |
2021-06-14 | Expand and clarify security policy | Matthew Holt |
2021-06-14 | Revert "fileserver: Redirect within the original URL (#4179)" | Matthew Holt |
2021-06-12 | go.mod: Use CertMagic v0.14.0 (fix #4191) | Matt Holt |
2021-06-09 | httpcaddyfile: Don't add HTTP hosts to TLS APs (fix #4176 and fix #4198) | Matthew Holt |
2021-06-08 | httpcaddyfile: Add `preferred_chains` global option and issuer subdirective (... | Klooven |
2021-06-07 | fileserver: Fix browse not redirecting query parameters (#4196) | diamondburned |
2021-06-07 | caddytls: Add Caddyfile support for `propagation_timeout` (#4178) | Peter Magnusson |
2021-06-07 | fileserver: Redirect within the original URL (#4179) | diamondburned |
2021-06-07 | httpcaddyfile: Add `skip_install_trust` global option (#4153) | Francis Lavoie |
2021-06-05 | admin: Replace admin cert cache when reloading (fix #4184) | Matthew Holt |
2021-06-04 | reverseproxy: Always remove hop-by-hop headers | Matthew Holt |
2021-06-04 | logging: Actually use `level_key` (#4189) | Francis Lavoie |
2021-06-04 | metrics: use buildinfo collector from new collectors pkg (#4187) | Dave Henderson |
2021-06-03 | go.mod: Update direct dependencies | Matthew Holt |
2021-05-24 | Update .goreleaser.yml | Matt Holt |
2021-05-19 | logging: Implement dial timeout for net writer (fix #4083) (#4172) | Matt Holt |
2021-05-19 | Merge branch '2.4' | Matthew Holt |
2021-05-19 | admin: Reinstate internal redirect for /id/ requests | Matthew Holt |
2021-05-12 | caddyfile: Add parse error on site address with trailing `{` (#4163) | Francis Lavoie |
2021-05-12 | reverseproxy: Set the headers in the replacer before `handle_response` (#4165) | Francis Lavoie |
2021-05-12 | ci: Run CI on PRs targeting minor version branches (#4164) | Francis Lavoie |
2021-05-11 | cmd: upgrade: inherit the permissions of the original executable (#4160) | Mohammed Al Sahaf |
2021-05-11 | httpcaddyfile: Fix automation policy consolidation again (fix #4161) | Matthew Holt |
2021-05-10 | caddyfile: Fix `caddy fmt` nesting not decrementing (#4157) | Matthew Penner |
2021-05-10 | encode: Drop `prefer` from Caddyfile (#4156) | Francis Lavoie |
2021-05-10 | encode: Default to order the formats are enabled for `prefer` in Caddyfile (#... | Francis Lavoie |
2021-05-08 | caddytls: Run replacer on ask URL, for env vars (#4154) | Francis Lavoie |
2021-05-07 | httpcaddyfile: Add `grace_period` global option (#4152) | Francis Lavoie |
2021-05-05 | caddyhttp: Fix fallback for the error handler chain (#4131) | Francis Lavoie |
2021-05-05 | reverseproxy: Minor logging improvements | Matthew Holt |
2021-05-04 | fileserver: Fix `file` matcher with empty `try_files` (#4147) | Francis Lavoie |
2021-05-03 | go.mod: CertMagic v0.13.1 | Matthew Holt |
2021-05-02 | reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021) | Francis Lavoie |
2021-05-02 | cmd: Add --envfile flag to `start` command (#4141) | Jesse |
2021-05-02 | httpcaddyfile: Add `auto_https ignore_loaded_certs` (#4077) | Francis Lavoie |
2021-05-02 | httpcaddyfile: Add global option for `storage_clean_interval` (#4134) | Francis Lavoie |
2021-05-02 | caddyhttp: performance improvement in HeaderRE Matcher (#4143) | Calvin Xiao |