Age | Commit message (Expand) | Author |
2020-05-29 | cmd: Support admin endpoint on unix socket (#3320) | Matt Holt |
2020-05-21 | cmd: hash-password: Fix broken terminal state on SIGINT (#3416) | Francis Lavoie |
2020-05-15 | cmd: Add --envfile flag to run command (#3278) | elcore |
2020-05-13 | cmd: Add pidfile support (closes #3235) | Matthew Holt |
2020-05-12 | all: Recover from panics in goroutines | Matthew Holt |
2020-05-11 | core: Add support for `d` duration unit (#3323) | Francis Lavoie |
2020-05-07 | docs: Fix command.Func documentation (#3371) | Jose Donizetti |
2020-04-04 | cmd: Log warning if --resume and --config used together | Matthew Holt |
2020-03-23 | cmd: Ensure certmagic defaults are set for any and all subcommands | Matthew Holt |
2020-03-23 | tls: Few minor improvements/simplifications | Matthew Holt |
2020-03-22 | cmd: Add --watch flag to start & run commands (closes #1806) | Matthew Holt |
2020-03-15 | cmd: fmt: --write -> --overwrite to make it clear it's destructive | Matthew Holt |
2020-03-13 | Minor tweaks | Matthew Holt |
2020-03-09 | cmd: Use loadConfig() for validate as run, start, and reload do | 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-29 | cmd: Add `caddy fmt` command. (#3090) | Vaibhav |
2020-02-25 | Fix typo in cmdStart comment | Success Go |
2020-02-04 | cmd: adapt: Make --config flag optional when Caddyfile exists | Matthew Holt |
2020-01-22 | cmd: Emit error if reload cannot find a config to load | Matthew Holt |
2020-01-22 | cmd: Make --config flag optional for reload command | Matthew Holt |
2020-01-17 | cmd: version: Add module replace to output | Matthew Holt |
2020-01-12 | cmd: adapt: Set config filename so it can be hidden (fixes #2974) | Matthew Holt |
2020-01-11 | cmd: Assume Caddyfile if name starts with Caddyfile | Matthew Holt |
2020-01-10 | cmd: Add build-info command; update CertMagic | Matthew Holt |
2020-01-09 | v2: Implement Caddyfile enhancements (breaking changes) (#2960) | Matt Holt |
2019-12-31 | Couple of minor fixes, update readme | Matthew Holt |
2019-12-31 | Config auto-save; run --resume flag; update environ output (close #2903) | Matthew Holt |
2019-12-31 | Change storage paths to follow OS conventions; migrate folder (#2955) | Matthew Holt |
2019-12-23 | cmd: Eliminate unintended use of cgo | Matthew Holt |
2019-12-16 | admin: /stop endpoint gracefully shuts down; fixes caddy stop command | Matthew Holt |
2019-12-12 | cmd: Fix validate command when JSON contains "@id" fields | Matthew Holt |
2019-12-10 | v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924) | Matt Holt |
2019-11-15 | cmd: Improve stop command by trying API before signaling process | Matthew Holt |
2019-11-08 | cmd: Print errors to stderr | Matthew Holt |
2019-11-04 | cmd: Move module imports into standard packages | Matthew Holt |
2019-11-04 | core: Major refactor of admin endpoint and config handling | Matthew Holt |
2019-10-30 | admin listener as opt-in for initial config (#2834) | Andreas Schneider |
2019-10-29 | Plug in distributed STEK module | Matthew Holt |
2019-10-28 | v2: Logging! (#2831) | Matt Holt |
2019-10-15 | v2: Project-and-CI-wide linter config (#2812) | Mohammed Al Sahaf |
2019-10-10 | cmd: Plug in the http.handlers.authentication module | Matthew Holt |
2019-10-10 | http: Add Starlark handler | Matthew Holt |
2019-10-09 | http: Add work-in-progress cache handler module | Matthew Holt |
2019-10-08 | cmd: Built-in commands all use RegisterCommand (#2794) | yzongyue |
2019-10-06 | cmd/main: Plug in json5 and jsonc config adapters | Matthew Holt |
2019-10-06 | cmd: adapt: Default --adapter value is "caddyfile" | Matthew Holt |
2019-10-01 | cmd: CLI improvements; add --validate to adapt command | Matthew Holt |
2019-09-30 | cmd: Add validate subcommand; list-modules --versions; some renaming | Matthew Holt |
2019-09-30 | cmd: Refactor subcommands, add help, make them pluggable | aca |