Age | Commit message (Expand) | Author |
2020-10-01 | reverseproxy: allow no port for SRV; fix regression in d55d50b (#3756) | Mohammed Al Sahaf |
2020-10-01 | reverseproxy: default to port 80 for upstreams in Caddyfile (#3772) | Mohammed Al Sahaf |
2020-09-25 | caddyfile: Add support for `vars` and `vars_regexp` matchers (#3730) | Mohammed Al Sahaf |
2020-09-22 | httpcaddyfile: Fix panic when parsing route with matchers (#3746) | Francis Lavoie |
2020-09-17 | metrics: Fix hidden panic while observing with bad exemplars (#3733) | Dave Henderson |
2020-09-17 | reverseproxy: Correct alternate port for active health checks (#3693) | Mohammed Al Sahaf |
2020-09-16 | httpcaddyfile: Ensure handle_path is sorted equally to handle (#3676) | Francis Lavoie |
2020-09-15 | logging: Implement Caddyfile support for filter encoder (#3578) | Francis Lavoie |
2020-09-08 | browse: align template to struct field renames from 4940325 (#3706) | Mohammed Al Sahaf |
2020-09-08 | reverseproxy: Add `buffer_requests` option to `reverse_proxy` directive (#3710) | Francis Lavoie |
2020-08-17 | httpcaddyfile: Improve directive sorting logic (#3658) | Francis Lavoie |
2020-08-11 | caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633) | Matt Holt |
2020-08-05 | httpcaddyfile: Allow named matchers in `route` blocks (#3632) | Francis Lavoie |
2020-08-03 | reverse_proxy: fix bidirectional streams with encodings (fix #3606) (#3620) | Kevin Lin |
2020-08-03 | httpcaddyfile: Bring `enforce_origin` and `origins` to admin config (#3595) | Ye Zhihao |
2020-07-31 | httpcaddyfile: Add `compression` to http transport config (#3624) | Ye Zhihao |
2020-07-30 | caddytls: Replace lego with acmez (#3621) | Matt Holt |
2020-07-20 | reverse_proxy: flush HTTP/2 response when ContentLength is unknown (#3561) | Kevin Lin |
2020-07-17 | reverseproxy: Fix Caddyfile parsing for empty non-http transports (#3576) | Francis Lavoie |
2020-06-26 | caddyhttp: Add 'map' handler (#3199) | Mark Sargent |
2020-06-22 | fastcgi: Fix php_fastcgi matcher regression (#3512) | Francis Lavoie |
2020-06-12 | httpcaddyfile: New `acme_eab` option (#3492) | Chris Ortman |
2020-06-05 | httpcaddyfile: Add client_auth options to tls directive (#3335) | NWHirschfeld |
2020-06-01 | caddyfile: Add args on imports (#3423) | Francis Lavoie |
2020-05-26 | httpcaddyfile: New `handle_path` directive (#3281) | Francis Lavoie |
2020-05-19 | httpcaddyfile: Add `auto_https` global option (#3284) | Francis Lavoie |
2020-05-18 | fastcgi: `php_fastcgi` subdirectives to override shortcut behaviour (#3255) | Francis Lavoie |
2020-05-14 | caddytest: Refactor Caddyfile adapt tests to separate files (#3398) | Francis Lavoie |
2020-05-11 | httpcaddyfile: Shorthands for parameterized placeholders (#3305) | Francis Lavoie |
2020-05-11 | core: Add support for `d` duration unit (#3323) | Francis Lavoie |
2020-05-11 | httpcaddyfile: Make global options pluggable (#3265) | Francis Lavoie |
2020-05-11 | caddyhttp: Fix merging of Caddyfile matchers in not blocks (#3379) | Francis Lavoie |
2020-05-10 | fix testharness, dumps the current config, only if the config was successfull... | Mark Sargent |
2020-05-05 | httpcaddyfile: Support single-line matchers (#3263) | Francis Lavoie |
2020-05-02 | expose caddytest timeouts (#3329) | Mark Sargent |
2020-04-27 | refactored caddytest helpers (#3285) | Mark Sargent |
2020-04-09 | caddytls: Fix for TLS conn policy being applied to HTTP-only servers (#3243) | Matt Holt |
2020-04-08 | chore: make the linter happier (#3245) | Mohammed Al Sahaf |
2020-04-03 | chore: add adapt tests. fix load failure not failing tests (#3222) | Mark Sargent |
2020-04-01 | caddytls: Refactor certificate selection policies (close #1575) | Matthew Holt |
2020-03-25 | ci: exclude integration tests for now (#3188) | Mark Sargent |
2020-03-23 | report error on failed location response (#3184) | Mark Sargent |
2020-03-22 | ci: test local CA and update SNI tests (#3145) | Mark Sargent |
2020-03-17 | caddyhttp: Add default SNI tests (#3146) | Mark Sargent |
2020-03-13 | caddyhttp: Fix default SNI for default conn policy (#3141) | Mark Sargent |