Age | Commit message (Expand) | Author |
2022-03-03 | reverseproxy: Make shallow-ish clone of the request (#4551) | Francis Lavoie |
2022-03-02 | fastcgi: Set SERVER_PORT to 80 or 443 depending on scheme (#4572) | ttys3 |
2022-03-01 | reverseproxy: Move status replacement intercept to `replace_status` (#4300) | Francis Lavoie |
2022-02-01 | reverseproxy: Avoid returning a `nil` error during GetClientCertificate (#4550) | Francis Lavoie |
2022-01-19 | Improve the reverse-proxy CLI --to flag help message (#4535) | Vojtech Vitek |
2022-01-04 | admin, reverseproxy: Stop timers if canceled to avoid goroutine leak (#4482) | Денис Телюх |
2021-12-17 | reverseproxy: Fix incorrect `health_headers` Caddyfile parsing (#4485) | Francis Lavoie |
2021-12-02 | caddyhttp: Make logging of credential headers opt-in (#4438) | Francis Lavoie |
2021-12-02 | fastcgi: Fix a TODO, prevent zap using reflection for logging env (#4437) | Francis Lavoie |
2021-11-24 | reverseproxy: Adjust defaults, document defaults (#4436) | Francis Lavoie |
2021-10-26 | reverseproxy: Sanitize scheme and host on incoming requests (#4237) | Francis Lavoie |
2021-10-18 | reverseproxy: Prevent copying the response if a response handler ran (#4388) | Francis Lavoie |
2021-10-11 | caddyhttp: reverseproxy: clarify warning for -insecure (#4379) | Simão Gomes Viana |
2021-09-29 | Move from deprecated ioutil to os and io packages (#4364) | KallyDev |
2021-09-27 | Revert 3336faf2 (close #4360) | Matthew Holt |
2021-09-24 | reverseproxy: Log error at error level (fix #4360) | Matthew Holt |
2021-09-17 | fastcgi: Implement `try_files` override in Caddyfile directive (#4347) | Francis Lavoie |
2021-09-11 | fastcgi: Fix Caddyfile parsing when `handle_response` is used (#4342) | Francis Lavoie |
2021-08-23 | reverseproxy: Remove redundant flushing (#4299) | Francis Lavoie |
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-06 | reverseproxy: Keep path to unix socket as dial address (#4232) | elnoro |
2021-06-17 | caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207) | Matt Holt |
2021-06-16 | Some misc. cleanup | Matthew Holt |
2021-06-15 | reverseproxy: Fix overwriting of max_idle_conns_per_host (closes #4201) | Matthew Holt |
2021-06-04 | reverseproxy: Always remove hop-by-hop headers | Matthew Holt |
2021-05-12 | reverseproxy: Set the headers in the replacer before `handle_response` (#4165) | Francis Lavoie |
2021-05-05 | reverseproxy: Minor logging improvements | Matthew Holt |
2021-05-02 | reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021) | Francis Lavoie |
2021-04-29 | reverseproxy: fix hash selection policy (#4137) | Simão Gomes Viana |
2021-04-21 | reverseproxy: Admin endpoint for reporting upstream statuses (#4125) | Francis Lavoie |
2021-03-30 | reverseproxy: Set cookie path to `/` when using cookie lb_policy (#4096) | Dimitri Masson |
2021-03-29 | reverseproxy: Implement health_uri, deprecate health_path, supports query (#4... | Francis Lavoie |
2021-03-03 | reverseproxy: Fix upstreams with placeholders with no port (#4046) | Francis Lavoie |
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-09 | reverseproxy: Response buffering & configurable buffer size | Matthew Holt |
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-14 | reverseproxy: Minor lint fixes | Matthew Holt |
2020-12-04 | fastcgi: Set PATH_INFO to file matcher remainder as fallback (#3739) | Francis Lavoie |
2020-11-25 | reverseproxy: Handle "operation was canceled" errors (#3816) | Daniel Santos |
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-16 | reverse_proxy: Fix random_choose selection policy (#3811) | Dimitri Masson |
2020-11-02 | fastcgi: Add timeouts support to Caddyfile adapter (#3842) | Francis Lavoie |