Age | Commit message (Expand) | Author |
2020-03-24 | file_server: Fix dumb error check I must have written at 1am | Matthew Holt |
2020-03-24 | caddyhttp: Specify default access log for a server (fix #3185) | Matthew Holt |
2020-03-24 | reverse_proxy: Add support for SRV backends (#3180) | Matt Holt |
2020-03-24 | Remove some non-essential plugins from this repo (#2780) | Matthew Holt |
2020-03-24 | fastcgi: Add debug log (#3178) | Matthew Holt |
2020-03-24 | logging: Fix off-by-one for roll size MB from Caddyfile | Matthew Holt |
2020-03-23 | fastcgi: Ensure root is always absolute (issue #3178) (#3182) | Matt Holt |
2020-03-23 | fastcgi: Fix PATH_INFO (issue #3178) | Matthew Holt |
2020-03-23 | tls: Few minor improvements/simplifications | Matthew Holt |
2020-03-23 | caddyhttp: Always provision ACME issuers (fix terms agree error) | Matthew Holt |
2020-03-22 | fastcgi: Support multiple path splitters (close #1564) | Matthew Holt |
2020-03-20 | tls/http: Fix auto-HTTPS logic w/rt default issuers (fixes #3164) | Matthew Holt |
2020-03-20 | caddytls: Support wildcard matching in ServerName conn policy matcher | Matthew Holt |
2020-03-20 | go.mod: Update some deps; add new Strings lib to CEL matcher | Matthew Holt |
2020-03-20 | reverseproxy: Add Alt-Svc to Hop-by-hop headers list (#3159) | Paolo Barbolini |
2020-03-19 | caddyhttp: Implement CEL matcher (see #3051) (#3155) | Matt Holt |
2020-03-19 | httpcaddyfile: Unify strip_prefix, strip_suffix, uri_replace directives (#3157) | Matt Holt |
2020-03-18 | templates: Enable Goldmark's footnote extension (closes #3136) | Matthew Holt |
2020-03-18 | caddyhttp: Minor improved Caddyfile support for some matchers | Matthew Holt |
2020-03-17 | httpcaddyfile: Many tls-related improvements including on-demand support | Matthew Holt |
2020-03-16 | caddyhttp: Support path matcher of "*" without panic | Matthew Holt |
2020-03-15 | caddyhttp: Clean up; move some code around | Matthew Holt |
2020-03-15 | caddyhttp: Add support for listener wrapper modules | Matthew Holt |
2020-03-15 | caddytls: Clean up some code related to automation | Matthew Holt |
2020-03-15 | Add missing license texts | Matthew Holt |
2020-03-15 | caddytls: Set Issuer properly on automation policies (fix #3150) | Matthew Holt |
2020-03-14 | fileserver: Add --templates flag to file-server command | Matthew Holt |
2020-03-14 | pki: Don't treat cert installation failure as error | Matthew Holt |
2020-03-13 | Some hotfixes for beta 16 | Matthew Holt |
2020-03-13 | Minor tweaks | Matthew Holt |
2020-03-13 | v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125) | Matt Holt |
2020-03-09 | caddyhttp: New algorithm for auto HTTP->HTTPS redirects (fix #3127) (#3128) | Matt Holt |
2020-03-08 | caddytls: customizable client auth modes (#2913) | evtr |
2020-03-07 | http_ntlm: fix panic due to unintialized embedded field (#3120) | Mohammed Al Sahaf |
2020-03-07 | tls: Couple of quick fixes for 4d18587192e4fffe5b34b714eaabcfc212914c1e | Matthew Holt |
2020-03-07 | tls: Auto-migrate cert assets to new path (details in #3124) | Matthew Holt |
2020-03-06 | Merge branch 'certmagic-refactor' into v2 | Matthew Holt |
2020-03-06 | Refactor for CertMagic v0.10; prepare for PKI app | Matthew Holt |
2020-02-28 | reverse_proxy, php_fastcgi: Fix upstream parsing regression (fix #3101) | Matthew Holt |
2020-02-27 | Couple of minor docs tweaks | Matthew Holt |
2020-02-27 | Refactor ExtractMatcherSet() | Matthew Holt |
2020-02-27 | reverse_proxy: Allow use of URL to specify scheme | Matthew Holt |
2020-02-27 | cmd/reverse_proxy: Add --change-host-header flag | Matthew Holt |
2020-02-27 | Fix typos (#3087) | Success Go |
2020-02-27 | Revert "reverse_proxy: Add 'transparent' Caddyfile subdirective (closes #2873)" | Matthew Holt |
2020-02-27 | reverse_proxy: Add 'transparent' Caddyfile subdirective (closes #2873) | Matthew Holt |
2020-02-27 | It might be HTTP->HTTPS in the comment (#3086) | Success Go |
2020-02-26 | Initial implementation of global default SNI option (#3047) | Mark Sargent |
2020-02-25 | v2: 'log' directive for Caddyfile, and debug mode (#3052) | Matt Holt |
2020-02-25 | Expose TLS placeholders (#2982) | Cameron Moore |