Age | Commit message (Expand) | Author |
2022-05-06 | map: Prevent output destinations overlap with Caddyfile shorthands (#4657) | Francis Lavoie |
2022-05-06 | reverseproxy: Support performing pre-check requests (#4739) | Francis Lavoie |
2022-04-28 | httpcaddyfile: Fix duplicate access log when debug is on (#4746) | Francis Lavoie |
2022-04-25 | httpcaddyfile: Add `{vars.*}` placeholder shortcut, reverse `vars` sort order... | Francis Lavoie |
2022-04-25 | httpcaddyfile: Deprecate paths in site addresses; use zap logs (#4728) | Francis Lavoie |
2022-04-21 | Make file modes consistent | Matthew Holt |
2022-03-25 | go.mod: Upgrade CertMagic to v0.16.0 | Matthew Holt |
2022-03-24 | httpcaddyfile: Fix #4640 (auto-HTTPS edgecase) (#4661) | Francis Lavoie |
2022-03-23 | caddyfile: Prevent bad block opening tokens (#4655) | Francis Lavoie |
2022-03-22 | httpcaddyfile: Add 'vars' directive | Matthew Holt |
2022-03-18 | caddyfile: Support for raw token values; improve `map`, `expression` (#4643) | Francis Lavoie |
2022-03-15 | ci: Build on Go 1.18, bump actions versions (#4637) | Francis Lavoie |
2022-03-13 | chore: Comment fixes (#4634) | Francis Lavoie |
2022-03-09 | reverseproxy: copy_response and copy_response_headers for handle_response rou... | Francis Lavoie |
2022-03-08 | tracing: New OpenTelemetry module (#4361) | Andrii Kushch |
2022-03-08 | caddytls: dns_challenge_override_domain for challenge delegation (#4596) | Ran Chen |
2022-03-05 | reverseproxy: Refactor dial address parsing, augment command parsing (#4616) | Francis Lavoie |
2022-03-01 | httpcaddyfile: Support explicitly turning off `strict_sni_host` (#4592) | Francis Lavoie |
2022-02-19 | httpcaddyfile: Disabling OCSP stapling for both managed and unmanaged (#4589) | Francis Lavoie |
2022-02-17 | caddyconfig: Support placeholders in HTTP loader | Matthew Holt |
2022-02-17 | caddytls: Support external certificate Managers (like Tailscale) (#4541) | Matt Holt |
2022-01-18 | httpcaddyfile: Add pki app `root` and `intermediate` cert/key config (#4514) | Francis Lavoie |
2022-01-18 | rewrite: Add `method` Caddyfile directive (#4528) | Francis Lavoie |
2022-01-18 | httpcaddyfile: Add `default_bind` global option (#4531) | Francis Lavoie |
2022-01-18 | httpcaddyfile: Fix incorrect handling of IPv6 bind addresses (#4532) | Francis Lavoie |
2022-01-05 | httpcaddyfile: Support configuring `pki` app names via global options (#4450) | Francis Lavoie |
2021-12-13 | httpcaddyfile: Fix sorting edgecase for nested `handle_path` (#4477) | Francis Lavoie |
2021-12-07 | caddyfile: impove fmt warning message (#4444) | Runzhi He |
2021-12-02 | caddyhttp: Make logging of credential headers opt-in (#4438) | Francis Lavoie |
2021-11-29 | caddyhttp: Split up logged remote address into IP and port (#4403) | Francis Lavoie |
2021-11-29 | logging: Remove common_log field and single_field encoder (#4149) (#4282) | Matt Holt |
2021-11-28 | caddyfile: make renew_interval option configurable (#4451) | Rainer Borene |
2021-11-15 | caddyfile: Copy input before parsing (fix #4422) | Matthew Holt |
2021-10-26 | httpcaddyfile: Empty tls policy for internal http localhost (#4398) | Marc Easen |
2021-10-20 | httpcaddyfile: Preserve IPv6 addresses through normalization (fix #4381) | Matthew Holt |
2021-10-01 | caddyhttp: Placeholder for client cert in DER + base64 format (#4241) | Oleg |
2021-09-29 | Move from deprecated ioutil to os and io packages (#4364) | KallyDev |
2021-09-16 | Make copyright notice more consistent | Matthew Holt |
2021-08-26 | httpcaddyfile: Reorder some directives (#4311) | Francis Lavoie |
2021-08-25 | httpcaddyfile: Improve unrecognized directive errors | Matthew Holt |
2021-08-23 | caddyfile: Better error message for missing site block braces (#4301) | Francis Lavoie |
2021-08-23 | caddyfile: Error on invalid site addresses containing comma (#4302) | Francis Lavoie |
2021-08-12 | httpcaddyfile: Add shortcut for proxy hostport placeholder (#4263) | Francis Lavoie |
2021-08-02 | httpcaddyfile: Ensure hosts to skip for logs can always be collected (#4258) | Frederik Ring |
2021-07-19 | caddyfile: keep error chain info in Dispenser.Errf (#4233) | Ggicci |
2021-06-25 | httpcaddyfile: Don't put localhost in public APs (fix #4220) | Matthew Holt |
2021-06-09 | httpcaddyfile: Don't add HTTP hosts to TLS APs (fix #4176 and fix #4198) | Matthew Holt |
2021-06-08 | httpcaddyfile: Add `preferred_chains` global option and issuer subdirective (... | Klooven |
2021-06-07 | httpcaddyfile: Add `skip_install_trust` global option (#4153) | Francis Lavoie |
2021-05-12 | caddyfile: Add parse error on site address with trailing `{` (#4163) | Francis Lavoie |