Age | Commit message (Expand) | Author |
2021-09-19 | fileserver: Make file listing links purple once visited (#4356) | Slavik |
2021-09-18 | fileserver: Fix displayed file size if it is symlink (#4354) | HayatoShiba |
2021-09-17 | templates: Add 'import' action (#4321) | Tim Culverhouse |
2021-09-17 | fastcgi: Implement `try_files` override in Caddyfile directive (#4347) | Francis Lavoie |
2021-09-17 | caddyhttp: Add support for triggering errors from `try_files` (#4346) | Francis Lavoie |
2021-09-16 | fileserver: properly handle escaped/non-ascii paths (#4332) | Mohammed Al Sahaf |
2021-09-15 | templates: Propagate httpError to HTTP response | Matthew Holt |
2021-09-13 | headers: Canonicalize case in replace (fix #4330) | Matthew Holt |
2021-09-11 | fastcgi: Fix Caddyfile parsing when `handle_response` is used (#4342) | Francis Lavoie |
2021-08-31 | encode: ignore flushing until after first write (#4318) | Steffen Brüheim |
2021-08-23 | reverseproxy: Remove redundant flushing (#4299) | Francis Lavoie |
2021-08-19 | caddyhttp: Updated the documentation for MatchQuery (#4295) | Scott Mebberson |
2021-08-17 | logging: Warn for deprecated single_field encoder | Matthew Holt |
2021-08-12 | reverseproxy: Incorporate latest proxy changes from stdlib (#4266) | Francis Lavoie |
2021-07-14 | logging: Prep for `common_log` removal (#4149) | Francis Lavoie |
2021-07-14 | caddyhttp: Fix edgecase with auto HTTP->HTTPS logic (#4243) | Francis Lavoie |
2021-07-12 | logging: Add missing interface guards for replace filter (#4244) | Leo Di Donato |
2021-07-07 | fileserver: Fix browse name_dir_first sorting (#4218) | diamondburned |
2021-07-06 | reverseproxy: Keep path to unix socket as dial address (#4232) | elnoro |
2021-07-06 | caddyhttp: Fix incorrect determination of gRPC protocol (#4236) | hmol233 |
2021-07-01 | fileserver: Add `disable_canonical_uris` Caddyfile subdirective (#4222) | mritd |
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-21 | acmeserver: Trim slashes from path prefix | 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: Fix overwriting of max_idle_conns_per_host (closes #4201) | Matthew Holt |
2021-06-14 | Revert "fileserver: Redirect within the original URL (#4179)" | 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-04 | reverseproxy: Always remove hop-by-hop headers | Matthew Holt |
2021-06-04 | logging: Actually use `level_key` (#4189) | Francis Lavoie |
2021-06-03 | go.mod: Update direct dependencies | Matthew Holt |
2021-05-19 | logging: Implement dial timeout for net writer (fix #4083) (#4172) | Matt Holt |
2021-05-12 | reverseproxy: Set the headers in the replacer before `handle_response` (#4165) | Francis Lavoie |
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-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-02 | reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021) | Francis Lavoie |
2021-05-02 | caddyhttp: performance improvement in HeaderRE Matcher (#4143) | Calvin Xiao |