Age | Commit message (Expand) | Author |
2021-05-12 | caddyfile: Add parse error on site address with trailing `{` (#4163) | Francis Lavoie |
2021-05-11 | httpcaddyfile: Fix automation policy consolidation again (fix #4161) | Matthew Holt |
2021-05-10 | caddyfile: Fix `caddy fmt` nesting not decrementing (#4157) | Matthew Penner |
2021-05-07 | httpcaddyfile: Add `grace_period` global option (#4152) | Francis Lavoie |
2021-05-02 | reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021) | Francis Lavoie |
2021-05-02 | httpcaddyfile: Add `auto_https ignore_loaded_certs` (#4077) | Francis Lavoie |
2021-05-02 | httpcaddyfile: Add global option for `storage_clean_interval` (#4134) | Francis Lavoie |
2021-04-29 | httpcaddyfile: Fix unexpectedly removed policy (#4128) | Alban Lecocq |
2021-04-22 | caddyfile: Fix `import` replacing unrelated placeholders (#4129) | Francis Lavoie |
2021-04-16 | httpcaddyfile: Take into account host scheme/port (fix #4113) | Matthew Holt |
2021-04-15 | fuzz: fix the FuzzFormat comparison (#4117) | Mohammed Al Sahaf |
2021-04-09 | caddyfile: reject cyclic imports (#4022) | Mohammed Al Sahaf |
2021-04-08 | ci: fuzz: add 4 more fuzzing targets (#4105) | Mohammed Al Sahaf |
2021-04-02 | httpcaddyfile: Fix panic in automation policy consolidation (#4104) | Francis Lavoie |
2021-04-02 | caddyfile: Normalize line endings before comparing fmt result (#4103) | Francis Lavoie |
2021-03-12 | httpcaddyfile: Add `error` directive for the existing handler (#4034) | Francis Lavoie |
2021-03-12 | caddyconfig: add global option for configuring loggers (#4028) | Aaron Taylor |
2021-02-22 | httpcaddyfile: Fix catch-all site block sorting | Matthew Holt |
2021-02-15 | httpcaddyfile: Configure other apps from global options (#3990) | Francis Lavoie |
2021-02-08 | httpcaddyfile: Fix automation policies | Matthew Holt |
2021-02-02 | httpcaddyfile: Add resolvers subdir of tls (close #4008) | Matthew Holt |
2021-02-02 | acmeserver: Support custom CAs from Caddyfile | Matthew Holt |
2021-02-02 | httpcaddyfile: Fix default issuers when email provided | Matthew Holt |
2021-02-01 | httpcaddyfile: Warn if site address uses unspecified IP (close #4004) | Matthew Holt |
2021-02-01 | httpcaddyfile: Sort catch-all site blocks properly (fix #4003) | Matthew Holt |
2021-01-28 | caddyhttp: Fix redir html status code, improve flow (#3987) | Tyler Kropp |
2021-01-28 | caddyhttp: Implement handler abort; new 'abort' directive (close #3871) (#3983) | Matt Holt |
2021-01-27 | admin: Identity management, remote admin, config loaders (#3994) | Matt Holt |
2021-01-19 | caddytest: Update Caddyfile tests for formatting, HTTP-only blocks | Matthew Holt |
2021-01-19 | httpcaddyfile: Skip TLS APs for HTTP-only hosts (fix #3977) | Matthew Holt |
2021-01-07 | caddytls: Configurable OCSP stapling; global option (closes #3714) | Matthew Holt |
2021-01-07 | httpcaddyfile: Support repeated use of cert_issuer global option | Matthew Holt |
2021-01-06 | caddytls: add 'key_type' subdirective (#3956) | Jordi Masip |
2021-01-05 | caddyfile: Refactor unmarshaling of module tokens | Matthew Holt |
2021-01-04 | httpcaddyfile: Adjust iterator when removing AP (fix #3953) | Matthew Holt |
2021-01-04 | caddyfile: Introduce basic linting and fmt check (#3923) | Matt Holt |
2020-12-16 | caddyfile: Fix minor bug in formatter | Matthew Holt |
2020-12-07 | httpcaddyfile: Decrement counter when removing conn policy (fix #3906) | Matthew Holt |
2020-11-24 | httpcaddyfile: Proper log config with catch-all blocks (fix #3878) | Matthew Holt |
2020-11-23 | caddyfile: Add support for env var defaults; add tests (#3682) | Francis Lavoie |
2020-11-23 | httpcaddyfile: Configure servers via global options (#3836) | Francis Lavoie |
2020-11-22 | ci: Use golangci's github action for linting (#3794) | Dave Henderson |
2020-11-20 | headers: Support default header values in Caddyfile with '?' (#3807) | Gilbert Gilb's |
2020-11-16 | requestbody: Add Caddyfile support (#3859) | Nicola Piccinini |
2020-11-16 | caddytls: Support multiple issuers (#3862) | Matt Holt |
2020-11-04 | httpcaddyfile: Add certificate_pem placeholder short, add to godoc (#3846) | Gaurav Dhameeja |
2020-10-28 | httpcaddyfile: Revise automation policy generation (#3824) | Matt Holt |
2020-10-22 | httpcaddyfile: Improve AP logic with OnDemand | Matthew Holt |
2020-10-02 | map: Reimplement; multiple outputs; optimize | Matthew Holt |
2020-09-22 | httpcaddyfile: Fix panic when parsing route with matchers (#3746) | Francis Lavoie |