Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-11 | caddytls: Reuse certificate cache through reloads (#5623) | Matt Holt | |
* caddytls: Don't purge cert cache on config reload * Update CertMagic This actually avoids reloading managed certs from storage when already in the cache, d'oh. * Fix bug; re-implement HasCertificateForSubject * Update go.mod: CertMagic tag | |||
2023-02-27 | context: Rename func to `AppIfConfigured` (#5397) | Francis Lavoie | |
2022-09-16 | core: Variadic Context.Logger(); soft deprecation | Matthew Holt | |
Ideally I'd just remove the parameter to caddy.Context.Logger(), but this would break most Caddy plugins. Instead, I'm making it variadic and marking it as partially deprecated. In the future, I might completely remove the parameter once most plugins have updated. | |||
2022-03-13 | chore: Comment fixes (#4634) | Francis Lavoie | |
2022-03-02 | caddypki: Try to fix lint warnings | Matthew Holt | |