Age | Commit message (Expand) | Author |
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 |
2020-11-02 | reverseproxy: Wire up some http transport options in Caddyfile (#3843) | Francis Lavoie |
2020-10-30 | reverseproxy: Add max_idle_conns_per_host; fix godocs (#3829) | Francis Lavoie |
2020-10-29 | reverseproxy: caddyfile: Don't add port if upstream has placeholder (#3819) | Jason McCallister |
2020-10-13 | reverseproxy: Fix dial placeholders, SRV, active health checks (#3780) | Matt Holt |
2020-10-01 | reverseproxy: allow no port for SRV; fix regression in d55d50b (#3756) | Mohammed Al Sahaf |
2020-10-01 | reverseproxy: Change 500 error to 502 for lookup_srv config (#3771) | Aleksei |
2020-10-01 | reverseproxy: default to port 80 for upstreams in Caddyfile (#3772) | Mohammed Al Sahaf |
2020-10-01 | reverseproxy: Ignore RFC 1521 params in Content-Type header (#3758) | Christian Flach |
2020-09-17 | reverseproxy: Correct alternate port for active health checks (#3693) | Mohammed Al Sahaf |
2020-09-16 | reverseproxy: Enforce port range size of 1 at provision (#3695) | Mohammed Al Sahaf |
2020-09-08 | reverseproxy: Add `buffer_requests` option to `reverse_proxy` directive (#3710) | Francis Lavoie |
2020-08-31 | reverseproxy: Abort active health checks on context cancellation | Matthew Holt |
2020-08-20 | ci: Upgrade to Go 1.15 (#3642) | Francis Lavoie |
2020-08-17 | reverseproxy: Make default buffer size const | Matthew Holt |
2020-08-17 | reverseproxy: Support header selection policy on `Host` field (#3653) | Francis Lavoie |
2020-08-07 | reverseproxy: Minor fixes and cleanup | Matthew Holt |
2020-08-03 | reverse_proxy: fix bidirectional streams with encodings (fix #3606) (#3620) | Kevin Lin |
2020-07-31 | admin,templates,core: Minor enhancements and error handling (#3607) | Bart |
2020-07-31 | httpcaddyfile: Add `compression` to http transport config (#3624) | Ye Zhihao |
2020-07-20 | fastcgi: Add resolve_root_symlink (#3587) | Manuel Dalla Lana |
2020-07-20 | reverse_proxy: flush HTTP/2 response when ContentLength is unknown (#3561) | Kevin Lin |
2020-07-18 | reverseproxy: add support for custom DNS resolver (#3479) | Mohammed Al Sahaf |
2020-07-17 | reverseproxy: Restore request's original host and header (fix #3509) | Matthew Holt |
2020-07-17 | fastcgi: Ensure leading slash, omit SERVER_PORT if empty for compliance (#3570) | Francis Lavoie |
2020-07-17 | fastcgi: Fill REMOTE_USER with http.auth.user.id placeholder (#3577) | Francis Lavoie |