summaryrefslogtreecommitdiff
path: root/caddytest
AgeCommit message (Expand)Author
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
2020-06-22fastcgi: Fix php_fastcgi matcher regression (#3512)Francis Lavoie
2020-06-12httpcaddyfile: New `acme_eab` option (#3492)Chris Ortman
2020-06-05httpcaddyfile: Add client_auth options to tls directive (#3335)NWHirschfeld
2020-06-01caddyfile: Add args on imports (#3423)Francis Lavoie
2020-05-26httpcaddyfile: New `handle_path` directive (#3281)Francis Lavoie
2020-05-19httpcaddyfile: Add `auto_https` global option (#3284)Francis Lavoie
2020-05-18fastcgi: `php_fastcgi` subdirectives to override shortcut behaviour (#3255)Francis Lavoie
2020-05-14caddytest: Refactor Caddyfile adapt tests to separate files (#3398)Francis Lavoie
2020-05-11httpcaddyfile: Shorthands for parameterized placeholders (#3305)Francis Lavoie
2020-05-11core: Add support for `d` duration unit (#3323)Francis Lavoie
2020-05-11httpcaddyfile: Make global options pluggable (#3265)Francis Lavoie
2020-05-11caddyhttp: Fix merging of Caddyfile matchers in not blocks (#3379)Francis Lavoie
2020-05-10fix testharness, dumps the current config, only if the config was successfull...Mark Sargent
2020-05-05httpcaddyfile: Support single-line matchers (#3263)Francis Lavoie
2020-05-02expose caddytest timeouts (#3329)Mark Sargent
2020-04-27refactored caddytest helpers (#3285)Mark Sargent
2020-04-09caddytls: Fix for TLS conn policy being applied to HTTP-only servers (#3243)Matt Holt
2020-04-08chore: make the linter happier (#3245)Mohammed Al Sahaf
2020-04-03chore: add adapt tests. fix load failure not failing tests (#3222)Mark Sargent
2020-04-01caddytls: Refactor certificate selection policies (close #1575)Matthew Holt
2020-03-25ci: exclude integration tests for now (#3188)Mark Sargent
2020-03-23report error on failed location response (#3184)Mark Sargent
2020-03-22ci: test local CA and update SNI tests (#3145)Mark Sargent
2020-03-17caddyhttp: Add default SNI tests (#3146)Mark Sargent
2020-03-13caddyhttp: Fix default SNI for default conn policy (#3141)Mark Sargent