aboutsummaryrefslogtreecommitdiffhomepage
path: root/caddyconfig/httpcaddyfile/builtins.go
AgeCommit message (Expand)Author
13 hourshttpcaddyfile: Implement experimental `force_automate` option (#6712)HEADmasterFrancis Lavoie
5 daysgo.mod: Upgrade ACMEz to v3; and upgrade CertMagicMatthew Holt
2024-11-11httpcaddyfile: Implement log `sampling` config (#6682)Nikolai K
2024-09-30core: Implement socket activation listeners (#6573)Aaron Paterson
2024-06-10logging: Customizable zap cores (#6381)Omar Ramadan
2024-05-11logging: Add support for additional logger filters other than hostname (#6082)Aziz Rmadi
2024-04-27chore: add warn logs when using deprecated fields (#6276)Mohammed Al Sahaf
2024-04-13caddytls: Upgrade ACMEz to v2; support ZeroSSL API; various fixes (#6229)Matt Holt
2024-03-05logging: Implement `log_append` handler (#6066)Francis Lavoie
2024-01-25tls: modularize trusted CA providers (#5784)Mohammed Al Sahaf
2024-01-23caddyfile: Normalize & flatten all unmarshalers (#6037)Francis Lavoie
2024-01-16httpcaddyfile: Add optional status code argument to `handle_errors` directive...Aziz Rmadi
2024-01-15httpcaddyfile: Rewrite `root` and `rewrite` parsing to allow omitting matcher...Francis Lavoie
2024-01-13filesystem: Globally declared filesystems, `fs` directive (#5833)a
2024-01-10httpcaddyfile: Fix redir <to> html (#6001)Subhaditya Nath
2024-01-09httpcaddyfile: Support client auth verifiers (#6022)Zach Galvin
2024-01-09tls: add reuse_private_keys (#6025)Rithvik Vibhu
2023-12-20httpcaddyfile: Fix cert file decoding to load multiple PEM in one file (#5997)Francis Lavoie
2023-08-20caddyfile: Adjust error formatting (#5765)Francis Lavoie
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-02httpcaddyfile: Allow `hostnames` & logger name overrides for log directive (#...Francis Lavoie
2023-05-16caddyhttp: Implement named routes, `invoke` directive (#5107)v2.7.0-beta.1Francis Lavoie
2023-01-18httpcaddyfile: Fix `handle` grouping inside `route` (#5315)WeidiDeng
2023-01-06caddytls: Add `dns_ttl` config, improve Caddyfile `tls` options (#5287)Yannick Ihmels
2022-10-05logging: Fix `skip_hosts` with wildcards (#5102)Francis Lavoie
2022-09-16caddyhttp: Support TLS key logging for debugging (#4808)David Manouchehri
2022-09-15caddyhttp: Add 'skip_log' var to omit request from logs (#4691)Francis Lavoie
2022-08-09httpcaddyfile: redir with "html" emits 200, no Location (fix #4940)Matthew Holt
2022-05-06reverseproxy: Support performing pre-check requests (#4739)Francis Lavoie
2022-03-25go.mod: Upgrade CertMagic to v0.16.0Matthew Holt
2022-03-22httpcaddyfile: Add 'vars' directiveMatthew Holt
2022-03-08caddytls: dns_challenge_override_domain for challenge delegation (#4596)Ran Chen
2022-02-17caddytls: Support external certificate Managers (like Tailscale) (#4541)Matt Holt
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-05-02httpcaddyfile: Add `auto_https ignore_loaded_certs` (#4077)Francis Lavoie
2021-03-12httpcaddyfile: Add `error` directive for the existing handler (#4034)Francis Lavoie
2021-03-12caddyconfig: add global option for configuring loggers (#4028)Aaron Taylor
2021-02-02httpcaddyfile: Add resolvers subdir of tls (close #4008)Matthew Holt
2021-02-02httpcaddyfile: Fix default issuers when email providedMatthew Holt
2021-01-28caddyhttp: Fix redir html status code, improve flow (#3987)Tyler Kropp
2021-01-28caddyhttp: Implement handler abort; new 'abort' directive (close #3871) (#3983)Matt Holt
2021-01-06caddytls: add 'key_type' subdirective (#3956)Jordi Masip
2021-01-05caddyfile: Refactor unmarshaling of module tokensMatthew Holt
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-11-16caddytls: Support multiple issuers (#3862)Matt Holt
2020-10-02map: Reimplement; multiple outputs; optimizeMatthew Holt
2020-08-11Update comment and Caddy 1 EOLMatthew Holt
2020-08-11caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)v2.2.0-rc.1Matt Holt
2020-08-05httpcaddyfile: Allow named matchers in `route` blocks (#3632)Francis Lavoie
2020-07-30caddytls: Replace lego with acmez (#3621)Matt Holt