Age | Commit message (Expand) | Author |
2022-10-05 | Fix typo in comment (#5121) | Ioannis Cherouvim |
2022-10-05 | logging: Fix `skip_hosts` with wildcards (#5102) | Francis Lavoie |
2022-10-05 | caddytest: Revise sleep durations | Matthew Holt |
2022-10-05 | core: Set version manually via CustomVersion (#5072) | Adam Weinberger |
2022-10-05 | forwardauth: Canonicalize header fields (fix #5038) (#5097) | Matt Holt |
2022-10-04 | logging: Perform filtering on arrays of strings (where possible) (#5101) | Francis Lavoie |
2022-10-05 | logging: Add `time_local` option to use local time instead of UTC (#5108) | Francis Lavoie |
2022-10-04 | fileserver: Treat invalid file path as NotFound (#5099) | xufanglu |
2022-10-04 | logging: Better `console` encoder defaults (#5109) | Francis Lavoie |
2022-10-04 | httpcaddyfile: Skip `automate` when `auto_https off` is specified (#5110) | Francis Lavoie |
2022-10-04 | core: Chdir to executable location on Windows (#5115) | Tobias Gruetzmacher |
2022-10-04 | ci: enhance the CI/CD flow (#5118) | Mohammed Al Sahaf |
2022-10-02 | Fix inverted logic in Windows service detection (#5106) | Tobias Gruetzmacher |
2022-10-01 | fileserver: better dark mode visited link contrast (#5105) | iliana etaoin |
2022-09-30 | go.mod: Upgrade select dependencies | Matthew Holt |
2022-09-30 | caddyhttp: Remote IP prefix placeholders | Matthew Holt |
2022-09-29 | map: Remove infinite recursion check (#5094) | Matt Holt |
2022-09-29 | Fix comment | Matthew Holt |
2022-09-29 | reverseproxy: Parse humanized byte size (fix #5095) | Matthew Holt |
2022-09-29 | admin: Use replacer on listen addresses (#5071) | Cory Cooper |
2022-09-29 | core: Fix ListenQUIC listener key conflict | Matthew Holt |
2022-09-29 | reverseproxy: On 103 don't delete own headers (#5091) | Matt Holt |
2022-09-28 | Merge pull request #5076 from caddyserver/fastcgi-redir | Matt Holt |
2022-09-28 | caddyhttp: replace placeholders in map defaults (#5081) | Will Norris |
2022-09-28 | core: Refactor and improve listener logic (#5089) | Matt Holt |
2022-09-28 | rewrite: Only trim prefix if matched | Matthew Holt |
2022-09-27 | reverseproxy: fix upstream scheme handling in command (#5088) | lemmi |
2022-09-24 | ci: fix integration tests (#5079) | Mohammed Al Sahaf |
2022-09-23 | headers: Support repeated WriteHeader if 1xx (fix #5074) | Matthew Holt |
2022-09-23 | Fix tests | Matthew Holt |
2022-09-23 | fastcgi: Redirect using original URI path (fix #5073) | Matthew Holt |
2022-09-22 | ci: extend goreleaser timeout to 1-hour (#5067) | Mohammed Al Sahaf |
2022-09-21 | Tweak some comments | Matthew Holt |
2022-09-21 | core: Reuse unix sockets (UDS) and don't try to serve HTTP/3 over UDS (#5063) | Matt Holt |
2022-09-21 | encode: don't WriteHeader unless called (#5060) | WeidiDeng |
2022-09-20 | fileserver: Reinstate --debug flag | Matthew Holt |
2022-09-20 | httpcaddyfile: Fix `protocols` global option parsing (#5054) | Francis Lavoie |
2022-09-19 | caddyhttp: Skip inserting HTTP->HTTPS redir if catch-all for both exist (#5051) | Francis Lavoie |
2022-09-19 | caddyhttp: Honor grace period in background (#5043) | Matt Holt |
2022-09-19 | events: Make event data exported | Matthew Holt |
2022-09-17 | caddyhttp: responseRecorder save status in all cases (#5049) | WeidiDeng |
2022-09-17 | caddyhttp: Fix write header on responseRecorder | Matthew Holt |
2022-09-17 | ci: fix the name template of singing certificate and sboms (#5046) | Mohammed Al Sahaf |
2022-09-16 | core: Variadic Context.Logger(); soft deprecation | Matthew Holt |
2022-09-16 | caddyhttp: Support configuring Server from handler provisioning (#4933) | WeidiDeng |
2022-09-16 | caddyhttp: Support TLS key logging for debugging (#4808) | David Manouchehri |
2022-09-16 | caddyhttp: Make metrics opt-in (#5042) | Matt Holt |
2022-09-16 | caddytls: Debug log on implicit tailscale error (#5041) | Matthew Holt |
2022-09-15 | caddyhttp: Add --debug flag to commands | Matthew Holt |
2022-09-15 | encode: Fix Accept-Ranges header; HEAD requests (#5039) | WeidiDeng |