Age | Commit message (Expand) | Author |
2023-01-17 | chore: Fix caddyfile.replaceEnvVars return (#5311) | Y.Horie |
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-09 | reverseproxy: Fix hanging for Transfer-Encoding: chunked (#5289) | Y.Horie |
2023-01-06 | reverseproxy: Don't enable auto-https when `--from` flag is http (#5269) | Emily Lange |
2023-01-06 | reverseproxy: Set origreq in active health check (#5284) | Matt Holt |
2023-01-06 | caddytls: Add `dns_ttl` config, improve Caddyfile `tls` options (#5287) | Yannick Ihmels |
2023-01-04 | fileserver: Add a couple test cases | Matthew Holt |
2023-01-01 | Update README.md | Matt Holt |
2022-12-31 | Update README.md | Matt Holt |
2022-12-28 | ci: Fix goreleaser deprecation (#5270) | Francis Lavoie |
2022-12-28 | ci: Update GitHub Actions to avoid `set-output` deprecation (#5271) | TAKAHASHI Shuuji |
2022-12-22 | ci: exclude dependbot from running tests on s390x machine (#5266) | Mohammed Al Sahaf |
2022-12-20 | encode: Respect Cache-Control no-transform (#5257) | darkweak |
2022-12-19 | build(deps): bump goreleaser/goreleaser-action from 2 to 4 (#5264) | dependabot[bot] |
2022-12-19 | build(deps): bump actions/upload-artifact from 1 to 3 (#5262) | dependabot[bot] |
2022-12-19 | build(deps): bump actions/cache from 2 to 3 (#5263) | dependabot[bot] |
2022-12-19 | build(deps): bump peter-evans/repository-dispatch from 1 to 2 (#5261) | dependabot[bot] |
2022-12-19 | ci: Check for github action updates monthly (#5258) | John Losito |
2022-12-19 | cmd: Avoid panic when printing version without build info (#5210) | Lukas Vogel |
2022-12-19 | readme: white ZeroSSL text color in dark mode (#5259) | Emily Lange |
2022-12-12 | readme: darker variants of logos in dark mode (#5248) | IndeedNotJames |
2022-12-08 | go.mod: Update quic-go to v0.31.0 | Matthew Holt |
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-12-05 | reverseproxy: Improve hostByHashing distribution (#5229) | Alban Lecocq |
2022-11-30 | Clarify some docs | Matthew Holt |
2022-11-23 | admin: set certmagic cache logger (#5173) | bit |
2022-11-23 | caddypki: Use go.step.sm/crypto to generate the PKI (#5217) | Mariano Cano |
2022-11-23 | admin: fix certificate renewal for admin (#5169) | bit |
2022-11-14 | reverseproxy: Mask the WS close message when we're the client (#5199) | Francis Lavoie |
2022-11-08 | caddypki: Prefer user-configured root instead of generating new one (#5189) | Jonathan Garcia |
2022-11-06 | ci: set least privilged token for github actions for lint workflow (#5179) | Ashish Kurmi |
2022-10-29 | caddyhttp: Canonicalize header field names (#5176) | Alexander Graf |
2022-10-27 | caddytest: Increased sleep between retries to reduce flakey tests in CI (#5160) | Benjamin Chalmers |
2022-10-25 | cmd: replace deprecate func use (#5170) | Mohammed Al Sahaf |
2022-10-24 | go.mod: Upgrade some dependencies | Matthew Holt |
2022-10-24 | httploader: Close resp body on bad status code | Matthew Holt |
2022-10-24 | caddyconfig: Fix httploader leak from unused responses (#5159) | Chris Lahaye |
2022-10-24 | caddyhttp: add placeholder {http.request.orig_uri.path.*} (#5161) | XYenon |
2022-10-24 | fileserver: Reject non-GET/HEAD requests (close #5166) (#5167) | Matt Holt |
2022-10-18 | fileserver: Reject ADS and short name paths; trim trailing dots and spaces on... | Matt Holt |
2022-10-18 | map: Clarified how destination values should be formatted (#5156) | Scott Mebberson |
2022-10-17 | cmd: Add missing `\n` to HelpTemplate (#5151) | BakaFT |
2022-10-16 | docs: Fix templates documentation, stray newline breaks godoc (#5149) | Francis Lavoie |
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-08 | fileserver: stop listing dir when request context is cancelled (#5131) | Abdussamet Koçak |
2022-10-07 | replacer: working directory global placeholder (#5127) | Kévin Dunglas |
2022-10-06 | httpcaddyfile: Fix `metrics` global option parsing (#5126) | Francis Lavoie |