summaryrefslogtreecommitdiff
path: root/caddy.go
AgeCommit message (Expand)Author
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-08-07ci: Use gofumpt to format code (#5707)Jacob Gadikian
2023-07-21core: Refine mutex during reloads (fix #5628) (#5645)Matt Holt
2023-07-11caddytls: Reuse certificate cache through reloads (#5623)Matt Holt
2023-02-22cmd: Strict unmarshal for validate (#5383)Francis Lavoie
2022-12-19cmd: Avoid panic when printing version without build info (#5210)Lukas Vogel
2022-10-05core: Set version manually via CustomVersion (#5072)Adam Weinberger
2022-09-19caddyhttp: Honor grace period in background (#5043)Matt Holt
2022-09-15Reject absurdly long duration strings (fix #4175)Matthew Holt
2022-09-02Minor fix of error logMatthew Holt
2022-09-02notify: Don't send ready after error (fix #5003)Matthew Holt
2022-08-04cmd: Use newly-available version information (#4931)Matt Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-08-01caddyhttp: Implement `caddy respond` command (#4870)Matt Holt
2022-07-12admin: expect quoted ETags (#4879)jhwz
2022-07-06admin: support ETag on config endpoints (#4579)jhwz
2022-05-24core: Micro-optim in run() (#4810)Kévin Dunglas
2022-03-25go.mod: Upgrade CertMagic to v0.16.0Matthew Holt
2022-03-04Appease the linterMatthew Holt
2022-03-03core: Retry dynamic config load if config unchangedMatthew Holt
2022-03-03core: Retry dynamic config load if error or no-op (#4603)Matthew Holt
2022-03-02pki: Implement API endpoints for certs and `caddy trust` (#4443)Francis Lavoie
2022-03-01core: Config LoadInterval -> LoadDelay for clarityMatthew Holt
2022-03-01core: Revert 7f364c7; simplify dynamic config loadMatthew Holt
2022-03-01core: Config load interval only reloads if changed (#4603)Noorain Panjwani
2022-01-04admin, reverseproxy: Stop timers if canceled to avoid goroutine leak (#4482)Денис Телюх
2021-11-16core: Load config at interval instead of just onceMatthew Holt
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-07-28admin: Implement load_interval to pull config on a timer (#4246)王清雨
2021-04-05notify: Send all sd_notify signals from main caddy process (#4060)Carl George
2021-04-01Use 600 instead of 644 for UUID fileMatthew Holt
2021-03-30Change os to ioutil for nowMatthew Holt
2021-03-30caddy: Add InstanceID() methodMatthew Holt
2021-02-24Update docs; commit setcap.shMatthew Holt
2021-02-23core: Initialize logging before adminMatthew Holt
2021-01-27admin: Identity management, remote admin, config loaders (#3994)Matt Holt
2020-07-31admin,templates,core: Minor enhancements and error handling (#3607)Bart
2020-05-13cmd: Add pidfile support (closes #3235)Matthew Holt
2020-05-11core: Add support for `d` duration unit (#3323)Francis Lavoie
2020-03-31pki: Add trust subcommand to install root cert (closes #3204)Matthew Holt
2020-03-06Merge branch 'certmagic-refactor' into v2Matthew Holt
2020-03-06Refactor for CertMagic v0.10; prepare for PKI appMatthew Holt
2020-02-27Fix spelling error (#3085)Success Go
2019-12-31Couple of minor fixes, update readmeMatthew Holt
2019-12-31Tune AppConfigDir and docs for Storage moduleMatthew Holt
2019-12-31Config auto-save; run --resume flag; update environ output (close #2903)Matthew Holt
2019-12-31Change storage paths to follow OS conventions; migrate folder (#2955)Matthew Holt
2019-12-29Improve docs, especially w.r.t. placeholders and template actionsMatthew Holt
2019-12-15logging: Implement net writer (#2884)Abdelmalek Ihdene
2019-12-12cmd: Fix validate command when JSON contains "@id" fieldsMatthew Holt