Age | Commit message (Expand) | Author |
2023-02-06 | chore: Build with Go 1.20, keep minimum at 1.18 for now (#5353) | Francis Lavoie |
2023-01-31 | cmd: Add `--envfile` flag to `validate` command (#5350) | Amis Shokoohi |
2023-01-31 | cmd: `fmt` exit successfully after overwriting config file (#5351) | Amis Shokoohi |
2023-01-31 | chore: Fix warning "range variable captured by func literal" (#5348) | Francis Lavoie |
2023-01-30 | caddytls: Debug log for ask endpoint | Matthew Holt |
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-25 | reverseproxy: Add flag to short command to disable redirects (#5330) | Y.Horie |
2023-01-25 | tracing: Support placeholders in span name (#5329) | David Frickert |
2023-01-24 | go.mod: bump tscert package to fix Tailscale 1.34+ on Windows (#5331) | Brad Fitzpatrick |
2023-01-21 | cmd: `caddy fmt` return code is 1 if not formatted (#5297) | Y.Horie |
2023-01-21 | httpcaddyfile: Warn on importing empty file; skip dotfiles (#5320) | Y.Horie |
2023-01-21 | chore: Fix typo, coral -> cobra (#5325) | Y.Horie |
2023-01-18 | httpcaddyfile: Fix `handle` grouping inside `route` (#5315) | WeidiDeng |
2023-01-17 | go.mod: Update golang.org/x/net to v0.5.0 (#5314) | Alexandre Vicenzi |
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 |