summaryrefslogtreecommitdiff
path: root/caddytest
AgeCommit message (Expand)Author
2021-01-19caddytest: Update Caddyfile tests for formatting, HTTP-only blocksMatthew Holt
2021-01-19httpcaddyfile: Skip TLS APs for HTTP-only hosts (fix #3977)Matthew Holt
2021-01-13tests: use actual admin port value in error message (#3973)Sven Dowideit
2021-01-06caddytls: add 'key_type' subdirective (#3956)Jordi Masip
2021-01-04reverseproxy: Caddyfile health check headers, host header support (#3948)yaxin
2021-01-04httpcaddyfile: Adjust iterator when removing AP (fix #3953)Matthew Holt
2021-01-04caddyfile: Introduce basic linting and fmt check (#3923)Matt Holt
2020-12-30metrics: allow disabling OpenMetrics negotiation (#3944)Dave Henderson
2020-12-10caddyhttp: Clean up internal auto-HTTPS redirect codeMatthew Holt
2020-12-09httpcaddyfile: support matching headers that do not exist (#3909)Jack Baron
2020-12-07httpcaddyfile: Decrement counter when removing conn policy (fix #3906)Matthew Holt
2020-11-30headers: Fix Caddyfile parsing with request matcher (#3892)Francis Lavoie
2020-11-24httpcaddyfile: Fix test on WindowsMatthew Holt
2020-11-24httpcaddyfile: Proper log config with catch-all blocks (fix #3878)Matthew Holt
2020-11-23httpcaddyfile: Configure servers via global options (#3836)Francis Lavoie
2020-11-23reverseproxy: Add Caddyfile scheme shorthand for h2c (#3629)Francis Lavoie
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-11-20headers: Support default header values in Caddyfile with '?' (#3807)Gilbert Gilb's
2020-11-16requestbody: Add Caddyfile support (#3859)Nicola Piccinini
2020-11-16caddytls: Support multiple issuers (#3862)Matt Holt
2020-11-02caddyhttp: Merge query matchers in Caddyfile (#3839)Francis Lavoie
2020-11-02fastcgi: Add timeouts support to Caddyfile adapter (#3842)Francis Lavoie
2020-11-02reverseproxy: Wire up some http transport options in Caddyfile (#3843)Francis Lavoie
2020-11-02fileserver: Improve and clarify file hiding logic (#3844)Matt Holt
2020-10-31caddyhttp: Merge header matchers in Caddyfile (#3832)Francis Lavoie
2020-10-30reverseproxy: Add max_idle_conns_per_host; fix godocs (#3829)Francis Lavoie
2020-10-28httpcaddyfile: Revise automation policy generation (#3824)Matt Holt
2020-10-13reverseproxy: Fix dial placeholders, SRV, active health checks (#3780)Matt Holt
2020-10-02map: Apply default if mapped output is nilMatthew Holt
2020-10-02map: Reimplement; multiple outputs; optimizeMatthew Holt
2020-10-01reverseproxy: allow no port for SRV; fix regression in d55d50b (#3756)Mohammed Al Sahaf
2020-10-01reverseproxy: default to port 80 for upstreams in Caddyfile (#3772)Mohammed Al Sahaf
2020-09-25caddyfile: Add support for `vars` and `vars_regexp` matchers (#3730)Mohammed Al Sahaf
2020-09-22httpcaddyfile: Fix panic when parsing route with matchers (#3746)Francis Lavoie
2020-09-17metrics: Fix hidden panic while observing with bad exemplars (#3733)Dave Henderson
2020-09-17reverseproxy: Correct alternate port for active health checks (#3693)Mohammed Al Sahaf
2020-09-16httpcaddyfile: Ensure handle_path is sorted equally to handle (#3676)Francis Lavoie
2020-09-15logging: Implement Caddyfile support for filter encoder (#3578)Francis Lavoie
2020-09-08browse: align template to struct field renames from 4940325 (#3706)Mohammed Al Sahaf
2020-09-08reverseproxy: Add `buffer_requests` option to `reverse_proxy` directive (#3710)Francis Lavoie
2020-08-17httpcaddyfile: Improve directive sorting logic (#3658)Francis Lavoie
2020-08-11caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)Matt Holt
2020-08-05httpcaddyfile: Allow named matchers in `route` blocks (#3632)Francis Lavoie
2020-08-03reverse_proxy: fix bidirectional streams with encodings (fix #3606) (#3620)Kevin Lin
2020-08-03httpcaddyfile: Bring `enforce_origin` and `origins` to admin config (#3595)Ye Zhihao
2020-07-31httpcaddyfile: Add `compression` to http transport config (#3624)Ye Zhihao
2020-07-30caddytls: Replace lego with acmez (#3621)Matt Holt
2020-07-20reverse_proxy: flush HTTP/2 response when ContentLength is unknown (#3561)Kevin Lin
2020-07-17reverseproxy: Fix Caddyfile parsing for empty non-http transports (#3576)Francis Lavoie
2020-06-26caddyhttp: Add 'map' handler (#3199)Mark Sargent