Age | Commit message (Expand) | Author |
2021-03-29 | headers: Fix Caddyfile parsing for `request_header` with matchers (#4085) | Francis Lavoie |
2021-03-19 | fileserver: Add a few more debug lines (#4063) | Francis Lavoie |
2021-03-19 | fileserver: Browse listing supports dark mode (#4066) | rai |
2021-03-12 | httpcaddyfile: Add `error` directive for the existing handler (#4034) | Francis Lavoie |
2021-03-10 | map: Accept regex substitution in outputs (#3991) | Rajat Jain |
2021-03-03 | reverseproxy: Fix upstreams with placeholders with no port (#4046) | Francis Lavoie |
2021-03-01 | rewrite: Implement regex path replacements | Matthew Holt |
2021-03-01 | fileserver: Don't replace in request paths (fix #4027) | Matthew Holt |
2021-02-25 | reverseproxy: Fix round robin data race (#4038) | Matthew Holt |
2021-02-22 | reverseproxy: Add duration/latency placeholders (close #4012) (#4013) | Matt Holt |
2021-02-16 | Improve security warnings | Matthew Holt |
2021-02-11 | caddyhttp: Support placeholders in header matcher values (close #3916) | Matthew Holt |
2021-02-09 | reverseproxy: Response buffering & configurable buffer size | Matthew Holt |
2021-02-02 | caddyhttp: Check for invalid subdirectives of static_response | Matthew Holt |
2021-02-02 | httpcaddyfile: Fix default issuers when email provided | Matthew Holt |
2021-01-28 | caddyhttp: Implement handler abort; new 'abort' directive (close #3871) (#3983) | Matt Holt |
2021-01-19 | Revert "requestbody: Allow overwriting remote address" | Matthew Holt |
2021-01-16 | map: Add missing json struct tag | Matthew Holt |
2021-01-11 | templates: Add fileExists and httpError template actions | Matthew Holt |
2021-01-11 | requestbody: Allow overwriting remote address | Matthew Holt |
2021-01-11 | rewrite: Use RawPath instead of Path (fix #3596) (#3918) | go-d |
2021-01-05 | caddyfile: Refactor unmarshaling of module tokens | Matthew Holt |
2021-01-04 | reverseproxy: Caddyfile health check headers, host header support (#3948) | yaxin |
2021-01-04 | caddyfile: Introduce basic linting and fmt check (#3923) | Matt Holt |
2020-12-30 | fileserver: Fix "go up" links in browse listings (closes #3942) | Matthew Holt |
2020-12-14 | reverseproxy: Minor lint fixes | Matthew Holt |
2020-12-10 | caddyhttp: Optionally use forwarded IP for remote_ip matcher | Matthew Holt |
2020-12-10 | caddyhttp: Clean up internal auto-HTTPS redirect code | Matthew Holt |
2020-12-09 | caddyhttp: Document that remote_ip reads X-Forwarded-For header | Matthew Holt |
2020-12-09 | httpcaddyfile: support matching headers that do not exist (#3909) | Jack Baron |
2020-12-04 | fastcgi: Set PATH_INFO to file matcher remainder as fallback (#3739) | Francis Lavoie |
2020-12-03 | caddyauth: Use structured log | Matthew Holt |
2020-12-02 | Minor comments | Matthew Holt |
2020-12-02 | caddyhttp: Optimize large host matchers | Matthew Holt |
2020-12-01 | caddyauth: Use buffered channel passed to signal.Notify (#3895) | Cuong Manh Le |
2020-11-30 | headers: Fix Caddyfile parsing with request matcher (#3892) | Francis Lavoie |
2020-11-26 | docs: Mention {http.auth.user.id} placeholder in basicauth JSON docs (#3886) | Francis Lavoie |
2020-11-26 | fileserver: Add debug logging | Matthew Holt |
2020-11-25 | reverseproxy: Handle "operation was canceled" errors (#3816) | Daniel Santos |
2020-11-24 | fileserver: Preserve transformed root (fix #3838) | Matthew Holt |
2020-11-23 | httpcaddyfile: Configure servers via global options (#3836) | Francis Lavoie |
2020-11-23 | reverseproxy: Add Caddyfile scheme shorthand for h2c (#3629) | Francis Lavoie |
2020-11-22 | ci: Use golangci's github action for linting (#3794) | Dave Henderson |
2020-11-20 | reverseproxy: Logging for streaming and upgrades (#3689) | Francis Lavoie |
2020-11-20 | reverseproxy: Implement cookie hash selection policy (#3809) | Dimitri Masson |
2020-11-20 | headers: Support default header values in Caddyfile with '?' (#3807) | Gilbert Gilb's |
2020-11-18 | caddyhttp: Return error if error handling error | Matthew Holt |
2020-11-18 | caddyhttp: New idle_timeout default of 5m | Matthew Holt |
2020-11-17 | caddyhttp: Fix header matcher when using nil | Matthew Holt |
2020-11-16 | reverse_proxy: Fix random_choose selection policy (#3811) | Dimitri Masson |